Configuring Non-Proxied Unified Types - Hyland Clinician Window - 23.1 - 23.1 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

If your Clinician Window environment includes the XDS Adapter or the NilRead Adapter, the unified types of these adapters must be configured as non-proxied unified types.

To configure non-proxied unified types:

  1. Open the appsettings.Production.json file of the Clinician Window BFF server in a plain-text editor. In a default installation, this file is located at: C:\Program Files\Hyland\CW_BFF
  2. Locate the NotProxiedUnifiedTypes element.
  3. Update the value with all unified type names defined in the Hyland Healthcare Configuration Utility for the XDS Adapter and the NilRead Adapter. When entering multiple unified type names as the value, each unified type name must be separated by commas with no spaces in between. For example:
    "NotProxiedUnifiedTypes": "unifiedtype1,unifiedtype2"
  4. Save and close the appsettings.Production.json file.
  5. Recycle the application pool of the Clinician Window BFF server for the changes to take effect.