Configuring the Application Server for EMR Licensing - Integration for Epic - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Essential - Premier - Standard

Integration for Epic

Platform
OnBase
Product
Integration for Epic
Release
Foundation 23.1
License
Essential
Premier
Standard

By default, the Application Server uses standard Concurrent Client licenses for connections. The virtual directories on an Application Server can be configured to use the Concurrent Client for EMR Integrations license.

The following procedure describes how to configure the Application Server to change its default licensing strategy. It should be used only for virtual directories that support clinical users, so that they can take advantage of the Medical Emergency Concurrent Client license from a high availability perspective.

CAUTION:

Back-office OnBase users should not connect to a virtual directory on the Application Server configured with this switch. Doing so will result in over-consumption of the Concurrent Client for EMR Integrations licenses. Perform this procedure only for the virtual directory on the Application Server being used by OnBase medical applications.

  1. Open the Application Server's Web.config file.
  2. Under appSettings, add the following key:
    <add key="MedicalApplicationServer" value="true"/>

    Ensure the value is set to true. Setting the value to false is the same as omitting the key altogether.

  3. Save the file.