Difference between revisions of "SSMT: Worklist Views - Users"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
Line 24: Line 24:
 
*'''IsDefaultFlag''' - acceptable values for this field are:
 
*'''IsDefaultFlag''' - acceptable values for this field are:
  
     * Y -
+
     * Y - indicates the current worklist view is the default worklist view for that user.  Only 1 view can be utilized as
     * N -
+
      the default.
 +
     * N - indicates the current worklist view is not the default worklist view for that user.
  
 
*'''Delete''' - acceptable values for this field are:
 
*'''Delete''' - acceptable values for this field are:
  
     * Y -
+
     * Y - indicates that the current worklist will be unassigned from the current user when loaded.
     * N -
+
     * N - indicates that the current worklist will remain assigned to the current user; use when attempting to update records.
  
 
*'''Inactive?''' - acceptable values for this field are:
 
*'''Inactive?''' - acceptable values for this field are:
  
     * Y -  
+
     * Y - indicates that the current worklist view is NOT active in the system.
     * N -
+
     * N - indicates that the current worklist view is active in the system; use when assigning views to users.
  
 
==Migration Considerations==
 
==Migration Considerations==

Revision as of 13:25, 7 February 2011

Description

The Worklist Views SSMT content category can assist in managing the relationship between Worklist and EHR users. Whether system views are being built based on role or specialty adding and removing Worklists to and from user to user can be a tedious effort. This content category can help significantly streamline that process.


Stored Procedures used:

  • Extracting data: ImpGetWorkListViewsAssignedToUsers
  • Loading data: ImpSetWorkListViewsAssignedToUsers

Column Listing and Descriptions

  • UserName - this is the username value for which
  • View Name - this is name of the Worklist currently or to be assigned to additional users.
  • Owner -
  • Organization - this is the description value of the Internal Organization
  • IsSystemViewFLAG - acceptable values for this field are:
   * Y -
   * N -
  • IsDefaultFlag - acceptable values for this field are:
   * Y - indicates the current worklist view is the default worklist view for that user.  Only 1 view can be utilized as 
     the default.
   * N - indicates the current worklist view is not the default worklist view for that user.
  • Delete - acceptable values for this field are:
   * Y - indicates that the current worklist will be unassigned from the current user when loaded.
   * N - indicates that the current worklist will remain assigned to the current user; use when attempting to update records.
  • Inactive? - acceptable values for this field are:
   * Y - indicates that the current worklist view is NOT active in the system.
   * N - indicates that the current worklist view is active in the system; use when assigning views to users.

Migration Considerations

  • Make sure when creating worklists that you will want to assign to multiple User/Providers that you make them at an enterprise level by clicking on the Enterprise radio button in the worklist editor window.
    • Once you have created your enterprise level view, assign it to one user.
    • In SSMT extract, with headers, Worklist Views-Users
    • Find the line that has your enterprise level view assigned to the one user you assigned it to.
    • Copy that line, remove the data in the "owned by" cell
    • Copy the line for each user that you want to assign the list to, put in their user names and then load the new lines back into SSMT.


back to SSMT main page