Difference between revisions of "Add New Web Framework Documents to the EHR"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
 
(27 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==Add New Web Framework Documents to the EHR ==
+
__TOC__
 +
==Overview==
 +
When attempting to add new custom links and documents to the TWEHR, one must first understand the basic overview of how pages are rendered in the TWEHR.
  
====Overview====
+
'''Extreme care should be taken when editing previously created and/or delivered Workplaces, Vertical Toolbars and Horizontal Toolbars, as entire views can disappear.'''
  
When attempting to add new custom links and documents to the EHR one must first understand the basic overview of how pages are rendered in the EHR.
+
The TWEHR is broken into 4 main components. Every user operates in a workspace that is designated to them. Within each of these workspaces there are multiple Vertical Toolbars (links along the left side of the TWEHR system going down). Each link of the Vertical Toolbar contains a Horizontal Toolbar (tabs going across at the top of each page). Each tab refers to a document, which is the space that the custom page will live in.
  
!! Be extremely careful when editing previously created and/or delivered Workplaces, Vertical Toolbars and Horizontal Toolbars as entire views can disappear if care is not taken. !!
+
[[Image:WFWimage1.jpg]]
  
The EHR is broken into 4 main components. Every user operates in a workspace that is designated to them. Within each of these workspaces there are multiple Vertical Toolbars (links along the left side of the EHR system going down). Each link of the Vertical Toolbar contains a Horizontal Toolbar (tabs going across at the top of each page). Each tab refers to a document, which is the space that your custom page will live in.
+
The key to successfully adding new pages to the TWEHR is to work from a bottom-up approach. One should begin by creating a Document, then creating a Horizontal Toolbar and adding the document created to it, then finally linking this to the main page by creating a new Vertical Toolbar menu item and linking this to the Horizontal Toolbar.
  
 +
==Case Study==
 +
In the following example, a custom link is added on the VTB containing a Horizontal Toolbar with a tab named FRAX which points out to a website to help determine the likelihood for a patient to have a fracture (as pictured above). This will cause a website to be rendered in the viewing window as shown below.
  
[[file:WFWimage1.jpg]]
+
[[Image:WFWimage2.jpg]]
  
 
+
==Implementation Steps==
The key to successfully adding new pages to the EHR is to work from a bottom-up approach. Begin by creating a document, then create a Horizontal Toolbar and add the document created to it, then finally link this to your main page by creating a new Vertical Toolbar menu item and linking this to your Horizontal Toolbar.
+
*Create a custom folder for the file to be saved in, for this example the following path was used C:\Program Files\Allscripts Healthcare Solutions\TouchWorks Web\Works\Custom.
 
+
*Create the file FRAX.htm file and save it in the above custom folder.
===Case Study===
+
*Create the document:
 
+
**From the Admin workplace select documents.
In the following example we will add a custom link on the VTB containing a Horizontal Toolbar with a tab named FRAX which point out to a website to help determine the likelihood for a patient to have a fracture (as pictured above). This will cause a website to be rendered in the viewing window as shown below.
+
** Select the New tab.
 
+
**Fill in the information as shown below for Product, Application and Type.
 
+
**:[[file:WFWimage3.jpg]]
[[file:WFWimage2.jpg]]
+
**Create an ID that is easily referenced when searching, in this case GHS for Galen Healthcare Services.  
 
+
**Create a caption; this will be what the link will look like on the TWEHR.
 
+
**Set the type to the appropriate type.
 
+
**Set the target (usually 'Blank' or 'Patient').
Steps:
+
**Specify the path in the URL where the file was saved. For this example, use "../../Custom/custom.htm".  
 
+
*Create the Horizontal Tool Bar.
# Create a custom folder for the file to be saved in, for this example we have used the path C:\Program Files\Allscripts Healthcare Solutions\TouchWorks Web\Works\Custom.
+
**Navigate to Menus and select New.
# Create the file FRAX.htm file and save it in the above custom folder.
+
**Create a new Horizontal Toolbar as shown below for Product, Application and Type.
# Create the document:
+
**:[[file:WFWimage4.jpg]]
#:a. From the admin Workplace select documents.
+
**Create an ID that is easily referenced when searching, in this case GHS for Galen Healthcare Services.
#:b. Select the new tab.
+
**Create a caption, this will be what the link will look like on the TWEHR.
#:c. Fill in the information as shown below for Product, Application and Type.
+
*The menu should then be populated and the FRAX document that was created inserted as shown below.
#:d. Create an ID that is easily referenced when searching, in this case GHS for Galen Healthcare Services [file:WFWimage3.jpg]]
+
*:[[file:WFWimage5.jpg]]
#:e. Create a caption, this will be what the link will look like on the EHR.
+
*Click on the Edit tab.
#:f. Specify the path in the URL where you saved the file.
+
**Edit the fields in default to match the key of your document.
# Create the Horizontal Tool Bar
+
**:[[file:Default.png]]
#:a. Navigate to Menus and select New
+
*Add the Horizontal Toolbar to the Vertical Toolbar.
#:b. Create a new Horizontal Toolbar as shown below for Product, Application and Type [[file:WFWimage4.jpg]]
+
**Search for the Vertical Toolbar that is first seen when logging in as a user, in this case the Clinician Vertical Toolbar.
#:c. Create an ID that is easily referenced when searching, in this case GHS for Galen Healthcare Services
+
**Click on the Menu Items tab and insert a new HTB that points at the custom HTB that was created in the above step.
#:d. Create a caption, this will be what the link will look like on the EHR
+
**:[[file:WFWimage6.jpg]]
# Indicate that you would like to  populate your menu and insert the FRAX document you just created as shown below [[file:WFWimage5.jpg]]
+
*Log in as the user whose VTB the new HTB was added to and verify that the changes were implemented successfully as shown below.
# Adding the Horizontal Toolbar to the Vertical Toolbar
+
*:[[file:WFWimage7.jpg]]
#:a. Search for the Vertical Toolbar that you first see when logging in as a user, in this case we are working in the Clinician Vertical Toolbar.
 
#:b. Click on the Menu Items tab and insert a new HTB that points at the custom HTB that you created in the above step [[file:WFWimage6.jpg]]
 
# Log in as the user who’s VTB you added the new HTB to and verify that your changes were implemented successfully as shown below. [[file:WFWimage7.jpg]]
 

Latest revision as of 15:10, 12 February 2014

Overview

When attempting to add new custom links and documents to the TWEHR, one must first understand the basic overview of how pages are rendered in the TWEHR.

Extreme care should be taken when editing previously created and/or delivered Workplaces, Vertical Toolbars and Horizontal Toolbars, as entire views can disappear.

The TWEHR is broken into 4 main components. Every user operates in a workspace that is designated to them. Within each of these workspaces there are multiple Vertical Toolbars (links along the left side of the TWEHR system going down). Each link of the Vertical Toolbar contains a Horizontal Toolbar (tabs going across at the top of each page). Each tab refers to a document, which is the space that the custom page will live in.

WFWimage1.jpg

The key to successfully adding new pages to the TWEHR is to work from a bottom-up approach. One should begin by creating a Document, then creating a Horizontal Toolbar and adding the document created to it, then finally linking this to the main page by creating a new Vertical Toolbar menu item and linking this to the Horizontal Toolbar.

Case Study

In the following example, a custom link is added on the VTB containing a Horizontal Toolbar with a tab named FRAX which points out to a website to help determine the likelihood for a patient to have a fracture (as pictured above). This will cause a website to be rendered in the viewing window as shown below.

WFWimage2.jpg

Implementation Steps

  • Create a custom folder for the file to be saved in, for this example the following path was used C:\Program Files\Allscripts Healthcare Solutions\TouchWorks Web\Works\Custom.
  • Create the file FRAX.htm file and save it in the above custom folder.
  • Create the document:
    • From the Admin workplace select documents.
    • Select the New tab.
    • Fill in the information as shown below for Product, Application and Type.
      WFWimage3.jpg
    • Create an ID that is easily referenced when searching, in this case GHS for Galen Healthcare Services.
    • Create a caption; this will be what the link will look like on the TWEHR.
    • Set the type to the appropriate type.
    • Set the target (usually 'Blank' or 'Patient').
    • Specify the path in the URL where the file was saved. For this example, use "../../Custom/custom.htm".
  • Create the Horizontal Tool Bar.
    • Navigate to Menus and select New.
    • Create a new Horizontal Toolbar as shown below for Product, Application and Type.
      WFWimage4.jpg
    • Create an ID that is easily referenced when searching, in this case GHS for Galen Healthcare Services.
    • Create a caption, this will be what the link will look like on the TWEHR.
  • The menu should then be populated and the FRAX document that was created inserted as shown below.
    WFWimage5.jpg
  • Click on the Edit tab.
    • Edit the fields in default to match the key of your document.
      Default.png
  • Add the Horizontal Toolbar to the Vertical Toolbar.
    • Search for the Vertical Toolbar that is first seen when logging in as a user, in this case the Clinician Vertical Toolbar.
    • Click on the Menu Items tab and insert a new HTB that points at the custom HTB that was created in the above step.
      WFWimage6.jpg
  • Log in as the user whose VTB the new HTB was added to and verify that the changes were implemented successfully as shown below.
    WFWimage7.jpg