Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 701 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 701 Bytes

Openmrs-module-bahmnicommons

This repository contains the extracted APIs from Bahmni Core, which are being used by bahmni appointments module.

APIs Extracted

  • patient-search
    • /openmrs/ws/rest/v1/bahmni/search/patient
    • /openmrs/ws/rest/v1/bahmni/search/patient/lucene
  • location-search-handler-bytags
    • /openmrs/ws/rest/v1/location?operator=ALL&s=byTags

Setup

git clone git@github.com:Bahmni/openmrs-module-bahmnicommons.git
cd openmrs-module-bahmnicommons
mvn clean install  #runs the unit tests and generates omod

mvn clean install -P IT #runs the unit and Integration tests and generates omod