Installing the Web Server - Integration for Epic MyChart - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - external

Integration for Epic MyChart

Platform
OnBase
Product
Integration for Epic MyChart
Release
Foundation 23.1
License

This integration uses FormPop, a component of the OnBase Web Server, to display Unity Forms. The Web Server must be installed and configured for FormPop in order for Unity Forms to be retrieved.

Note:

The OnBase Web Server and the PPL application must be installed on the same domain to allow Unity Forms to be viewed.

To configure the OnBase Web Server for this integration:

  1. Install the OnBase Web Server as described in the Web Server module reference guide.
  2. Open the web.config file for the OnBase Web Server.
  3. Locate the Hyland.Web.FormPop section:
    <Hyland.Web.FormPop>
      <username value="" /> 
      <password value="" /> 
      <datasource value="" /> 
      ... 
      <enableChecksum value="false" /> 
      <checksum value="" /> 
      <enableCoreQueryAPILicense value="false" /> 
      <autoDisplayOneDocument value="true" /> 
    </Hyland.Web.FormPop>
  4. Under Hyland.Web.FormPop, update the following values:

    Setting

    Value

    datasource

    Set to the name of OnBase data source.

    enableChecksum

    Set to true.

    checksum

    Enter the unique secret key used for checksum creation and validation.

    This setting must match the value configured for the ChecksumKey in the Application Server web.config file under Hyland.Web.AppServerPop.

  5. Save web.config.