Configuring Connection Settings and Privileges - Hyland Clinician Window - 23.3 - 23.3 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.3
License

To obtain repository information, the Hyland Healthcare Configuration Utility Server requires a connection to the Hyland Patient API. The URL for the Hyland Patient API must be specified in the Hyland Healthcare Configuration Utility Server configuration file.

To configure connection settings and privileges for the Hyland Healthcare Configuration Utility Server:

  1. Open the appsettings.Production.json file from the Hyland Healthcare Configuration Utility Server installation directory.
    In a default installation, the directory is C:\Program Files\Hyland\HylandHealthcareConfigUtilityServer.
  2. Configure the following under Settings:
    Setting Description
    PatientAPI | Url

    The URL of the Hyland Patient API.

    For example, if the Hyland Patient API is installed on my.server.net and the application name is HylandPatientAPI, then the value is as follows:

    https://my.server.net/HylandPatientAPI

    You can update this setting later if the Hyland Patient API is not yet installed.

    WaitForResponseTimeout

    The number of seconds the Hyland Healthcare Configuration Utility Server waits for a response to a request. This value is 20 by default.

  3. In the Administrator array under Privileges, add a list of groups or user accounts that require access to the Hyland Healthcare Configuration Utility UI.

    For example:

    		"Privileges": {
    			"Administrator": [
    			    "ADMIN-HIM",
    				"MANAGER"
    			]
  4. Under BackendConfiguration, configure the connection settings for the Hyland Healthcare Configuration Provider Host:

    Setting

    Description

    ConfigurationURI

    The URL of the Hyland Healthcare Configuration Provider Host service.

    For example, if the server host is my.server.net and the application name is HylandHealthcareConfigProviderHost, then the value is as follows:

    https://my.server.net/HylandHealthcareConfigProviderHost

    RequestTimeout

    The duration in milliseconds before the request to the Hyland Healthcare Configuration Provider Host service times out. This value is 20 by default.

  5. Save the appsettings.Production.json file.
  6. Recycle the Hyland Healthcare Configuration Utility Server application pool.