Notifications
Clear all
Topic starter
Does anyone know how to push obs to a summary line? I would actually be interested in pushing multiple obs terms: SCHEDDTE 1 and ORDFILLOTHER from the update.
Any help would be appreciated.
Thank you,
Dawn Duschel LPN
UAP Clinic Information Systems
Posted : August 27, 2014 12:34 am
Look in the help for ADD_DOCUMENT_SUMMARY(). That should do what you are looking for.
Posted : August 28, 2014 3:57 am
Topic starter
Thank you. I thought I looked there but missed that. This worked great for me in QT and in MEL expression in VFE
{ADD_DOCUMENT_SUMMARY(OBSNOW("SCHEDDTE 1") + " " + (OBSNOW("ORDFILLOTHER") ))}
Thanks,
Dawn
Posted : September 1, 2014 10:54 pm
Will this replace what is already in the summary line? I wanted to add to what is currently there
Posted : May 22, 2017 1:20 am