Configuring NilRead for Print Requests from Clinician Window - Hyland Clinician Window - 23.1 - 23.1 - Other - external - Other/Hyland-Clinician-Window/23.1/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-NilRead-for-Print-Requests-from-Clinician-Window - 2023-09-12

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

To support print requests from Clinician Window in a SMART on FHIR environment, NilRead must be configured to handle longer query strings.

To configure NilRead to handle longer query strings:

  1. Open the web.config file of the NilRead application in a plain-text editor.
  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.