I am trying to write a rule that will prompt the user for yes/no response before either letting them continue on or answering more questions ... my rule is almost working. Anyone mind taking a look and letting me know what I have set-up incorrectly?
Here's what I have set-up:
"Is this being ordered for ectopic pregnancy? "^MSG1,
"Have all three of the following criteria been met? "^MSG2,
" Drug is ordered by OB/GYN (make sure correct MD is entered) "^MSG2A,
" Pharmacist verified positive HCG result in computer"^MSG2B,
" Pharmacist verified ultrasound positive for ectopic pregnancy"^MSG2C,
" (either by viewing report in PCI or speaking with physician)"^MSG2D,
"Patient must meet all three criteria in order to receive Methotrexate"^MSG3,
IF{[f pt facility]="LCT" [f rx yes/no](MSG1)^YES;1},
IF{YES_.'=. [f rx yes/no](MSG2_MSG2A_MSG2B_MSG2C_MSG2D)^YES2;1},
Also tried: IF{YES_.'=. [f rx msg](MSG2A_MSG2B_MSG2D);[f rx yes/no](MSG2)^YES2;1}, - - this displays all of the message but doesn't give the user the YES/NO pop-up
IF{YES2_.=. [f rx err msg](MSG3);1};
1) After the 1st question if the user answers NO they should be allowed to enter. Right now the NO answer is giving the final error message and not allowing entry.
2) I can't seem to fit all of "message 2" lines without crashing and being brought to the front-end. Although the only question they need to answer is "Have all three of the following criteria been met?" we also want to "display" the three criteria to the Pharmacist. When I try just adding them all in (bolded) then it crashes. I've tried a couple different things with the text (all bolded items) ...
Thanks, in advance, for any assistance!!
Ginger Jussila
Project Manager Pharmacy
Providence Little Company of Mary Medical Center
4101 Torrance Blvd., Torrance, CA 90503
Office (310) 303-5329
________________________________
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.
====================================
Please do NOT send messages that ask "Please post to the list" or "I'd like to see your answers" or "Send that info to me, too" These are useless messages that just waste the email server's resources. Instead, email the original requester and ask that they send you or post the results of their question.
To UNSUBSCRIBE, go to http://MTUSers.net
for information.
You can locate the:
1) meditech-l archives
2) NPR/Magic/CS tips
3) job opportunities in the Meditech community
http://mtusers.net
If you need help or advice on how to use the meditech-l, email lo...@MTUsers.com or ju...@MTUsers.net. Both of these people help manage the meditech-l, so they are your best resource.