New API endpoint

For requests or help with our API
Post Reply
amyfromandi
Posts: 4
Joined: Fri Jul 01, 2022 2:23 pm

New API endpoint

Post by amyfromandi »

Good Afternoon,

On behalf of Cubex LLC, we need a new resource/endpoint developed to allow creating both procedure notes and group notes. Our client that uses OpenDental currently uses the default view/clinical note to enter in their medication transaction information (highlighted yellow, attached). We are needing a new endpoint developed so we can write-back the transactions from our Cubex API to this location in OpenDental's UI.

Please let me know if you have any questions or need clarification surrounding our request. Thank you!

Amy Fromandi
Attachments
OpenDental New Endpoint.png
OpenDental New Endpoint.png (504.34 KiB) Viewed 14168 times
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: New API endpoint

Post by SLeon »

Thank you for your feature request, I have added it to our development list. We will plan to support the creating, reading, and modification of Procedure and Group notes through the API. Development will begin on these shortly.
amyfromandi
Posts: 4
Joined: Fri Jul 01, 2022 2:23 pm

Re: New API endpoint

Post by amyfromandi »

Thank you! Do you have an estimated timeline of completion?
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: New API endpoint

Post by SLeon »

The ability to create Procedure and Group notes are currently at the top of our development list. I would estimate that these will be completed in the next week or so.
amyfromandi
Posts: 4
Joined: Fri Jul 01, 2022 2:23 pm

Re: New API endpoint

Post by amyfromandi »

Sounds great. Thanks for the update!
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: New API endpoint

Post by SLeon »

The first of the procedure note features is complete. A new method, ProcNotes POST, adds a note to a procedure.

This method will be available in our next beta version, 22.2.23, which is estimated to be released within the next week. See https://www.opendental.com/site/apiprocnotes.html for more information.
amyfromandi
Posts: 4
Joined: Fri Jul 01, 2022 2:23 pm

Re: New API endpoint

Post by amyfromandi »

Thank you! Will there be a GET protocol as well?
SLeon
Posts: 605
Joined: Mon Mar 01, 2021 10:00 am

Re: New API endpoint

Post by SLeon »

The easiest way to get the procedure and procedure note information together is with the existing ChartModules GET ProgNotes method. If you don't need as much information about the procedure itself, just the note, we can add a ProcNotes GET to our development list.
justine
Posts: 356
Joined: Tue Dec 28, 2021 7:59 am

Re: New API endpoint

Post by justine »

ProcedureLogs POST GroupNote is complete. This will allow you to create a Group Note via the API. For more information please see:
https://www.opendental.com/site/apiprocedurelogs.html

This method will be available in beta version 22.2.24, which is estimated to be released within the next week.
JTS
Posts: 58
Joined: Thu Aug 18, 2022 12:56 pm

Re: New API endpoint

Post by JTS »

ProcedureLogs PUT GroupNote is complete. This will allow you to modify an existing Group Note via the API.

This method will be available in our next beta version, 22.2.29, which is estimated to be released within the week. For more information, please see:
https://www.opendental.com/site/apiprocedurelogs.html
Post Reply