Difference between revisions of "SSMT: Answer"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
(Created page with '==Description== The Answer Class SSMT content category can be used to assist in managing the classifications or categories in the Answer dictionary. The classes in th…')
 
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
[[Category:SSMT|Answer]]
 
==Description==
 
==Description==
The Answer Class 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. Content from this category contains all valid answers for results and additional information questions where the answer data type is specified as picklist.
 
 
The Code and Mnemonic values for this category are not viewable or accessible via the Answer dictionary; only via SSMT or SQL query.
 
  
 
Stored Procedures used:
 
Stored Procedures used:
* Loading data: ImpGetAnswerClassDE
+
* Loading data: IMPSetAnswerDE
* Extracting data: ImpSetAnswerClassDE
+
* Extracting data: IMPGetAnswerDE
  
 
==Column Listing and Description==
 
==Column Listing and Description==
*'''Class 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.
*'''Class 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.
*'''Class 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.
*'''Enforced''' - this is the enforced flag for the answer class value.
+
*'''IsEntryInactiveFlag''' - 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.
  
    * Y - means the entry is enforced (system delivered) and cannot be inactivated or edited.
+
*'''Security Code Name''' -
    * N - means the entry is not-enforced and can be inactivated or edited.
 
  
*'''Inactive?''' - this is the flag displaying the state of the entry.
+
*'''ICD9 Diagnosis Code''' - this allows a direct look-up to the [[ICD9 Diagnosis]] dictionary and allows an ICD9 diagnosis code to associated with the Answer.
  
    * Y - means the entry is inactive in the Answer dictionary; set this value if you wish to deactivate the entry.
+
*'''ICD9 Procedure Code''' - this allows a direct look-up to the ICD9 Diagnosis dictionary and allows an ICD9 procedure code to be associated with the Answer.
    * N - means the entry is currently active; set this value is you are adding a new answer class.
 
  
*'''Create?''' - this is the flag for whether or not to create vs. update an entry.
+
*'''Answer Classification''' - this value indicates the [[SSMT: Answer Class|Answer Classification]] that the entry is currently assigned to.
 +
 +
*'''Create?''' - this flag indicates whether the item will be loaded as a new entry or already exists.
  
     * Y - means the entry is new and will attempt to create as a new answer class.
+
     * Y - use this value to specify a new entry to be added when loading.
     * N - means the entry already exists and an update will be attempted to an existing entry.
+
     * N - use this value to specify an already existing entry; applicable when updating entries.
  
 
'''back to [[SSMT]] main page'''
 
'''back to [[SSMT]] main page'''

Latest revision as of 14:12, 27 November 2012

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. Content from this category contains all valid answers for results and additional information questions where the answer data type is specified as picklist.

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.
  • IsEntryInactiveFlag - 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 - this allows a direct look-up to the ICD9 Diagnosis dictionary and allows an ICD9 diagnosis code to associated with the Answer.
  • ICD9 Procedure Code - this allows a direct look-up to the ICD9 Diagnosis dictionary and allows an ICD9 procedure code to be associated with the Answer.
  • Answer Classification - this value indicates the Answer Classification that the entry is currently assigned to.
  • Create? - this flag indicates whether the item will be loaded as a new entry or already exists.
   * Y - use this value to specify a new entry to be added when loading.
   * N - use this value to specify an already existing entry; applicable when updating entries.

back to SSMT main page