Our physicians have asked if there is a way to have this check box auto checked. I don't know if there is a mel statement/function/array that says if there is a new med then check the print pt handout box. Our physicians have run their CQR reports and this is the only portion of MU that they are failing badly. They don't want to miss this so would like to know if there is something to automate checking this box. Thank you in advance.
Tara Stevens
Would love to know this answer too- wish this check box was "sticky"
I do not think that you could make that box sticky - legally, and with the intent of the purpose of the box.
But...
What about somewhere on a VFE form you control (can modify build) you do a
x := Meds_New
y:= Meds_Removed
then if (x <>"") or (y<>"") then Obsnow(obscode,"Done")
And yes I know that is not code, but may give an idea on an approach.
Also, as I though more, there is a function MED_LIST_CHANGES.
Further, could the same thought process be used for PROB_LIST_CHANGES?
I would think as long as the form was part of the Document Template that defines your Office Visit, maybe??
Would love if this would default to print! This is a HUGE reason why some of our providers just didn't hit it for MU. Real sticking point for us and GE should really have imporoved this regarless of upgrade before now.