EpicCare Link Retrieval - Signature Deficiencies for Epic - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - external

Signature Deficiencies for Epic

Platform
OnBase
Product
Signature Deficiencies for Epic
Release
Foundation 23.1
License

Complete the following steps to configure the EpicCare Link integration to retrieve documents from multiple OnBase systems.

  1. Open OnBaseEpicWeb.config.
  2. Add the following line under the <OnBaseEpicWeb> tag.
    <multiInstanceOnBaseMode>true</multiInstanceOnBaseMode>
  3. Update appserverUrl as needed for multi-instance OnBase mode.
    • The appserverUrl setting must provide the URL to the default Application Server.

    • In the Application Server's Web.config file, dmsdatasource must provide the name of the default connection string for your solution.

    • This data source must have facility mapping configured.

      Note:

      The datasource setting in OnBaseEpicWeb.config is ignored when multiInstanceOnBaseMode is set to true. Instead, the integration uses the dmsdatasource specified in the Application Server's Web.config.

  4. Save OnBaseEpicWeb.config.