API ProcTPs question
-
- Posts: 110
- Joined: Wed Mar 15, 2023 8:43 am
API ProcTPs question
I was looking to get the prosthesis replacement GET function in ProcTPs. I don't see it here in this link. Would it be somewhere else?
https://www.opendental.com/site/apiproctps.html
https://www.opendental.com/site/apiproctps.html
Re: API ProcTPs question
Hello beacondental,beacondental wrote: ↑Wed Jun 07, 2023 11:27 amI was looking to get the prosthesis replacement GET function in ProcTPs. I don't see it here in this link. Would it be somewhere else?
https://www.opendental.com/site/apiproctps.html
Within Open Dental, Prosthesis Replacement is only visible if the procedure is not in Canada and the associated procedure code is setup to be prosthesis. Prosthesis is not part of the proctp table.
The following would be true:
procedurecode.IsProsth=true
procedurelog.CodeNum=procedurecode.CodeNum
procedurelog.ProcStatus=TP
procedurelog.Prosthesis="", "I", or "R"
proctp.ProcNumOrig=procedurelog.ProcNum
Currently, retrieving this information requires using a ShortQuery, as they are not returned via API requests.
We can add Prosthesis (and probably DateOriginalProsth and IsDateProsthEst) to procedurelogs GET, if you'd like.
Thanks!
-
- Posts: 110
- Joined: Wed Mar 15, 2023 8:43 am
Re: API ProcTPs question
Yes, please do add Prosthesis (and probably DateOriginalProsth and IsDateProsthEst) to procedurelogs. We would need the GET and POST functions for all these date sets.
Re: API ProcTPs question
Good morning beacondental,beacondental wrote: ↑Sat Jun 10, 2023 10:35 pmYes, please do add Prosthesis (and probably DateOriginalProsth and IsDateProsthEst) to procedurelogs. We would need the GET and POST functions for all these date sets.
For procedurelogs GET, we will add Prosthesis, DateOriginalProsth and IsDateProsthEst, to our development list and will research the feasibility/workflow of adding them to procedurecodes/procedurelogs POST.
There are dozens of requests ahead of this one. I'd estimate at least a six week timeframe.
Thanks!
-
- Posts: 110
- Joined: Wed Mar 15, 2023 8:43 am
Re: API ProcTPs question
Were you able to research the feasibility/workflow of adding procedurecodes/procedurelogs POST?
Re: API ProcTPs question
Not yet.beacondental wrote: ↑Thu Jun 29, 2023 7:10 pmWere you able to research the feasibility/workflow of adding procedurecodes/procedurelogs POST?
API job requests are completed in the order they are received. There are dozens of requests ahead of this one.
You have made 12 API feature requests. This one is the most recent, so the API team has not gotten to it yet. However, I can ask about moving this job to the top of your list, if you'd like.
Thanks!
-
- Posts: 110
- Joined: Wed Mar 15, 2023 8:43 am
Re: API ProcTPs question
No, its fine to keep your list as you have it. I was just inquiring about POST function and whether that was feasible.
Re: API ProcTPs question
ProcedureLogs GET now returns the requested fields: Prosthesis, DateOriginalProsth, and IsDateProsthEst.
This method is now available in version 23.3.9. Please see: ProcedureLogs for more information.
This method is now available in version 23.3.9. Please see: ProcedureLogs for more information.
-
- Posts: 110
- Joined: Wed Mar 15, 2023 8:43 am
Re: API ProcTPs question
Thank you for this. I did see this in beta version. Would it be possible to add IsDateProthEst POST and Prosthesis POST.
Re: API ProcTPs question
With the completion of the GET for these fields, we have begun research into enhancing our procedurelogs PUT/POST for them as well. We will reply to this post when we have more information to provide you. Thank you for being patient as we take the time to ensure the safety and integrity necessary for the implementation of your request.
Re: API ProcTPs question
After careful review of the implementation requirements for these three fields, we have deemed them safe and are moving forward with their development.