Patient portal API
Posted: Mon Jun 05, 2023 6:49 pm
Hello Open Dental. Is there a way to GET the API for Username for open dental patient portal?
Hosted By Open Dental
http://www.opendentalsoft.com/forum/
http://www.opendentalsoft.com/forum/viewtopic.php?f=9&t=8042
Hello beacondental,beacondental wrote: ↑Tue Jun 06, 2023 1:26 pmWe would need the patients username. The use case it that many times patients can not get into their patient records and need to be emailed the usernames. The API will allow the username to be emailed.
Code: Select all
SELECT username FROM userweb WHERE FKey=patient.PatNum AND FKeyType=1;