Configuring External System ID and Facility ID Settings - OnBase for Meditech with ODA - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

OnBase for Meditech with ODA

Platform
OnBase
Product
OnBase for Meditech with ODA
Release
Foundation 22.1
License
Premier
Standard
Essential

The externalSystemId and the facilityID settings must be configured in the Hyland.Integrations.Meditech.Multiserver.NTService.exe.config file. This identifies the configured External System and configured facility you want to map to OnBase.

To configure the externalSystemId and facilityID settings:

  1. Locate the Hyland.Integrations.Meditech.Multiserver.NTService.exe.config file.
    In a default installation, this is located at:
    • C:\Program Files\Hyland\MultiserverNET (in a 32-bit environment)
    • C:\Program Files (x86)\Hyland\MultiserverNET (in a 64-bit environment)
  2. Open the Hyland.Integrations.Meditech.Multiserver.NTService.exe.config file in a plain-text editor, such as Notepad.
    Note:

    The *.config file should only be edited in a plain-text editor, such as Notepad, or a utility specifically designed to edit XML files. It should not be edited in a binary editor, such as Microsoft Word. Using a binary editor can introduce invalid characters to the file and make it unreadable by the software.

  3. Locate the externalSystemId> element under <OnBaseODAProvider>.
  4. Enter the value that identifies the configured External System in the value attribute. For example:
    <externalSystemId value="2" />
    By default, the Meditech Magic External System ID is 2.
    Note: This value is found in the External System dialog box in the OnBase Configuration module. Select Utils | External Systems and select the Meditech Magic external system name entry. The ID# is displayed in the top right of the External System Configuration dialog box.
  5. Locate the <facilityID> element under <OnBaseODAProvider>.
  6. Enter the value that identifies the configured facility to which to map to OnBase in the value attribute. For example:
    <facilityID value="101" />
    Note: This value is found in the Medical Facility Configuration dialog box in the OnBase Configuration module. Select Medical | Facilities | Facility Configuration and select the facility from the Medical Facility list. The ID # is displayed at the top right of the Medical Facility Configuration dialog box.
  7. Save and close the Hyland.Integrations.Meditech.Multiserver.NTService.exe.config file.
  8. Recycle the application pool of the Multiserver for the changes to take effect.