SSMT: Additional Information

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Revision as of 16:33, 28 January 2011 by David.Burkhead (talk | contribs)
Jump to navigation Jump to search

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 - entry is currently inactive; set to this value if inactivating an active entry.
    * N - entry is not currently inactive; set to this value if updating or creating a new entry.
  • IsEnforcedFLAG - accepted values for this field:
    * Y - entry is enforced and delivered with the system.
    * N - entry is not enforced and can be edited or updated as needed.
  • MinApplicableAge -
  • MaxApplicableAge -
  • NumberofLines -
  • Prompt -
  • ItemType -
  • AlwaysDisplayFLAG -
  • Conditions -
  • DefaultFromQo -
  • MandatoryLevel -
  • AnswerDataType -
  • AnswerPersistence -
  • GenderToExcludeSEX -
  • AnswerPicklist -
  • DefaultValue -
  • Create -

back to SSMT main page