All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ======================================
Carole - I have the following on an attribute regarding influenza vaccination.
First line "NUR.INFV" stops at the query if they've been vaccinated this year "N" or "U"(nsure)
Second line requires the query if "N" or "U"(nsure)
Third line checks the response to the query "NUR.INFV3 which asks if the patient would like information
Lines 4, 5, and 6 run the report 'ADM.PAT.zcus.arb.influenza.info', which personalizes the report with the patient name and room number, then has the CDC text copied right into the report. Since it's an NPR, your could include any info on it you want. You can also write it out of any module, so if NUR.PAT or OE.PAT were the better spot to grab the data you'd need you could do it from there.
This works nicely. Give me a call if you need any help with it.
IFE=[ANS,"NUR.INFV"]|0="N"!([ANS,"NUR.INFV"]|0="U")
REQI=[ANS,"NUR.INFV"]|0="N"!([ANS,"NUR.INFV"]|0="U")
[EMAIL PROTECTED]"Y" 1,
FCL1="ADM.PAT.zcus.arb.influenza.info."^RPT,RPT_"S"^RPTS,RPT_"R"^RPT,
FCL1=IF{%Z.switch.appl("ADM") ("** ADM Unavailable **")^/.WO,%Z.w.macro(1,1);
FCL1=%[RPTS](RPT,0)X,%Z.switch.appl("")}}
Alan R. Baillargeon RN, BSN
Senior Clinical Analyst
Information Systems
(410) 620-3464
Pager (410) 378-0171
Note: This message and any attachments are intended only for the use of the individual or entity to which it is addressed and may contain information that is privileged, confidential, and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the sender.
| "Carole Nixon"
<[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 03/23/2006 09:04 AM |
|
All messages should be posted in plain text. HTML will be converted to
attachments. The meditech-l web site is MTUsers.com
======================================
Hello All,
I have a question re: triggering a form to print in response to a
specific query response. From what I have learned so far, it doesn't
seem possible. If anyone out there has come up with a way to trigger
printing a form to a query response, we would greatly appreciate if you
could share your info! Our goal is to trigger printing patient
discharge instructions for Core Measures issues when the nurse/user
answers a query such as "Was the patient diagnosed with CHF during this
hospital stay?" with a "Y" response. Thanks for any help you can offer!
Carole Ann Nixon, RN
Clinical Coordinator Information Services
East Liverpool City Hospital, E.L.Ohio
330 386 3300
[EMAIL PROTECTED]
_______________________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l
_______________________________________________ meditech-l mailing list [email protected] http://mtusers.com/mailman/listinfo/meditech-l
