Adaptee settings allow the Hyland Healthcare XDS Adapter to connect to the XDS registry, XDS repositories, and the Hyland Healthcare Configuration Utility Server.
To configure adaptee settings for the Hyland Healthcare XDS Adapter:
- Open appsettings.Production.json of the Hyland Healthcare XDS Adapter in a plain-text editor. In a default installation, this file is located in C:\Program Files\Hyland\HylandHealthcareXDSAdapter.
-
Configure the following settings under ADAPTEE:
Setting
Description
RegistryUrl
The URL for the XDS registry.
For example:
https://xds.server.net/registry
RepositoryIdUrlMap
XDS repositories to use for retrieval.
This object maps the unique identifier (OID) of each XDS repository to its respective URL.
For example:
{ "1.111.1.1111.4.33.22.111": "https://xds.server.net/repo1", "2.222.2.2222.2.22.33.444": "https://xds.server.net/repo2" }
CodesFilePath
The path to an XML file containing XDS class codes. For information about this file, see Adding the XDS Class Codes File.
AssigningAuthorityMappingFilePath
The path to the assigningAuthorityMapFile.json file, which maps patient identifier assigning authorities in namespace format to their respective unique identifiers (OIDs).
By default, this file is located at the root of the adapter installation directory.
WaitForResponseTimeout
The duration (in seconds) the adapter waits for a response from the XDS repository. The default value is 20.
- Save appsettings.Production.json.
- Recycle the Hyland Healthcare XDS Adapter application pool.