GET/POST/PUT Appointments - Patterns for both dentist and hygienist?

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

GET/POST/PUT Appointments - Patterns for both dentist and hygienist?

Post by rinse-dental » Wed Nov 08, 2023 8:59 am

Requesting you mimic the windows client and allow get/post/put of dentist and hygienist patterns. Post/put as optional field.
Also requesting get/post/put of assistant assignment.

Two issues we're working to resolve:
1. More accurate staff assignment to a given appointment. Today, a user books a visit online and 'X' represents the primary provider. In the case of a New Patient visit, we use /XXXX/ and X is then assigned to the dentist. On the windows client a team member then has to reassign the pattern so that the dentist is ////X/ and the hygienist is /XXX//. We'd prefer to avoid this manual step and make this assignment when posting the appointment via the API.

2. More sophisticated online availability. By comparing patterns assigned to both the dentist and hygienist against blockouts and schedules, we'd like to be more precise with how we present availability for online bookings.

Thank you!

DerekR
Posts: 81
Joined: Wed Aug 31, 2022 1:13 pm

Re: GET/POST/PUT Appointments - Patterns for both dentist and hygienist?

Post by DerekR » Wed Nov 08, 2023 9:58 am

Good Morning rinse-dental,

Adding PatternSecondary to the API Appointments resource, and allowing it to be set in Appointments POST / PUT has been added to our development list.

Thanks!

JTS
Posts: 38
Joined: Thu Aug 18, 2022 12:56 pm

Re: GET/POST/PUT Appointments - Patterns for both dentist and hygienist?

Post by JTS » Fri Jan 05, 2024 10:19 am

Good morning, we have completed this feature request.

Starting in version 23.3.17, PatternSecondary can be set as part of Appointments POST and PUT. It will also be visible in the appointments returned by Appointments GET and POST.
For more information, please see https://www.opendental.com/site/apiappointments.html

Post Reply