Printing Content with a SMART on FHIR Launch - Hyland Clinician Window - 23.2 - 23.2 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.2
License

When Clinician Window is used to print content in a SMART on FHIR environment, an additional change is necessary to accommodate the increased length of print request URLs.

To print content with a SMART on FHIR launch:

  1. Open the web.config file of the Clinician Window API in a plain-text editor. In a default installation, this file is located at: C:\Program Files\Hyland\CW_API
  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.
  4. If you are printing NilRead content, additional changes are required. See Printing NilRead Content with a SMART on FHIR Launch for more information.