Difference between revisions of "SSMT: Body Site"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
(Created page with "==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 conta...")
 
Line 3: Line 3:
  
 
Stored Procedures used:
 
Stored Procedures used:
*Extracting data:  
+
*Extracting data: Select EntryCode, EntryName, EntryMnemonic, IsInactiveFlag, 'N' 'Create?' From Body_Site_DE where ID > 0 order by EntryName
*Loading data:  
+
*Loading data: IMPSetSimpleDE'Body_Site_DE'
  
 
==Column Listing and Descriptions==
 
==Column Listing and Descriptions==
  
 
*'''Entry Code''' -  
 
*'''Entry Code''' -  
 +
 +
*'''Full Name''' -
 +
 +
*'''Entry Mnemonic''' -
 +
 +
*'''Inactive?''' -
 +
 +
*'''Create?''' -
  
 
'''back to [[SSMT]] main page'''
 
'''back to [[SSMT]] main page'''

Revision as of 18:52, 28 January 2011

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.

Stored Procedures used:

  • Extracting data: Select EntryCode, EntryName, EntryMnemonic, IsInactiveFlag, 'N' 'Create?' From Body_Site_DE where ID > 0 order by EntryName
  • Loading data: IMPSetSimpleDE'Body_Site_DE'

Column Listing and Descriptions

  • Entry Code -
  • Full Name -
  • Entry Mnemonic -
  • Inactive? -
  • Create? -

back to SSMT main page