Hello All,
I am looking for an attribute to convert a Y/N response to a numeric value for totaling. I have tried using the Group Response value but it’s not working (I may not have that set up correctly).
Any assistance would be appreciated.
Thanks
Ashley Witherspoon, RN
Clinical Systems Coordinator, Information Systems
Jackson Purchase Medical Center
LifePoint Hospitals®
1099 Medical Center Circle
Mayfield, KY 42066
Ashley.Wi...@LPNT.net
"Leadership is the art of getting someone else to do something you want done because he wants to do it." - Dwight D. Eisenhower
This e-mail and any files transmitted with it may contain PRIVILEGED or CONFIDENTIAL information and may be read or used only by the intended recipient. If you are not the intended recipient of the e-mail or any of its attachments, please be advised that you have received this e-mail in error and that any use, dissemination, distribution, forwarding, printing, or copying of this e-mail or any attached files is strictly prohibited. If you have received this e-mail in error, please immediately purge it and all attachments and notify the sender by reply e-mail or contact the sender at the number listed
Value only works for PD. Try the below attribute. You may need to make your Y/N in group responses with 1=Y and 2=N. Or whatever number you want each to equal. The number should be the mnemonic in the group respone.
Adding attribute. Goes on queries you want to add. answer query goes in quotes.
FCL1=@.response-@.response.old+/[ANS%0,"MMSE11"]|0^/[ANS%0,"MMSE11"]|0="Y"
then this one goes on the answer query with its own name in quotes
IFE=P(R,S,/[ANS%0,"MMSE11"]|0)^#
Hope this helps,
Sam
****CONFIDENTIALITY NOTICE**** The information transmitted in this electronic communication is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you receive this information in error, please reply to this e-mail address and properly dispose of the information.
If I remember correctly the value column in the group response dictionary only works within physician documentation.
Thank you,
Susan A. Hines, RN, MSN
Nurse Informaticist
(410) 414 – 4816 (W)
5222 (Companion Phone)
Calvert Memorial Hospital
100 Hospital Road
Prince Frederick, MD 20678
From: meditech-...@mtusers.com [mailto:meditech-...@mtusers.com] On Behalf Of Ashley.Wi...@LPNT.net
Sent: Thursday, April 25, 2013 1:20 PM
I have something like this on our fall risk documentation.
On each Y/N query I have this attribute REQI=IF{@.response="Y" 1^/T1,"";0^/T1,""}
I change the variable for each query to include in the total T2,T3, etc….
On the total query I have this attribute.
IFE=IF{/T1+/T2+/T3+/T4+/T5+/T6+/T7+/T8+/T9+/T10+/T11+/T12^VAR
IFE=VAR^/[ANS%0,"NUR97000F"]|0,P(R,S,VAR_" "$2)^#}