Search found 2 matches

by tlavelle
Wed Nov 25, 2020 1:42 pm
Forum: Developers
Topic: Writing to the db is discouraged, but the API is very barebones, what do I do?
Replies: 15
Views: 20309

Re: Writing to the db is discouraged, but the API is very barebones, what do I do?

Thanks.

(to answer your question, we delete emails outright when someone tells us they no longer consent to receiving any emails from the practice)
by tlavelle
Mon Nov 23, 2020 2:48 pm
Forum: Developers
Topic: Writing to the db is discouraged, but the API is very barebones, what do I do?
Replies: 15
Views: 20309

Re: Writing to the db is discouraged, but the API is very barebones, what do I do?

Hello - I have a related question. I would like to be able to make two very simple updates to the patient table (patient.TxtMsgOK and patient.Email) programmatically. The update queries that I would use (and have tested out on a demo database without any noticeable problems) are: UPDATE patient p SE...