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:
-
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.
-
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": "" } ],
-
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
- Save the appsettings.Production.json file.
- Recycle the Hyland Healthcare Configuration Utility Server application pool.