Configuring Patient API Settings - Hyland Clinician Window - 23.2 - 23.2 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.2
License

To configure the Hyland Patient API:

  1. 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.
  2. Open appsettings.Production.json.
  3. 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:

  4. Save the appsettings.Production.json file.
  5. Recycle the Hyland Patient API application pool.