I would like to use the ADD_MUACTIVITY_LOG symbol to allow our providers to use some of their custom handouts to meet the patient education core measure They have a decision support rule that prompts them if the patient's BMI is abnormal. How do I use the ADD_MUActivity_Log data symbol to give them credit in CQR for one of their custom handouts Below is one of the handout they give the patient for a BMI that is high {PRINTHANDOUT("Handouts\CANM\Mediterranean Diet") ... How do I go about getting credit in the MU Activity Log in CQR Any and all suggestions are appreciated Rosemary Lust, RN Ambulatory Systems Management Information Systems North Mississippi Health Services Cardiology Associates of North Mississippi 662.620.6806 [email protected]
This in the code panel
{fn MUHandoutPrinted(type){
if getrowcount("document") == 1 then
ADD_MUActivity_Log(12,find("_Usersearch","loginname","RealName",document.provider),"MU Handout Printed: " + type)
else
""
endif
return getprocessclock()
}
}
Then in the button for the handout do
{MUHANDOUTPRINTED("Mediterranean Diet")}