Confirmation status

For requests or help with our API
Post Reply
beacondental
Posts: 87
Joined: Wed Mar 15, 2023 8:43 am

Confirmation status

Post by beacondental » Sun May 07, 2023 6:40 pm

In open dental, users are allowed to create confirmation status for appt (e.g., unconfirmed, text, confirmed, READY, etc.). We would like to get the history of confirmation status thru the API. Is this possible?

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

Re: Confirmation status

Post by SLeon » Mon May 08, 2023 10:00 am

Good morning,

Can you please clarify? Are you wanting the full list of confirmation statuses the dental office uses or are you wanting to know what confirmation statuses a single appointment has had over time?

beacondental
Posts: 87
Joined: Wed Mar 15, 2023 8:43 am

Re: Confirmation status

Post by beacondental » Mon May 08, 2023 10:50 am

We are you wanting to know what confirmation statuses a single appointment has had over time.

justine
Posts: 169
Joined: Tue Dec 28, 2021 7:59 am

Re: Confirmation status

Post by justine » Mon May 08, 2023 12:25 pm

beacondental wrote:
Mon May 08, 2023 10:50 am
We are you wanting to know what confirmation statuses a single appointment has had over time.
Good afternoon beacondental,

We can add GET histappointments to our development list. In the meantime, you can use PUT queries/ShortQuery to query histappointment table in the database.

beacondental
Posts: 87
Joined: Wed Mar 15, 2023 8:43 am

Re: Confirmation status

Post by beacondental » Sun Jul 02, 2023 6:37 pm

Is there a way to add GET histappointments, PUT or POST histappointments as well. I do recognize that we do can a short query on histappointments appts , but we can not change the histappointments status. Or, is there a way to change the histappointments confirmation status

justine
Posts: 169
Joined: Tue Dec 28, 2021 7:59 am

Re: Confirmation status

Post by justine » Mon Jul 03, 2023 8:40 am

beacondental wrote:
Sun Jul 02, 2023 6:37 pm
Is there a way to add GET histappointments, PUT or POST histappointments as well. I do recognize that we do can a short query on histappointments appts , but we can not change the histappointments status. Or, is there a way to change the histappointments confirmation status
Good morning beacondental.

If you check out the histappointment schema it reads:

histappointment
"A historical copy of an appointment. These are generated as a result of an appointment being edited. When creating for insertion it needs a passed-in Appointment object."

This means that every time an appointment is made, updated, or deleted in Open Dental and/or Open Dental API, a histappointment entry is made to the histappointment table.

We are currently in the final development stage for histappointments GET. histappointment POST, PUT, or DELETE will never be allowed via the API.

justine
Posts: 169
Joined: Tue Dec 28, 2021 7:59 am

Re: Confirmation status

Post by justine » Thu Jul 13, 2023 3:04 pm

Good afternoon beacondental.

HistAppointments GET is available in version 23.1.30.

Post Reply