Versions Compared

Key

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

Intro

Explain about CR.

Software Choices???? Recommended???

Anchor
medic
medic
MEDIC CR

Install docs: http://te.marc-hi.ca/library/default.aspx?g=browse&topic=27b8e222-2b0a-483a-9153-20998f37c615

Hardware/Software Requirements

  • Windows Server 2003+/Windows 7+
  • .Net 4.0 Framework
  • 2 GB RAM

What we tested with

  • Windows Server 2012 R2
  • 4 GB RAM
  • Quad core CPU
  • MEDIC CR 1.1

Installation

Installation

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

  3. Download and run the MEDIC CR 1.1 installer. This will include the application, postgres database, and configuration.
  4. Progress through the installer making sure to create a new database in the setup.
  5. Open up cmd.exe and run the postgres sql scripts in the sql/PSQL9/Updates folder.

    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

Configuration

...

  1. Open the MARC-HI Service Configuration application.
  2. Configure Everest, nHAPI, PIXv3 Notifications..
  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://shr: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
    Insert the OIDs from the plan you previously came up with
    1. .  

Our Testing Configuration

...

ClientRegistry.exe.config

Anchor
openempi
openempi
OpenEMPI

Installation

  1. Use this guide for Installation.
    1. Make sure to use Oracle JRE 7 with tomcat 7.
    2. Ansible role for OpenEMPI.
  2. After openempi has started. Manually start the the pix/pdq server from the admin interface.

Configuration

Info
titleThis is currently undergoing testing.