Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
medic
medic
MEDIC CR

Installation

  1. Use this guide for installation.
  2. 1.1 Requires sql updates to be run manually below.

    Code Block
    cmd.exe
    cd "C:\Program Files(x86)\Mohawk College\Client Registry\sql\PSQL9\Updates"
    psql -U <postgresuser> -h localhost <dbname> -f CR-001.SQL
    psql -U <postgresuser> -h localhost <dbname> -f CR-002.SQL

...

  1. Open the MARC-HI Service Configuration application.
  2. Configure Everest.
  3. Configure nHAPI
    1. This is where incoming pix/pdq message will be handled.
    2. We used llp://0.0.0.0:2100    to make it available to all interfaces on port 2100 using the LLP protocol.
  4. Configure PIXv3 Notifications
    1. This is where notifications will be sent when registering a patient. This need to point to the xds repository
    2. We used  Address: llp://shrxdsrepo:3602/  Actor: PAT_IDENTITY_SRC
  5. Configure OID Registrar.
    1. This is where you insert the OIDs you came up with previously in the planning phase.  

...