SSMT: Call Processing

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search

Description

This content category allows you to manage Text Templates associated with the Call Processing module. Call Processing text templates can also be managed manually via the Note Admin --> Manage Text Templates (V11) portion of TWAdmin.

Stored Procedures used:

  • Extracting data: ImpGetTextTemplates
  • Loading data: ImpSetTextTemplates

Column Listing and Description

  • Template - this is the name of the text template and what will be seen by the user in the Call Processing module. Consideration should be given to the field regarding clinical significance or if there is a particular naming convention to be adopted for naming these.
  • Note Section - since these templates are associated with the Call Processing module and no a note section in particular this value should be left blank.
  • Group - since these templates are associated with the Call Processing module and not a particular group this value should be left blank.
  • Description - this field is used for a general description for the template. This will not be shown on the front end to the end user and can be used when administering the text templates to help keep them organized.
  • Body - this is the actual body or content of the text template. Check here for more information on how to build and construct text templates.
  • Display Order - this value should always be set to '0'.
  • AccessModules - since these templates are associated with the Call Processing module this value should always be 'CP'.
  • Specialty - since these templates are associated with the Call Processing module and not a particular Specialty this value should be left blank.
  • Create? - possible values for this flag include:
   * Y - this will attempt to create the text template as a new template
   * N - this will attempt to update the text template being loaded based on the Template (name) field.