Page 1 of 1

Does the patientNotes PUT endpoint allow setting the `Service` column of the `patientnote` table?

Posted: Fri Feb 04, 2022 12:44 pm
by kevinc
Is it only limited to the example return?

Code: Select all

{
 "Medical": "Unknown family history.",
 "ICEName": "Carolyn Wright",
 "ICEPhone": "(820) 202-1134"
} 
Thanks!

Re: Does the patientNotes PUT endpoint allow setting the `Service` column of the `patientnote` table?

Posted: Fri Feb 04, 2022 2:51 pm
by SLeon
Yes, the PatientNotes PUT method only allows the setting of those three fields. However, the "Service" column would simple for us to add if requested.

Re: Does the patientNotes PUT endpoint allow setting the `Service` column of the `patientnote` table?

Posted: Sat Feb 05, 2022 6:00 pm
by jordansparks
Yes, we'll add it.

Re: Does the patientNotes PUT endpoint allow setting the `Service` column of the `patientnote` table?

Posted: Tue Feb 08, 2022 9:02 am
by kevinc
Thank you for your responses.

Quick related follow up question.

I'm looking to write information like this screenshot lays out and I see the `Procedurelogs POST` that's in beta. Is there anywhere else that makes sense and/or is available now?

Edit: screenshot link as other one was time limited, I gather: https://share.icloud.com/photos/06e1OpK ... 8yqIXQ-rqQ

Thanks.

Re: Does the patientNotes PUT endpoint allow setting the `Service` column of the `patientnote` table?

Posted: Mon Feb 14, 2022 10:56 am
by jordansparks
Hmm, I don't quite understand. I don't know how much you know about our schema, so I'll start at a very high level, and then you can reply to help me narrow in on what you are asking. Our schema is here:
https://www.opendental.com/OpenDentalDo ... on21-4.xml
The following tables might be related to your question:
procedurelog: These are procedures like fillings and crowns. They can also be no-fee codes for notes related to treatment.
commlog: These are notes related to non clinical things like phone calls.
rxpat: These are pharmacy prescriptions written to patients.
labcase: Examples would include fabrication of a crown or an ortho appliance.
Because when I look at that screenshot, I see EasyRx entries that seem to most closely resemble labcase entries in our database.

Re: Does the patientNotes PUT endpoint allow setting the `Service` column of the `patientnote` table?

Posted: Mon Feb 21, 2022 11:36 am
by SLeon
This feature request has been completed.

The Service field can now be set with the PatientNotes PUT method. It is also returned as a field in the PatientNotes GET results.

This will be available in 21.4.26, which is estimated to be release later this week. For more information on this method see https://www.opendental.com/site/apipatientnotes.html.