Difference between revisions of "Q: The Application is not requiring I enter a password when I sign and finalize a note, why not?"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
Is there a preference that has a time limit on it that dictates how often in between sessions that you have to put your password in when signing a note?  
 
Is there a preference that has a time limit on it that dictates how often in between sessions that you have to put your password in when signing a note?  
  
 +
==Answer==
 
This logic uses the OrderAuthenticationTimeOut preference.  This preference is found in the General Preferences screen, near the bottom of the list.
 
This logic uses the OrderAuthenticationTimeOut preference.  This preference is found in the General Preferences screen, near the bottom of the list.
  
with this logic if the preference is empty/blank or set to zero, the password will never be required. You’ll want to set it to 1 if you want to prompt the user to enter a password as frequently as possible.
+
With this logic, if the preference is empty/blank or set to zero, the password will never be required. You’ll want to set it to 1 if you want to prompt the user to enter a password as frequently as possible.

Revision as of 19:33, 26 November 2012

Is there a preference that has a time limit on it that dictates how often in between sessions that you have to put your password in when signing a note?

Answer

This logic uses the OrderAuthenticationTimeOut preference. This preference is found in the General Preferences screen, near the bottom of the list.

With this logic, if the preference is empty/blank or set to zero, the password will never be required. You’ll want to set it to 1 if you want to prompt the user to enter a password as frequently as possible.