I just finished working on this type of thing last week. Struggled to no end, 
but finally was able to do this with the help of Joe Cocuzzo and Meditech's KB 
Article 9379. You must define your computed field DAT=INT
and JFY=R for the printing formats to take effect.  Also you will need to play 
with the spacing of the array element fields since the unprintable codes seem 
to effect the line up of the data when it prints.


Here are the subroutines I used 

BOLD
/R.F["b"]_" "

UNBOLD
/R.F[""]_" "

NORMAL
/R.F["n"]_" "

Then when building the array 

@BOLD_"*"^/MV["D",(int.urn_MED_"H"_CNT)^HSUBS,FLDN],
D(32)_(MED:46LT)^/MV["D",HSUBS,FLDN+1],
@[EMAIL PROTECTED]/DQRY[CNT]];D(32)}^/MV["D",HSUBS,(FLDN+2)],


Good luck!
sherrol




Sherrol McCutcheon
Saints Medical Center
Lowell Ma 01850
978-934-8512
[EMAIL PROTECTED]


>>> <[EMAIL PROTECTED]> 3/6/2007 6:12 PM >>>
Is it possible to bold a single "field" within an MV array?  If so, how..
 
 
 
Kevin McConnell, PharmD.
Clinical Consultant
(713)480-6810
[EMAIL PROTECTED] 
 <http://www.RPhInformatics.com> www.RPhInformatics.com 
 
 <http://www.RPhInformatics.com>  
 

********************************************************************************
Notice:  This email contains confidential or proprietary information

which may be legally privileged.  It is intended only for the named

recipient (s).  If an addressing or transmission error has misdirected

the email, please notify the author by replying to this message.  If you

are not the named recipient,  you are not authorized to use, disclose,

distribute, copy, print or rely on this email, and should immediately

delete it from your computer system.

*******************************************************************************



=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=
To subscribe or unsubscribe to the meditech-l, visit MTUsers.COM.

To check the status of the meditech-l, visit MTUsers.NET.

For help, email [EMAIL PROTECTED]
______________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l

Reply via email to