Updating recall type
-
- Posts: 14
- Joined: Thu Feb 16, 2023 2:28 pm
Updating recall type
Right now, the API does not allow patient recall types to be changed from "Set Prophy" to "Set Perio." We are not able to find API to update recall type 'Prophy' to 'Perio' for the patient. Please help.
-
- Posts: 14
- Joined: Thu Feb 16, 2023 2:28 pm
Re: Updating recall type
For example, this API link (https://www.opendental.com/site/apirecalls.html), shows you can modify many of the recall fields, but NOT Recall Type. Is this something that can be done?
Re: Updating recall type
Good afternoon akjain1@gmail.com,akjain1@gmail.com wrote: ↑Mon Mar 06, 2023 7:58 pmFor example, this API link (https://www.opendental.com/site/apirecalls.html), shows you can modify many of the recall fields, but NOT Recall Type. Is this something that can be done?
You are correct, currently you cannot change a recalltype via the API. We can add this to our development list. That being said, recalls are complex with many moving parts. (recall, recalltrigger, recalltype tables) To better understand your use case, are you referring to the 'Set Perio' or 'Set Prophy' button found here?
https://www.opendental.com/manual224/recall.html
Thanks!
-
- Posts: 14
- Joined: Thu Feb 16, 2023 2:28 pm
Re: Updating recall type
Yes exactly. This is where SET Perio and SET Prophy is found. We would like to change this via a post function with the API.
Re: Updating recall type
Thank you for the clarification. Your request has been added to our development list. Requests are completed in the order that they are received. We will reply here when development is complete.akjain1@gmail.com wrote: ↑Thu Mar 09, 2023 2:16 amYes exactly. This is where SET Perio and SET Prophy is found. We would like to change this via a post function with the API.
Thanks!
Re: Updating recall type
Recalls GET and Recalls PUT SwitchType are complete.akjain1@gmail.com wrote: ↑Thu Mar 02, 2023 6:50 amRight now, the API does not allow patient recall types to be changed from "Set Prophy" to "Set Perio." We are not able to find API to update recall type 'Prophy' to 'Perio' for the patient. Please help.
Recalls PUT SwitchType is what you're after and is available in version 22.4.41.