Notifications
Clear all
Topic starter
I am creating a letter in CPS12. I am trying to pull in the due date for mammogram, colonoscopy, pap smear and depression screen. I can pull in the date of the last value but not sure what to use to pull the due date.
Can anybody help?
Thank you
Jude
Posted : February 25, 2015 8:23 am
Well, the following are the OBS terms - but they may not have any data in them unless you have some screen/form that is populating them.
"MAMMO DUE"
"COLONNXTDUE"
"PAP DUE"
"PHQ NEXT DUE"
Posted : February 25, 2015 8:56 am
Try using the MEL expression:
{cfmt(adddates(str(LASTOBSDATE("MAMMOGRAM")),"1","0","0"), "", "Next due: ", "", ".", "")}
Terri
Posted : February 27, 2015 2:18 am
Topic starter
That worked :). Thank you. Jude
Posted : March 2, 2015 12:20 pm