Difference between revisions of "SSMT: Order Modifiers"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
==Description==
 
==Description==
This page will explain how to manage the Body Site dictionary using SSMT.  This dictionary is typically manually managed by the admin team manually and does contain many system delivered entries.  In these types of cases SSMT can be useful when helping in moving certain groups or reconciling amongst environments.
+
This page will  
  
 
Stored Procedures used:
 
Stored Procedures used:
Line 8: Line 8:
 
==Column Listing and Descriptions==
 
==Column Listing and Descriptions==
  
*'''Entry Code''' -  
+
*'''Entry Code''' - this is the unique entry code value of the order item modifier.  This can never be left null and can be an alpha and/or numeric combination.
  
*'''Full Name''' -  
+
*'''Full Name''' - this is the description of the order item modifier.  This should be meaningful and is what the user will see if addressing the prompt during the ordering process.
  
*'''Entry Mnemonic''' -  
+
*'''Entry Mnemonic''' - this is the unique entry mnemonic of the order item modifier.  This field may appear blank for records that are delivered with the system.
  
*'''SnoTermCODE''' -  
+
*'''SnoTermCODE''' - indicates the SnoMed CT code for the SnoMed term that is linked to the entry; if one exists.
  
 
*'''Inactive?''' - acceptable values for this field are:
 
*'''Inactive?''' - acceptable values for this field are:
  
     * Y -
+
     * Y - indicates the current entry is inactive; use to inactivate entries.
     * N -
+
     * N - indicates the current entry is not inactive, use to create new entries.
  
 
== Migration Considerations ==
 
== Migration Considerations ==

Revision as of 11:54, 3 February 2011

Description

This page will

Stored Procedures used:

  • Extracting data: Select EntryCode, EntryName, EntryMnemonic, SnoTermCODE, IsInactiveFlag From QO_Mod_DE where ID > 0 order by EntryName
  • Loading data: IMPSetOrderModifierDE

Column Listing and Descriptions

  • Entry Code - this is the unique entry code value of the order item modifier. This can never be left null and can be an alpha and/or numeric combination.
  • Full Name - this is the description of the order item modifier. This should be meaningful and is what the user will see if addressing the prompt during the ordering process.
  • Entry Mnemonic - this is the unique entry mnemonic of the order item modifier. This field may appear blank for records that are delivered with the system.
  • SnoTermCODE - indicates the SnoMed CT code for the SnoMed term that is linked to the entry; if one exists.
  • Inactive? - acceptable values for this field are:
   * Y - indicates the current entry is inactive; use to inactivate entries.
   * N - indicates the current entry is not inactive, use to create new entries.

Migration Considerations

back to SSMT main page