Creating the Configuration File for EpicCare Link - 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

Integration settings for EpicCare Link are maintained in OnBaseEpicWeb.config. This file can be created manually or obtained from your solution provider. To ensure the file is installed to the correct location, create it prior to running the Hyland Integration for Epic installer.

To configure OnBaseEpicWeb.config:

  1. Open OnBaseEpicWeb.config.

    If the file does not exist, you can create it manually using a text editor, such as Notepad++. The default contents are as follows:

    <?xml version="1.0" encoding="utf-8" ?>
    <OnBaseEpicWeb>
        <datasource></datasource>
        <debugMode>false</debugMode>
        <appserverUrl>https://server/AppServer/Service.asmx</appserverUrl>
    </OnBaseEpicWeb>
  2. Between the datasource tags, specify the name of the data source configured for the Epic integration in the Web.config file of the OnBase Application Server.
  3. Between the debugMode tags:
    • Enter true to log debugging information to OnBaseEpicWeb.Trace.log. This text file is created in the same directory as OnBaseEpicWeb.dll.

    • Enter false to turn off debug mode. Even if debug mode is disabled, errors are logged to OnBaseEpicWeb.Errors.log.

    For more information about debug mode, see Running the EpicCare Link Integration in Debug Mode.

  4. Between the appserverUrl tags, enter the URL to the Application Server's Service.asmx page.
  5. To reduce the size of color images retrieved by this integration, add the colorImageAsJpegTiff element. See colorImageAsJpegTiff.
    <colorImageAsJpegTiff>true</colorImageAsJpegTiff>
  6. If multiple OnBase environments are integrated with the same Epic system, see Integrating Epic with Multiple Systems.
  7. Save OnBaseEpicWeb.config to a location accessible by the Hyland Integration for Epic installer.