All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ======================================
Brian and Brian, Thanks to you both my report now produces a lookup and does not error (using procedure mnemonic instead of procedure). Thanks for all your help! Marcia Locke Clinical Programmer/Analyst Samaritan Health Information Services 541.812.4639 --- Brian Golden <[EMAIL PROTECTED]> wrote: > Brian and Marcia: > > Thanks Brian. With a little tweaking, the following > works: > > ID=%OE.PROC.id.color(A) > ID.ARG=AR > IFE=c.category^category,1 > REQ=1 > > The first select field is Category, so I modified > the IFE to use the > response from that select. > > This works for "procedure" and "procedure.mnemonic" > > Brian Golden, RN > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Brian Schmit > Sent: Monday, August 07, 2006 8:31 AM > To: Marcia Locke; L-Meditech > Subject: RE: [MEDITECH-L] NPR report in OE.ORD -- > how to give users > alookupinto procedure dict > > > All messages should be posted in plain text. HTML > will be converted to > attachments. The meditech-l web site is > MTUsers.com > ====================================== > > Hi Marcia, > > I would use the following screen field attributes. > You can add them to > your c.procedure field by using Option # 8 (Edit > Elements, then using > option A for Attributes). > > IFE="CATEGORY"^/category > ID=%OE.PROC.id.color(A) > > The IFE attribute sets up a global variable called > /category. You can > replace "CATEGORY" with the mnemonic of whichever > category you want to > use. > > The ID attribute defines the Meditech procedure to > use as your "lookup" > program. > > Good luck, > > Brian Schmit > Sr. Programmer, Picis > Direct: 781 557 3315 > Fax: 781 557 3140 > 100 Quannapowitt Parkway > Suite 405 > Wakefield, MA 01880 > [EMAIL PROTECTED] > www.picis.com > > Please visit > http://www.picis.com/services/technical/npr.asp# for > additional information about our NPR Report Writing > Trainings. > > The information in this email is confidential and > may be legally > privileged. It is intended solely for the addressee. > Access or use by > any other person to this internet email is not > authorized and may be > unlawful. If you are not the intended recipient, > please delete or > destroy this email. If you do not wish to receive > future emails from the > sender, please reply directly to this email > requesting you be removed > from any mailing list. > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Marcia Locke > Sent: Friday, August 04, 2006 11:48 AM > To: L-Meditech > Subject: [MEDITECH-L] NPR report in OE.ORD -- how to > give users a > lookupinto procedure dict > > > 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 > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ meditech-l mailing list [email protected] http://mtusers.com/mailman/listinfo/meditech-l
