Notifications
Clear all
Topic starter
Is it possible to print a handout without the header? If so, how?
Posted : May 27, 2014 4:00 am
In theory, simply go into Settings - Handout - Heading, and remove it all.
But, that would remove for all. However, I suppose you could embed a heading on any handouts that you want one for.
Just never tried this.
Posted : May 27, 2014 4:10 am
This is the typical method -
Use code like this in the header for each MEL statement -
{if match(PRINT_TITLE,"**")>0 then "" else PRINT_TITLE endif}
For a handout that you don't want to include the header in name it something like -
**Discharge Instructions
Posted : May 27, 2014 4:23 am
We have our header blank for all handouts and just use this for the ones we want it in
{LOC.NAME}
{LOC.ADDRESS1} {LOC.ADDRESS2} {LOC.CITY}, {LOC.STATE} {LOC.ZIP}
Phone: {LOC.FORMATPRIMPHONE} Fax: {LOC.FORMATFAXPHONE}
Posted : May 27, 2014 8:56 pm