All messages should be posted in plain text.  HTML will be converted to
attachments.    The meditech-l web site is MTUsers.com
======================================

Hi Kim,

I would suggest that you also evaluate whether the previously filed response to 
the query is nil.  Do this by adding a period onto the end of the previous 
value and then check to see if that value is equal the value of a period.  If 
so, the previous response was nil.  This would look like:

(@p.ADM.PAT.ccdqr.response["NURRESTRA"])_.=.

In your case, you want to say: combine value with period and if not equal to 
period (not previously nil) - then true!  So, add a second condition to your 
FCL1 to say: Previous response not nil.

Try this:
FCL1=IF{(@.response)'=(@p.ADM.PAT.ccdqr.response["NURRESTRA"])& 
FCL1=(@p.ADM.PAT.ccdqr.response["NURRESTRA"])_.'=. @W.yes.no("A
FCL1=re you sure? The last response was",
[EMAIL PROTECTED]"NURRESTRA"])} 
FCL1A=1

Good Luck,
Kenny Whiteside

Kenny Whiteside RN, BSN
Patient Care Information Systems
Catawba Valley Medical Center
810 Fairgrove Church Road
Hickory, NC 28602
[EMAIL PROTECTED]



>>> Kimberly Frick <[EMAIL PROTECTED]> 04/11/2006 4:19:14 PM >>>
All messages should be posted in plain text.  HTML will be converted to
attachments.    The meditech-l web site is MTUsers.com
======================================

I have the following attribute on a yes/no query in NUR:

FCL1=IF{(@.response)'=(@p.ADM.PAT.ccdqr.response["NURRESTRA"])
[EMAIL PROTECTED]("A 
FCL1=re you sure? The last response was",
[EMAIL PROTECTED]"NURRESTRA"])^/YN="Y" "";1}}
FCL1A=1

This attribute will flag the nurse if the response entered is different from
the previous response. It works great except...it flags the nurse that the
response is different from the previous one the first time they document on
the query. I would like to suppress this if it is the first time they are
entering a response. Does anyone have any ideas?

 
Kim Frick, RN
Project Coordinator
Licking Memorial Hospital
 
 


_______________________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l

Reply via email to