Skip to content

Possiblehealth/possible-openmrs-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Possilbe Openmrs Module

Properties file

###The property file for program auto enrolment feature resides at path /opt/openmrs/program-auto-enrolment.properties

#Note that the property file must be present to deploy this omod.

  • ANC.diagnosis.uuid=<program-indicator which is the diagnosis-uuid>
  • ANC.program.uuid=<program-uuid>
  • ANC.VDCs=<VDC1-name>,<VDC2-name>,..<VDCn-name>

Sample:

  • ANC.diagnosis.uuid=f7e858d5-5328-4120-9198-974fc401a050
  • ANC.program.uuid=473fb329-d74b-4d72-9a9b-4979c56eac27
  • ANC.VDCs="Sanfebagar Municipality,Baradadevi,Payal,Lunar,Janalikot"

##Note that the VDCs are given in quotes, since it has space in between.

While deploying

Add this line in setup.yml.

omods:
  - "https://github.com/Possiblehealth/program-auto-enrollment/releases/download/1.0/programautoenrolment-1.0-SNAPSHOT.omod"