Configuring Privilege Settings - Hyland Clinician Window - 23.2 - 23.2 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.2
License

Clinician Window configuration and printing privileges are granted by configuring the Administrator and Print attributes under the Privileges element. This allows configuration and printing privileges to be granted to specified OnBase User Groups from your configured OnBase system.

Note:

For more information on configuring OnBase User Groups, see the System Administration module reference guide.

To configure privilege settings:

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

    Setting

    Description

    Administrator

    The list of user groups given privileges to configure the Clinician Window.

    Enter the name of each user group (not the user group ID) within the "Administrator" brackets as shown in the following example:

    {"Administrator": ["UserGroup1", "UserGroup2", "UserGroup3"]

    Print

    The list of user groups given privileges to print documents in the Clinician Window. When a user group is assigned this privilege, the Print button is available in the Clinician Window application.

    Enter the name of each user group (not the user group ID) within the "Print" brackets as shown in the following example:

    "Print": ["UserGroup1", "UserGroup2"]}

  3. Save and close the appsettings.Production.json file.
  4. Recycle the application pool of the Clinician Window BFF server for the changes to take effect.