To obtain repository information, the Hyland Healthcare Configuration Utility Server requires a connection to the Hyland Patient API. The URL for the Hyland Patient API must be specified in the Hyland Healthcare Configuration Utility Server configuration file.
To configure connection settings and privileges for the Hyland Healthcare Configuration Utility Server:
-
Open the appsettings.Production.json file from the Hyland Healthcare Configuration Utility Server installation directory.
In a default installation, the directory is C:\Program Files\Hyland\HylandHealthcareConfigUtilityServer.
-
Configure the following under Settings:
Setting Description PatientAPI | Url The URL of the Hyland Patient API.
For example, if the Hyland Patient API is installed on my.server.net and the application name is HylandPatientAPI, then the value is as follows:
https://my.server.net/HylandPatientAPI
You can update this setting later if the Hyland Patient API is not yet installed.
WaitForResponseTimeout The number of seconds the Hyland Healthcare Configuration Utility Server waits for a response to a request. This value is 20 by default.
-
In the Administrator array under
Privileges, add a list of groups or user accounts
that require access to the Hyland Healthcare Configuration Utility UI.
For example:
"Privileges": { "Administrator": [ "ADMIN-HIM", "MANAGER" ]
-
Under BackendConfiguration, configure the connection
settings for the Hyland Healthcare Configuration Provider Host:
Setting
Description
ConfigurationURI The URL of the Hyland Healthcare Configuration Provider Host service.
For example, if the server host is my.server.net and the application name is HylandHealthcareConfigProviderHost, then the value is as follows:
https://my.server.net/HylandHealthcareConfigProviderHost
RequestTimeout The duration in milliseconds before the request to the Hyland Healthcare Configuration Provider Host service times out. This value is 20 by default.
- Save the appsettings.Production.json file.
- Recycle the Hyland Healthcare Configuration Utility Server application pool.