Configuring the Hyland License Check API - Hyland Clinician Window - 23.1 - 23.1 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

Clinician Window requires the use of the Hyland License Check API to properly detect that an active Hyland Clinician Window license is present prior to launching the application. If an active license is not found, Clinician Window will not launch. For instructions on installing and configuring the Hyland License Check API, see Hyland License Check API.

Configuration of the Hyland License Check API endpoint and timeout request must be done in the appsettings.Production.json configuration file of the Hyland Clinician Window API.

To configure the Hyland License Check API settings:

  1. Open the appsettings.Production.json file of the Hyland Clinician Window API in a plain-text editor. In a default installation, this file is located at: C:\Program Files\Hyland\CW_API
  2. Update the settings of the LicenseCheck element with the following values:

    Setting

    Description

    LicenseCheckUri

    The URL of the Hyland License Check API.

    For example, if your domain is my.domain and your system is configured for secure connections, then the value is as follows:

    https://my.domain/HylandLicenseCheckAPI

    RequestTimeout

    Determines the amount of time, in seconds, before the request to the Hyland License Check API times out. Enter the desired number of seconds as the value. By default, this is set to 20 seconds.
  3. Save and close the appsettings.Production.json file.
  4. Recycle the application pool of the Hyland Clinician Window API for the changes to take effect.