Difference between revisions of "Print Preview Settings"

From Galen Healthcare Solutions - Allscripts TouchWorks EHR Wiki
Jump to navigation Jump to search
Line 2: Line 2:
  
  
There are several settings for print preview that can be adjusted, including: Timeout, RetryCount, RetryDelay and SupportWatermark.  The descriptions for each are listed below.  It's strongly recommended to confirm each setting is available and it's current description in the Web.Config (details in the Resolution section below)
+
There are several settings for print preview that can be adjusted, including: Timeout, RetryCount, RetryDelay and SupportWatermark.  The descriptions for each are listed below.  It's strongly recommended to confirm each setting is available and its current description in the Web.Config (details in the Resolution section below)
  
 
'''Timeout''': Total time in seconds that we will allow to execute
 
'''Timeout''': Total time in seconds that we will allow to execute

Revision as of 22:26, 2 July 2012

Overview

There are several settings for print preview that can be adjusted, including: Timeout, RetryCount, RetryDelay and SupportWatermark. The descriptions for each are listed below. It's strongly recommended to confirm each setting is available and its current description in the Web.Config (details in the Resolution section below)

Timeout: Total time in seconds that we will allow to execute

RetryCount: How many times we will attempt a retry within our session

RetryDelay: How many milliseconds we will wait between retries

SupportWatermark: Are we willing to show watermarks on our exports


Resolution

You will need to edit the Web.Config for the Report Handler on each web server. This is typically found in C:\Program Files\Allscripts Healthcare Solutions\TouchWorks Web\AHSReportHandler. The settings will be found under the appSettings node, which is at the bottom of the Web.Config by default. Edit the value(s) and the changes will take affect immediately.