Configuring Connecting Component URLs - Hyland Clinician Window - 23.1 - 23.1 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

The URLs to other Hyland healthcare components working in conjunction with Clinician Window must be configured to establish secure connections when retrieving patient information.

To configure connecting component URLs:

  1. Open the appsettings.Production.json file of the Hyland Clinician Window API server in a plain-text editor. In a default installation, this file is located at: C:\Program Files\Hyland\CW_API
  2. Update the settings of the API element with the following values:

    Setting

    Description

    ConvergenceBaseUrl

    The URL of the API from which the patient information and content is derived. Typically, this would be the URL of either the Healthcare API Aggregator or a Healthcare API Adapter.

    For example, if you are using the Healthcare API Aggregator, and you name it HylandHealthcareAggregator in IIS, your domain is my.domain, your machine name is MedStaff1, and the environment is configured for secure connections, then the value is: https://MedStaff1.my.domain/HylandHealthcareAggregator/

    HcConfigurationServiceBaseUrl

    The base URL for the Hyland Healthcare Configuration Utility Server, through which all available content types for the Clinician Window configuration are retrieved.

    For example, if the Hyland Healthcare Configuration Utility Server is named HylandHealthcareConfigUtilityServer in IIS, your domain is my.domain, your machine name is MedStaff1, and the environment is configured for secure connections, then the value is: https://MedStaff1.my.domain/HylandHealthcareConfigUtilityServer/

    RenderingAndConversionServiceBaseUrl

    The URL for the Hyland Rendering and Conversion Service (HyRCS). It is required this URL is configured to view thumbnail images of patient content and to generate a PDF for printing from Clinician Window.

    For example, if you name the Hyland Rendering and Conversion Service renderingandconversionservice in IIS, your domain is my.domain, your machine name is MedStaff1, and the environment is configured for secure connections, then the value is: https://MedStaff1.my.domain/ApiServer/onbase/renderingconversionservice/api/

    The HyRCS must be configured to use authentication when configuring the service to be used by the Hyland Clinician Window. See the Hyland Rendering and Conversion Service documentation for more information on configuring HyRCS.

    IdP | Url

    The URL of the configured Hyland IdP server. This value is case sensitive.

    For example, if your domain is my.domain and the Hyland IdP application name is identityprovider, then the value is as follows:

    https://my.domain/identityprovider

    Note: For information about configuring the Hyland Clinician Window API for IdP authentication, see Configuring IdP Settings for the Clinician Window API.
  3. Save and close the appsettings.Production.json file.
  4. Recycle the application pool of the Hyland Clinician Window API server for the changes to take effect.