Adding the Adapter to the Configuration Utility Server - Hyland Clinician Window - 23.1 - 23.1 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

To allow for Unified Type mapping, the Hyland Healthcare Configuration Utility Server must be configured to connect to the Hyland Healthcare OnBase Adapter.

To add connection information for the Hyland Healthcare OnBase Adapter to 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. In the Adapters array under Settings, add an object for the Hyland Healthcare OnBase Adapter.

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

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

    Setting

    Description

    Name

    This value must match the SourceId value defined in the appsettings.Production.json file for the Hyland Healthcare OnBase Adapter.

    Url

    The URL of the Hyland Healthcare OnBase Adapter.

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

    https://my.server.net/HylandHealthcareOnBaseAdapter

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