To configure the Hyland Patient API:
-
Open appsettings.Production.json of the Hyland Patient
API in a plain-text editor.
In a default installation, this file is located in C:\Program Files\Hyland\HylandPatientAPI.
- Open appsettings.Production.json.
-
Configure the following settings under
HylandPatientAPI:
Setting
Description
PassthroughHeadersWhitelist
The name of a header to whitelist for all adapters defined.
If a header whitelist is configured for a specific adapter, then this global setting is ignored for that adapter.
HealthcheckTimeout
The interval (in seconds) at which the Hyland Patient API attempts to perform a health check for all adapters defined. The default value is 10.
WaitForResponseTimeout
The interval (in seconds) at which the Hyland Patient API waits for a response from all adapters queried. The default value is 20.
Adapters
An array of adapter objects. Configure an object for each adapter the Hyland Patient API needs to communicate with.
To configure adapter settings, see the following topics:
- Save the appsettings.Production.json file.
- Recycle the Hyland Patient API application pool.