Requiring Document Descriptions - 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

If every uploaded document should include a document description, you can configure the Document Description field to require a value.

To require a document description to be passed back to Epic:

  1. Open the Epic FOS XML configuration file (typically EPICFOSCONFIG.xml).
  2. Add the epicdescreq="true" setting to the appropriate DocType elements, as shown in the following example:
    <DocType name="PID Patient ID" bitmap="C:\FOS\images\drvLicButton.jpg" required="false" displayname="Driver's License" displayscanner="Scan ID" scanner="FUJITSU fi-7260" epicdescreq="true" ></DocType>
  3. Repeat for each scan button as needed.
  4. Save the Epic FOS XML configuration file.