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

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.2
License

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

To add connection information for the Hyland Healthcare XDS 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 XDS 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 XDS Adapter.

    Url

    The URL of the Hyland Healthcare XDS Adapter.

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

    https://my.server.net/HylandHealthcareXDSAdapter

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