Page 1 of 1

Appointments GET Request to add duration and procedure number(s)

Posted: Sun Jun 12, 2022 9:18 pm
by rinse-dental
Is it possible to add the following to the Appointments GET and GET (multiple) APIs:
  • Duration (int)
  • Procedure Number (string)
  • Planned Apt # (priority set in chart module)
Use cases...
  • Get and display duration to patients without pattern conversion
  • Get Planned Apt. duration and op num > Get Slot for Planned Apt. > Scheduled Planned Apt. (via PUT)

Re: Appointments GET Request to add duration and procedure number(s)

Posted: Mon Jun 13, 2022 11:07 am
by SLeon
It appears the information you are after is displayed in the Planned Appointments Tab in the Chart Module (https://opendental.com/manual/apptplanned.html. We can create an API method (ChartModules GET PlannedAppts) to return the information in this grid, as well as the AptNum and ProcNums for the procedures.

Please see my reply on your other post for how we will implement an API method to schedule Planned appointments.

Re: Appointments GET Request to add duration and procedure number(s)

Posted: Fri Jun 24, 2022 1:19 pm
by SLeon
A new method ChartModules GET PlannedAppts has been completed and will facilitate scheduling appointments with Appointments POST SchedulePlanned. It will display the complete list of Planned appointments as seen in the Chart Module in Open Dental. See https://www.opendental.com/site/apichartmodules.html for more information.

This method will be available in our next beta version, 22.2.16, which is estimated to be released within the next week.