Difference between revisions of "SSMT: Additional Information"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
m
Line 8: Line 8:
 
==Column Listing and Descriptions==
 
==Column Listing and Descriptions==
  
*'''EntryCode''' -  
+
*'''EntryCode''' - this is the unique entry code value for the additional information question.  It must be unique and is self defined when adding a new entry to the dictionary.  Unique consideration may be given here if these questions will be interfaced to other ancillary systems.
  
*'''EntryName''' -  
+
*'''EntryName''' - this is the entry name value for the additional information question.  It is self defined when adding a new entry to the dictionary.  This is not necessarily what the user will see on the order detail screen and it does not have to be the same value as the Prompt field.
  
*'''EntryMnemonic''' -  
+
*'''EntryMnemonic''' - this is the unique entry mnemonic value for the additional information question.  It must be unique and is self defined when adding a new entry to the dictionary.
  
*'''IsInactiveFLAG''' -  
+
*'''IsInactiveFLAG''' - accepted values for this field:
 +
 
 +
    * Y - 
 +
    * N -
  
 
*'''IsEnforcedFLAG''' -  
 
*'''IsEnforcedFLAG''' -  

Revision as of 16:31, 28 January 2011

Description

This page will explain how to manage the Additional Information dictionary in Enterprise EHR using SSMT. Keep in mind the Additional Information dictionary SSMT category is a shared repository for questions as it relates to both Order AND Charge. This content category deals only with the records stored in the additional information dictionary and does not manage the relationship between AOE questions and orderable items.

Stored Procedures used:

  • Extracting data: ImpGetAdditionalInformationDEEntries
  • Loading data: ImpSetAdditionalInformationDE

Column Listing and Descriptions

  • EntryCode - this is the unique entry code value for the additional information question. It must be unique and is self defined when adding a new entry to the dictionary. Unique consideration may be given here if these questions will be interfaced to other ancillary systems.
  • EntryName - this is the entry name value for the additional information question. It is self defined when adding a new entry to the dictionary. This is not necessarily what the user will see on the order detail screen and it does not have to be the same value as the Prompt field.
  • EntryMnemonic - this is the unique entry mnemonic value for the additional information question. It must be unique and is self defined when adding a new entry to the dictionary.
  • IsInactiveFLAG - accepted values for this field:
    * Y -  
    * N -
  • IsEnforcedFLAG -
  • MinApplicableAge -
  • MaxApplicableAge -
  • NumberofLines -
  • Prompt -
  • ItemType -
  • AlwaysDisplayFLAG -
  • Conditions -
  • DefaultFromQo -
  • MandatoryLevel -
  • AnswerDataType -
  • AnswerPersistence -
  • GenderToExcludeSEX -
  • AnswerPicklist -
  • DefaultValue -
  • Create -

back to SSMT main page