The following settings allow you to further customize the Clinician Window BFF server.
To configure these settings:
-
Open the appsettings.Production.json file of the Clinician Window BFF server in a plain-text editor.
In a default installation, this file is located at: C:\Program Files\Hyland\CW_BFF.
-
Update the following settings as needed:
Setting
Description
ConfigPath
Specifies the full path to the config.json file where Clinician Window configuration settings are stored.
When ConfigPath is empty or left with the default value, the config.json file is created and updated in the root of the Clinician Window BFF installation directory.
To share a single config.json file across multiple Clinician Window BFF servers in a load-balanced environment, specify a network path where the Clinician Window BFF servers have read and write permissions. Make sure all backslash characters are escaped, as shown in the following example:
\\\\CW-APSRV1\\BFFConfig\\config.json
ReturnToPatientOverviewFromSingleDocLaunch
Removes the following when set to false:
-
Access to the Patient Overview page when opening a single document from your third-party application.
-
The ability to remove the single document within the viewer.
The following is an example of the key set to false: "ReturnToPatientOverviewFromSingleDocLaunch": false
By default, this key is set to false.
ErrorReportThrottleWaitSeconds
The amount of time (in seconds) before duplicate error messages in an error report are rejected. This improves performance time during error reporting. By default, this is set to 1 second.
ThumbnailURICacheExpirationHours
Determines the number of hours before a cached thumbnail URI expires.
The Clinician Window BFF server caches thumbnail URIs to improve retrieval of previously requested thumbnails. If a thumbnail URI has expired, it is removed from the cache, and the Clinician Window BFF server must request a new URI before it can retrieve the associated thumbnail.
Note:This setting must not exceed the NilRead URL timeout interval configured on the NilRead server.
-
- Save and close the appsettings.Production.json file.
- Recycle the application pool of the Clinician Window BFF server for the changes to take effect.