Some dental codes have initial or replacement reason attached to each code.
Under prosthesis replacement, you will see the selection here under Procedure edit.
https://opendental.com/manual/procedureedit.html
Is there a way to get initialg or replacement info in API (GET, PUT, and POST)?
Intial versus replacement reason
Re: Intial versus replacement reason
Good morning beacondental,beacondental wrote: ↑Thu May 16, 2024 11:05 amSome dental codes have initial or replacement reason attached to each code.
Under prosthesis replacement, you will see the selection here under Procedure edit.
https://opendental.com/manual/procedureedit.html
Is there a way to get initialg or replacement info in API (GET, PUT, and POST)?
Procedurelogs GET (single) and procedurelogs GET (multiple) both return Prosthesis and DateOriginalProsth. Procedurelog schema states the Prosthesis will have a value of blank ("") for no, "I" for initial, or "R" for replacement. DateOriginalProsth stores the original date value.
Thanks!
-
- Posts: 122
- Joined: Wed Mar 15, 2023 8:43 am
Re: Intial versus replacement reason
Yes, I am aware of this. But, there is not way to do POST or PUT for Prosthesis and DateOriginalProsth. Is there a way you can add this to development?
Re: Intial versus replacement reason
I apologize for the misunderstanding.beacondental wrote: ↑Thu May 16, 2024 11:31 amYes, I am aware of this. But, there is not way to do POST or PUT for Prosthesis and DateOriginalProsth. Is there a way you can add this to development?
Using POST/PUT to set/update Prosthesis and DateOriginalProsth fields is on our development list. We will update this thread when your request is complete.
Thanks!