This OpenHIM Mediator is intended create patients and record encounters stored in a MySQL database table. This mediator is one of two used by Namibia PTracker for records transferred from ODK Central to OpenMRS.
The private-config.json
is used to store all the credentials and connection URLs of the mediator. The credentials are currently left out, so the file needs to be renamed with all the required credentials and URLs before installation for the mediator to work.
To run the mediator without connecting it to the OpenHIM server, you can use the following commands if you have Node.js
installed:
-
cd openmrs-mediator
-
npm install
-
npm start
The mediator can be built and run using the docker-compose.yml
file configurations.
-
Navigate to
openmrs-mediator
folder where thedocker-compose.yml
is. -
docker-compose build
-
docker-compose up -d
-
docker network create openHIM