Hi
We have built our appointment provider API by using this: viewtopic.php?t=8334
But we are finding out that for practices that are busy it is difficult to provide the answer to when is a provider's first available appointment.
So how can we find first available appointment for each of the providers in a dental practice?
Thanks
First Available Appointment
-
rinse-dental
- Posts: 140
- Joined: Wed Apr 06, 2022 12:04 pm
Re: First Available Appointment
Not affiliated with Open Dental but I've spent a lot of time on this problem. Do you care about op availability? If not, then provider availability can be calculated by:
- Determining the provider schedule (using the Schedule API)
- Determining the provider appointment schedule (using the Pattern field in the Appointments API where 'X' = provider unavailable)