Hi Ginger,
One of the problems with multiples on a download is that we can never
know how many lines are going to be found. For example there could be
three or four or more lines of dose instruction or perhaps there only
will be one line (or none). Depending on where you want to send these
data you could take a number of approaches.
1. Not use the FD footnote but manually place Field Delimiters. Place
the multiple on the report picture but use the NL=NO attribute on the
first line of the multiple so that the multiple appears on the same line
(in the same record). You may need to use the NL=NO on the second line
too if you have further fields in the record.
2. Hard code the number of fields you download so that the accepting
application is not surprised by a variable number of fields. To achieve
this in a macro you would
a. Clear the file (for example /DOSE.INSTRUCTION)
b. Loop through the dose instructions placing them in
/DOSE.INSTRUCTION file numbered sequentially.
c. Display those fields on the report
3. Place multiple comments into one field. To achieve this in a macro
you would loop through the dose instructions and place them into a
variable such as /DOSE.INSTRUCTION and be careful not to overflow the
variable.
Within MEDITECH there are always multiple ways of doing something so
hopefully you will get other ideas too.
John Toop
Humber River Regional Hospital
Toronto, Ontario
(416) 249-8111 x 8019
[EMAIL PROTECTED]
DISCLAIMER: **Confidential Communications. If you have received this
message in error, please notify me and delete the original.**
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jussila, Ginger
Sent: Monday, October 30, 2006 1:06 PM
To: [email protected]
Subject: [MEDITECH-L] MULTIPLE on Download
Is there a way to get a multiple to show up correctly on a download? I
have a report written out of PHA.RX that is a comma delimited download.
The user would also like to have the dose instruction and label comment
to display on the download. Since these are multiple type fields I'm
not really sure of how to do that.
Any assistance is appreciated.
Thanks!
Ginger Jussila
Systems Support Analyst/Project Leader
Little Company of Mary - Torrance
Providence Health & Services
Office Ph: (310) 543-5919
[EMAIL PROTECTED]
DISCLAIMER:
This message is intended for the sole use of the addressee, and may
contain information that is privileged, confidential and exempt from
disclosure under applicable law. If you are not the addressee you are
hereby notified that you may not use, copy, disclose, or distribute to
anyone the message or any information contained in the message. If you
have received this message in error, please immediately advise the
sender by reply email and delete this message.
======================================
All messages should be posted in plain text.
HTML will be converted to attachments.
The meditech-l web site is MTUsers.com
______________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l
======================================
All messages should be posted in plain text.
HTML will be converted to attachments.
The meditech-l web site is MTUsers.com
______________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l