All messages should be posted in plain text.  HTML will be converted to
attachments.    The meditech-l web site is MTUsers.com
======================================

Hi Michael,

I've been messing with Label printers lately... stumbled across this:
MEDITECH Knowledge Base Article View

Article ID: 21156
Date: 3/25/2005
Published: 4/6/2005 Application: RW
Subject: Report Writer
Platform: MAGIC



Print spooled output to a thermal device

When printing labels to a thermal printer via the use of the THERMAL YES footnote, you must print the labels directly to the printer to produce output. Spooling the labels will not generate the codes needed by the printer. However, the following code can be added to an AL START macro to set up the needed codes and allow spooled output to be correctly printed:

".PRT"^PRT,
"PRINTER MNE"^/[PRT],
"FARGO"^/R.PRT.DEV,
%Z.printer.fargo(0)

The PRINTER MNE should be changed to the printer mnemonic which you intend to print to or a mnemonic of a similar device. In this case, the code above is set to print to a datamax printer. For JJWild devices, you will change the code to:

".PRT"^PRT,
"PRINTER MNE"^/[PRT],
"JJWILD"^/R.PRT.DEV,
%Z.printer.eltron(0)


Hope this helps... I haven't actually tried it

Howard Chase, RN
Androscoggin Valley Hospital
59 Page Hill Road
Berlin, NH 03570
(603)326-5669

Carpenter, Michael--IRM wrote:
All messages should be posted in plain text.  HTML will be converted to
attachments.    The meditech-l web site is MTUsers.com
======================================

To you MAGIC EMAR/BMV users:

We are a 5.5 sr2 site coming up on our 3rd bmv/emar hospital, but 1st
acute hospital!!

question:

1) Did you manage to suppress sensitive $charge info from rx view
displays (PO print order in pharmacy or RIGHT-ARROW in EMAR ), for admin
and dispensing events, by user PHA ACCESS group?

2) Has anyone been able to MIS-schedule a label generating report, to
print to a thermal printer? I use it to print HOLD ACK/ DC messages from
emar nurses, but only to a non-thermal printer so far. Free program for
an answer!

Thanks for your input!

Michael D. Carpenter
Sr. Systems Analyst
Clinical Applications
IRM-Informations Resource Management INHS-Inland Northwest Health Services
157 S. Howard St., Suite 400
Spokane, Wa. 99201
Ph 509-232-8340/ Fax 509-462-3452
[EMAIL PROTECTED]


_______________________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l

_______________________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l

Reply via email to