Unlock the Power of MEDITECH with MEDITECH KE

1

Is there a way to place the word PRIORITY on a report if the Order status = STAT so that the transcriptionist doesn't have to type it in? This is using Meditech's Rich Text format, not Word.

Thanks, George

flag

1 Answer

1

Simply create a xx.priority field and place it on the report where you would like it to print.

then put something like

DAT=FREE
FONT=b
LEN=10
VAL=IF{@status="STAT" "PRIORITY";""}

The one caveat is it would have to be in the detail segment of the report in most cases. Basically the field will print PRIORITY whenever the status is STAT, otherwise print nothing. I added a FONT=b to bold it to make it stand out better. Feel free to remove if you like.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.