All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ======================================
Hi Lisa.
There may be a better way, but I've attached one I did recently (we're Magic
5.4.1) -
Report for Pathology Cases by Date. User can choose to Sort by (D)ept or (S)pec
Type or (L)ocation. User can choose to Show Detail?=Y/N.
For the example you mentioned below, do you mean to "have a choice at the
select prompt" ... of what to sort by?
If yes, then I would create a placeholder custom field:
xx.choose.sort
DAT=FREE
JFY=L
LEN=1
VAL=1
Then, setup that field in your selects like so (it may be necessary to edit the
picture to get the label to show well):
Select Field/Prompt or Value Oper/Default or Ke
1 xx.choose.sort IG
SORT BY (R)M#,(A)CCT#, or (P)AT NAME
Then, setup another custom field to take the user's choice and translate it to
its field:
xx.translate.choice
DAT=FREE
JFY=L
LEN=50
VAL=IF{c.xx.choose.sort="R" @room;c.xx.choose.sort="A" @acct.number;
VAL=c.xx.choose.sort="P" @name}
Then, place that field in the Sort Area:
Sort Field Order Header Trailer Renumber
Page
1 xx.translate.choice ASC KEY Y
I hope this helps you.
Please let me know if you have any questions at all.
Thanks,
Rhonda Feldbauer
Applications Analyst
Newnan Hospital
Newnan, GA
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Lisa I. Ward
Sent: Tuesday, February 28, 2006 12:32 PM
To: [EMAIL PROTECTED]
Subject: [MEDITECH-L] NPR Question
All messages should be posted in plain text. HTML will be converted to
attachments. The meditech-l web site is MTUsers.com
======================================
Is it possible to have a choice at the select prompt? (i.e. Room #, Account #,
or Patient Name) using just one selection. Any help would be appreciated.
Thanks.
Lisa I. Ward
IS Director
Columbus Regional Healthcare System
500 Jefferson Street
Whiteville, NC 28472
(910) 642-1719
mailto:[EMAIL PROTECTED]
"Confidential information belonging to Columbus County Hospital may be
contained in this message. If you are not the intended recipient, you are
hereby notified that any disclosure, copying, distribution, or action taken in
reliance on the contents of this message is strictly prohibited. If you have
received this message in error, please delete and notify the sender
immediately."
_______________________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l
PathCasesChooseSort.npr
Description: PathCasesChooseSort.npr
_______________________________________________ meditech-l mailing list [email protected] http://mtusers.com/mailman/listinfo/meditech-l
