Skip to content

OpenConceptLab/openhim-mediator-plm-qmap

Repository files navigation

Description

This is a passthrough mediator for to storing and retrieving PLM questionnare mappings to and from OCL through OpenHIM

Installation

  1. Clone the openhim-mediator-plm-qmap repo into the /usr/share folder.
  2. Create “openhim-mediator-plm-qmap.service” file with the following content and save it in /etc/system/system/
[Unit]
Description=OpenHIM PLM QMAP mediator
[Service]
WorkingDirectory=/usr/share/openhim-mediator-plm-qmap
ExecStart=/usr/bin/npm start
Restart=always
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=plm-qmap-mediator
Environment=NODE_ENV=production
User=openhim-core
Group=openhim-core
[Install]
  1. Run systemctl start openhim-mediator-plm-qmap.service

  2. After successful installation, configure the mediator with the following settings -

  1. Create a channel through which the mediator is accessed and use the following settings -

For more information on API endpoints, please read POSTMAN documentation - https://documenter.getpostman.com/view/10981858/SzmjyuQC?version=latest

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published