Difference between revisions of "SSMT: Answer"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
==Description==
 
==Description==
The Answer SSMT content category can be used to assist in managing the classifications or categories in the [[Answer|Answer dictionary]].  The classes in the Answer dictionary are also easily manually managed and edited because the dictionary itself as delivered is not terribly complex and pretty easy to manage.
+
The Answer SSMT content category can be used to assist in managing the entries in the [[Answer|Answer dictionary]].  Having the Answer Classification fields available in this particular extract can be useful when moving added or modified entries between environments using SSMT.
  
 
Stored Procedures used:
 
Stored Procedures used:
Line 7: Line 7:
  
 
==Column Listing and Description==
 
==Column Listing and Description==
*'''Answer Code''' - this is the unique entry code value for the answer class.
+
*'''Answer Code''' - this is the unique entry code value for the answer entry.
*'''Answer Name''' - this is the entry name and description field for the answer classYou will see this field as the description in the Answer dictionary.
+
*'''Answer Name''' - this is the entry name and description field for the answer entryThis is the value that is displayed in the application.
*'''Answer Mnemonic''' - this is the unique mnemonic for the answer class; typically will mirror the entry code value.
+
*'''Answer Mnemonic''' - this is the unique mnemonic for the answer entry.
*'''Inactive?''' - this is the enforced flag for the answer class value.
+
*'''Inactive?''' - this flag indicates the current status of the answer entry.
  
     * Y - means the entry is enforced (system delivered) and cannot be inactivated or edited.
+
     * Y - means the entry is currently inactive; use this value when loading to update to inactive.
     * N - means the entry is not-enforced and can be inactivated or edited.
+
     * N - means the entry is currently active; use this value when loading to update to active.
  
*'''Security Code Name''' - this is the flag displaying the state of the entry.
+
*'''Security Code Name''' -
  
    * Y - means the entry is inactive in the Answer dictionary; set this value if you wish to deactivate the entry.
+
*'''ICD9 Diagnosis Code''' -  
    * N - means the entry is currently active; set this value is you are adding a new answer class.
 
 
 
*'''ICD9 Diagnosis Code''' - this is the flag for whether or not to create vs. update an entry.
 
 
 
    * Y - means the entry is new and will attempt to create as a new answer class.
 
    * N - means the entry already exists and an update will be attempted to an existing entry.
 
  
 
*'''ICD9 Procedure Code''' -  
 
*'''ICD9 Procedure Code''' -  

Revision as of 15:48, 26 November 2010

Description

The Answer SSMT content category can be used to assist in managing the entries in the Answer dictionary. Having the Answer Classification fields available in this particular extract can be useful when moving added or modified entries between environments using SSMT.

Stored Procedures used:

  • Loading data: IMPSetAnswerDE
  • Extracting data: IMPGetAnswerDE

Column Listing and Description

  • Answer Code - this is the unique entry code value for the answer entry.
  • Answer Name - this is the entry name and description field for the answer entry. This is the value that is displayed in the application.
  • Answer Mnemonic - this is the unique mnemonic for the answer entry.
  • Inactive? - this flag indicates the current status of the answer entry.
   * Y - means the entry is currently inactive; use this value when loading to update to inactive.
   * N - means the entry is currently active; use this value when loading to update to active.
  • Security Code Name -
  • ICD9 Diagnosis Code -
  • ICD9 Procedure Code -
  • Answer Classification -
  • Create? -


back to SSMT main page