Skip to content

Provides functionality for generating and submitting case reports for patients

License

Notifications You must be signed in to change notification settings

openmrs/openmrs-module-casereport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Case Report

Provides functionality for generating and submitting case reports for patients.

Table of Contents

  1. Build
    1. Prerequisites
    2. Build Command

Build

Prerequisites

Java

The module is a Java application which is why you need to install a Java JDK.

If you want to build the master branch you will need Java 8.

OpenMRS

Case Based Reporting module 2.0 was tested using OpenMRS version 2.2/2.3

P.S: Its important to use Reporting Compatibility OMOD version 2.0.8-SNAPSHOT or higher.

Maven

Install the build tool Maven.

You need to ensure that Maven uses the Java JDK needed.

To do so execute

mvn -version

which will tell you what version Maven is using. Refer to the Maven docs if you need to configure Maven.

Git

Install the version control tool git and clone this repository with

git clone https://github.com/openmrs/openmrs-module-casereport.git

Build Command

After you have taken care of the Prerequisites

Execute the following from the command line. (Note: some CBR 1.0 test code needs to be cleaned, so use -DskipTests to create OMOD).

cd openmrs-module-casereport
mvn clean install -DskipTests -Dlicense.skip
or mvn clean install

About

Provides functionality for generating and submitting case reports for patients

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published