Disabling Key Usage
Many facilities have wished they could totally remove the "recall" key.
Because of the way our documentation was designed when we brought
Meditech live, users found that the recall key was very efficient at
filling in the large number of queries they believed they were required
to address on a reassessment of a patient. Of course, this has led to
some inaccurate charting as use of the recall key has mushroomed into
the "default" method of documentation for many users. With the
implementation of pop ups, the need has become apparent to stop users
from being able to use the "exit" key when in some pop ups. This is
because when a query is required queries are not required when exiting a
CDS. So, if you have required queries on a pop up, the only way to
enforce them is to disable use of the exit key where you can. These
attributes must be placed on a per query basis. It makes sense to
evaluate your CDS's to determine where they can gain the most bang for
the buck. Probably one of the first places to disable recall is on any
"comment" or "free text" query.
Disable Recall
IFE=IF{gxx^/CDS,"N"^/F5[/S.LAST.QUERY,/CDS],
IFE=%Z.zcus.lib.M.disable(""),1}
Disable Exit
IFE=IF{gxx^/CDS,"N"^/F11[/S.LAST.QUERY,/CDS],
IFE=%Z.zcus.lib.M.disable(""),1}
Disable Both Exit and Recall
IFE=IF{gxx^/CDS,"N"^/F5[/S.LAST.QUERY,/CDS]^/F11[/S.LAST.QUERY,/CDS],
IFE=%Z.zcus.lib.M.disable(""),1}
And this is the contents of the macro called on the last line of these
attributes. You must put this attribute on each query you want to
disable recall. But, if you start with the comment queries and a few
key queries you probably don't have to put it on each query.
"MIS.zcus.library.M.disable"^/S.READ.PGM,
[EMAIL PROTECTED] IF{/F11[/S.LAST.QUERY,/CDS] @MSG1,13^/Z;
%NUR.PC.WORK.recall.queries(A,B,C,D)};
@Z.lastkey=145 IF{/F5[/S.LAST.QUERY,/CDS] @MSG2;
%NUR.PC.WORK.recall.queries(A,B,C,D)}};
MSG1
@W.err(" ATTENTION: The 'Exit Key' cannot be used at this time. ")
MSG2
@W.err(" ATTENTION: The 'Recall Key' cannot be used at this time. ")
Daniel Davis
________________________________
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf
Of Pangburn, Becky
Sent: Tuesday, April 03, 2007 11:08 AM
To: [email protected]
Subject: [MEDITECH-L] NUR F5 recall button
We are 5.5sr2 site and I am looking the attribute to disable the usage
of the F5 recall button. Can you help me?
Thank you,
Becky Pangburn
Citrus Valley Health Partners
[EMAIL PROTECTED]
image001.gif
Description: image001.gif
image002.gif
Description: image002.gif
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*= To subscribe or unsubscribe to the meditech-l, visit MTUsers.NET. To check the status of the meditech-l, visit MTUsers.NET. For help, email [EMAIL PROTECTED] Visit the MTUsers WikiPedia at MTUsers.NET/mwiki ______________________________________ meditech-l mailing list [email protected] http://mtusers.com/mailman/listinfo/meditech-l
