update patient medication

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
irfan
Posts: 216
Joined: Thu Oct 21, 2010 9:09 am

update patient medication

Post by irfan » Fri Jun 19, 2020 6:17 am

the API doesnt allow updating the patient medication list. what is the recommended best practice for this? An insert/update query of the medicationpat table? same thing regarding allergies... update the allergy table?

User avatar
cmcgehee
Posts: 711
Joined: Tue Aug 25, 2015 5:06 pm
Location: Salem, Oregon

Re: update patient medication

Post by cmcgehee » Mon Jun 22, 2020 7:10 am

Yes, currently the recommended best practice is to use queries to update these tables.
Chris McGehee
Open Dental Software
http://www.opendental.com

User avatar
irfan
Posts: 216
Joined: Thu Oct 21, 2010 9:09 am

Re: update patient medication

Post by irfan » Mon Jun 22, 2020 6:13 pm

thanks Chris!

Post Reply