Difference between revisions of "Text Input Utility"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
The Text Input Utility (TIU) portion of the [[Transcribe]] module is the tool where documents can be transcribe and submitted directly into a patient’s electronic chart.  The TIU is word processor based and directly integrates with Microsoft Word via the use of toolbars.  The three toolbars contain buttons which call macros and use stored procedures to file the documents into the Works database.
 
The Text Input Utility (TIU) portion of the [[Transcribe]] module is the tool where documents can be transcribe and submitted directly into a patient’s electronic chart.  The TIU is word processor based and directly integrates with Microsoft Word via the use of toolbars.  The three toolbars contain buttons which call macros and use stored procedures to file the documents into the Works database.
  
When a job is launched from [[Winscribe]] (Internet Typist) or the TIU is manually launched (to type an unsolicited document) the user is prompted to supply login credentials.  This is the same as the user’s EHR username and password.  This is partly how the TIU establishes a connection with the EHR database.  Essentially you are “logged in” to Word with an active connection to HER.
+
When a job is launched from [[Winscribe]] (Internet Typist) or the TIU is manually launched (to type an unsolicited document) the user is prompted to supply login credentials.  This is the same as the user’s EHR username and password.  This is partly how the TIU establishes a connection with the EHR database.  Essentially you are “logged in” to Word with an active connection to EHR.
  
 
=== Setup and Configuration ===
 
=== Setup and Configuration ===
Line 33: Line 33:
 
# Here is will you will make the changes or customizations needed.
 
# Here is will you will make the changes or customizations needed.
 
# Using File --> Save As; save the file with a name of "TextInputUtility" and ensure the file extension drop down list is set to .DOT files.  It is important that the finished or desired file is named "TextInputUtility" so that it is recognized by the code contained within the TIU macros.
 
# Using File --> Save As; save the file with a name of "TextInputUtility" and ensure the file extension drop down list is set to .DOT files.  It is important that the finished or desired file is named "TextInputUtility" so that it is recognized by the code contained within the TIU macros.
 +
 +
=Links=
 +
Back to [[Acronyms, Abbreviations & Other Definitions]]

Latest revision as of 14:23, 12 April 2018

Overview

The Text Input Utility (TIU) portion of the Transcribe module is the tool where documents can be transcribe and submitted directly into a patient’s electronic chart. The TIU is word processor based and directly integrates with Microsoft Word via the use of toolbars. The three toolbars contain buttons which call macros and use stored procedures to file the documents into the Works database.

When a job is launched from Winscribe (Internet Typist) or the TIU is manually launched (to type an unsolicited document) the user is prompted to supply login credentials. This is the same as the user’s EHR username and password. This is partly how the TIU establishes a connection with the EHR database. Essentially you are “logged in” to Word with an active connection to EHR.

Setup and Configuration

The TIU is typically a local application and typically installed and configured on a machine-by-machine basis. The TIU can be supplemented with a couple of different setup options that offer some automation and flexibility for the transcriptionists to be as productive as possible. When the TIU is installed on the typist’s workstation the following directory is created:

C:\Program Files\Allscripts Healthcare Solutions\Text Input Utility; this is where all of the program files specific to the TIU are located.

There is also created an entry located in Start --> All Programs --> Allscripts Healthcare Solutions --> Text Input Utility Setup. This will allow the administrator to access a dialog box where you can setup the default application URL (required on install), interface reconciliation paths, and also specify which demographic fields are required in order to create and submit a document into the EHR.

Normals

Normals are predefined blocks of text or entire visit outlines that can be inserted into a document to automate redundant paragraphs, instructions, or to function as templates to help guide the transcriptionist through the document. Normals reside on the local transcriptionist’s machine in the following directory:

C:\Program Files\Allscripts Healthcare Solutions\Text Input Utility\Normals

Word documents (.doc files) can be created and saved or moved to this location so that they can be accessed via the Normals button when using the TIU.

TextInputUtility.dot File

The TextInputUtility.dot file is the .dot file which contains the default bookmarks and header formatting for Text Input Utility generated documents. This file is located in the default directory for the Text Input Utility program files (C:\Program Files\Allscripts Healthcare Solutions\Text Input Utility). This file can be edited or customized to some extent to better suit some MT's.

For example - certain bookmarks in the header can be added/deleted to the default header or the size and orientation of the header/bookmark font can be changed as well.

To do this:

  1. Navigate to the following directory: C:\Program Files\Allscripts Healthcare Solutions\Text Input Utility
  2. Rename TextInputUtility.dot to something unique such as TextInputUtility2.dot
  3. Double click on the newly renamed file to open it.
  4. Here is will you will make the changes or customizations needed.
  5. Using File --> Save As; save the file with a name of "TextInputUtility" and ensure the file extension drop down list is set to .DOT files. It is important that the finished or desired file is named "TextInputUtility" so that it is recognized by the code contained within the TIU macros.

Links

Back to Acronyms, Abbreviations & Other Definitions