Hello All,
I have a question that I can't seem to answer with the Centricity help file. I am working on a common problems/orders form with buttons on it for acute visits. It has buttons to add Cough, Strep Throat etc., to the problem list with an end date 14 days later. The buttons use MEL_ADD_PROBLEM(), which works fine.
However, if we have a patient who comes in with a cough and we automatically end date it and then they come back in later in the year with another bout of cough MEL_ADD_PROBLEM() creates a new entry on the problem list. If the provider added the problem manually, Centricity would ask if they wanted to reactivate the old copy of the problem. I would like to check the problem list and reactivate the old copy if I can. However, I don't see any references in MEL_ADD_PROBLEM() or related functions that address this? Has anyone got this to work?
Thanks,
Brad