Page 1 of 1

update patient medication

Posted: Fri Jun 19, 2020 6:17 am
by irfan
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?

Re: update patient medication

Posted: Mon Jun 22, 2020 7:10 am
by cmcgehee
Yes, currently the recommended best practice is to use queries to update these tables.

Re: update patient medication

Posted: Mon Jun 22, 2020 6:13 pm
by irfan
thanks Chris!