Page 1 of 1

New API endpoint

Posted: Fri Jul 01, 2022 2:31 pm
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

Re: New API endpoint

Posted: Tue Jul 05, 2022 7:57 am
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.

Re: New API endpoint

Posted: Wed Jul 13, 2022 9:12 am
by amyfromandi
Thank you! Do you have an estimated timeline of completion?

Re: New API endpoint

Posted: Wed Jul 13, 2022 9:17 am
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.

Re: New API endpoint

Posted: Thu Jul 14, 2022 8:58 am
by amyfromandi
Sounds great. Thanks for the update!

Re: New API endpoint

Posted: Mon Jul 25, 2022 8:23 am
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.

Re: New API endpoint

Posted: Tue Jul 26, 2022 11:03 am
by amyfromandi
Thank you! Will there be a GET protocol as well?

Re: New API endpoint

Posted: Tue Jul 26, 2022 12:05 pm
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.

Re: New API endpoint

Posted: Fri Jul 29, 2022 2:49 pm
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.

Re: New API endpoint

Posted: Thu Aug 18, 2022 1:04 pm
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