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:
- 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
-
Update the settings of the API element with the
following values:
Setting
Description
ConvergenceBaseUrl The URL of the Hyland Patient API, through which patient information and content are retrieved.
For example, if the Hyland Patient API is named HylandPatientAPI 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/HylandPatientAPI/
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.PreferencesServiceUrl The URL of the Hyland Preferences Service, which is required for the creation of personal categories.
For example, if your domain is my.domain and the Hyland Preferences Service application name is hyland-preferences-service, then the value is as follows:
https://my.domain/hyland-preferences-service
- Save and close the appsettings.Production.json file.
- Recycle the application pool of the Hyland Clinician Window API server for the changes to take effect.