Difference between revisions of "Adding an external website link into Allscripts TouchWorks"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
To add a website link, so that the web page can be opened in TWEHR, please follow the steps provided in the video below.
+
To add a website link, so that the web page can be opened in TouchWorks, please follow the steps provided in the video below.
  
 
http://screencast.com/t/uCGErrqiSh1A  
 
http://screencast.com/t/uCGErrqiSh1A  
Line 6: Line 6:
 
#Login as TWAdmin
 
#Login as TWAdmin
 
#Navigate to Admin Workspace, Click on Documents and select the New option.
 
#Navigate to Admin Workspace, Click on Documents and select the New option.
#Select Centricity Framework as the product and Touchworks as the application.
+
#Select Centricity Framework as the product and TouchWorks as the application.
 
#Enter the name of the website in the Caption and the ID section.
 
#Enter the name of the website in the Caption and the ID section.
 
#Select the Type as Workspace page.
 
#Select the Type as Workspace page.
Line 22: Line 22:
 
*Click on Scripts and select the New tab
 
*Click on Scripts and select the New tab
 
*Select Centricity Framework as the product and TouchWorks as the application
 
*Select Centricity Framework as the product and TouchWorks as the application
*Enter the ID and Caption eg: Test123
+
*Enter the ID and Caption e.g., Test123
*Enter the Code in the following format: window.open(url of the webpage) eg: window.open("http://www.google.com")
+
*Enter the Code in the following format: window.open(URL of the webpage) e.g., window.open("http://www.google.com")
 
*Use quotes around the url**
 
*Use quotes around the url**
 
*Click Save.
 
*Click Save.
 
*In order to add the Script as a menu item, please follow steps 7 to 11 as mentioned earlier (Only difference being that you will be adding a script and not a document)
 
*In order to add the Script as a menu item, please follow steps 7 to 11 as mentioned earlier (Only difference being that you will be adding a script and not a document)
 
*After you log out and log in, please click on the menu item and the web page will launched in a new IE session.
 
*After you log out and log in, please click on the menu item and the web page will launched in a new IE session.

Latest revision as of 15:53, 19 November 2015

To add a website link, so that the web page can be opened in TouchWorks, please follow the steps provided in the video below.

http://screencast.com/t/uCGErrqiSh1A

STEPS:

  1. Login as TWAdmin
  2. Navigate to Admin Workspace, Click on Documents and select the New option.
  3. Select Centricity Framework as the product and TouchWorks as the application.
  4. Enter the name of the website in the Caption and the ID section.
  5. Select the Type as Workspace page.
  6. Enter the Website URL in the URL section, click save and the Document will be created.
  7. Navigate to Menus and click Edit.
  8. Search and select the desired VTB/HTB where you want to place the link. Example- Tw_residentVTB, TW_providerchartHTB, TW_midlevelprovVTB etc.
  9. Click the Menu Items tab, hit add and then click on .....
  10. Enter the name of the website in the caption and search for the document that you have created in step 6
  11. Select the document and click save.
  12. Log off and Login
  13. Select the VTB/HTB where you have added the website link. Once you click on the website name, the website will open in TWEHR.

If you need the web page open in a new IE session after clicking on the menu item, please see the steps below:

  • Login as TWAdmin and navigate to the Admin Workspace
  • Click on Scripts and select the New tab
  • Select Centricity Framework as the product and TouchWorks as the application
  • Enter the ID and Caption e.g., Test123
  • Enter the Code in the following format: window.open(URL of the webpage) e.g., window.open("http://www.google.com")
  • Use quotes around the url**
  • Click Save.
  • In order to add the Script as a menu item, please follow steps 7 to 11 as mentioned earlier (Only difference being that you will be adding a script and not a document)
  • After you log out and log in, please click on the menu item and the web page will launched in a new IE session.