Configuring the Clinician Window BFF for NilRead Print Requests - Hyland Clinician Window - 23.2 - 23.2 - Other - external - Other/Hyland-Clinician-Window/23.2/Hyland-Clinician-Window/Installation/SMART-on-FHIR-Launch-Configuration/Printing-Content-with-a-SMART-on-FHIR-Launch/Printing-NilRead-Content-with-a-SMART-on-FHIR-Launch/Configuring-the-Clinician-Window-BFF-for-NilRead-Print-Requests - 2023-09-12

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.2
License
ft:locale
en-US

To print NilRead content in a SMART on FHIR environment, the Clinician Window BFF server must be configured to handle longer query strings.

To configure the Clinician Window BFF server to handle longer query strings:

  1. Open the web.config file of the Clinician Window BFF in a plain-text editor. In a default installation, this file is located at: C:\Program Files\Hyland\CW_BFF
  2. Within the system.webServer element, update the following to include the element <requestLimits maxUrl="32768" maxQueryString="32768" />:
    <security>
      <requestFiltering removeServerHeader="true">
        <requestLimits maxUrl="32768" maxQueryString="32768" />
      </requestFiltering>
    </security>
  3. Save the web.config file.