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

For requests or help with our API
Post Reply
rinse-dental
Posts: 73
Joined: Wed Apr 06, 2022 12:04 pm

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

Post by rinse-dental » Sun Jun 12, 2022 9:18 pm

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)

SLeon
Posts: 476
Joined: Mon Mar 01, 2021 10:00 am

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

Post by SLeon » Mon Jun 13, 2022 11:07 am

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.

SLeon
Posts: 476
Joined: Mon Mar 01, 2021 10:00 am

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

Post by SLeon » Fri Jun 24, 2022 1:19 pm

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.

Post Reply