I have a function that pulls new diagnoses into the chartnote if entered in a separate update. For example, the chart note is started, the patient is seen, and the user starts a new update to generate a PT prescription. They add the diagnosis code there. When someone goes back into the update, the new diagnosis populates. The trouble with my function is that it needs to be instantiated. I have to go back into the form for the text translation to appear. Does anyone know how to have a continuously evaluated function? When you use a GE data symbol like LISTASSESSNEW(), the text is generated without having to instantiate it. Thanks,
Does Prob_List_Changes() or Prob_New() not meet your needs?
Both of those data symbols only return the changes or new problems within the same chart update. The function I wrote pulls new problems added from a different chart update but in order for the text translation to populate/refresh, I need to go into the form
If you have that form as your first form and you open to the form when the encounter opens it should re-run the function without having to click on the form.