Notifications
Clear all
Topic starter
Does anyone if there is a way to create a handout within EMR without all of the information at the top of the page (location, address etc.)? If so would you please share with me?
Victoria
Posted : February 19, 2014 6:17 am
I Use '**' in the title of the handout I want a blank header for, then each part of code for the header, I change to something like
{if match(PRINT_TITLE,"**")>0 then "" else
LOC.ADDRESS1 + " " + LOC.ADDRESS2 + " " + LOC.CITY + ", " +LOC.STATE + " " + LOC.ZIP endif}
Posted : February 19, 2014 6:32 am
Topic starter
Thank you i will try this!!!
Posted : February 20, 2014 6:36 am
Topic starter
I tried this and i still get the location and address and date at the top of the page?
Posted : February 21, 2014 1:14 am