Configuring Connections to Adapters - Hyland Clinician Window - 23.1 - 23.1 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

For each Hyland Healthcare API adapter you install, you must update the appSettings.Production.json file for the Hyland Healthcare Configuration Utility Server. If no Hyland Healthcare API adapters are currently installed, you can update this file during adapter installation as described in the installation procedures for each adapter.

If you are configuring the Hyland Healthcare Configuration Utility Server after the adapters are installed, then follow these steps to add adapter connection information to the Hyland Healthcare Configuration Utility Server.

To configure adapter connection settings:

  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. In the Adapters array under Settings, configure an object for each API adapter the Hyland Healthcare Configuration Utility Server needs to communicate with.

    Each object must include the Name and Url settings. For example:

    "Adapters": [
        {
            "Name": "",
            "Url": ""
        },
        {
            "Name": "",
            "Url": ""
        }
    ],
  3. Configure the following settings for each adapter:

    Setting

    Description

    Name

    A unique name assigned to the adapter. This value must match the SourceId value defined in the appsettings.Production.json file for the adapter.

    Url

    The adapter URL.

    For example, if the server host is my.server.net and the adapter application is named HylandHealthcareAdapter in IIS, then the value is as follows:

    https://my.server.net/HylandHealthcareAdapter

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