Skip to content

Commit 21cd5b3

Browse files
ssmusokeslubwama
authored andcommitted
Miscellaneous Updates (#362)
* Concept for pill balances * Concept for ART Pills Balance Concept for ART Pills Balance * Added pill balances to enable capture of that detail for those that may need it * Add WHO staging to Last ART Visit status widget * Correct the concept for the stickyNote * Corrected the spelling of Diabetes for the reason for next appointment Added a numbering for 'Other Specify' option in reason for next appointment to be consistent with the rest of the other options * Update the reporting compatibility module to the latest snapshot which fixes an issue for not being able to delete saved searches see https://trello.com/c/93fLIp5J * Added flag for unsupressed viral load * Fix the sample data for checking exposed infants without a final outcome... I wonder how it was working all along * Cleanup alignment for OI, Potential Side effects and Other meds dispensed * Added co-morbidities required for ISS * Other Occupation and Other Gender Concepts * Improve the performance of the "Has Unsupressed Viral Load" flag query * Corrected the concept for the new pill balance field * Updated the module versions to those in Reference application 2.8. Noteable are HTML Form Entry which creates a fix for adding multiple encounters on the same date * Add a fix for numeric data saved for ART Care grouping concept 99162 on the ART summary page - see Trello card https://trello.com/c/lJkfbxqG * Added the OpenMRS system administration owa as well as updating the SDK version which can deploy OWAs * Updated the fingerprint module to 1.0.4 which is the latest released version * Fix for exposed infant sample data for missing final outcome after 18 months - needed for all sample babies * Corrected the name of the liquibase changeset to fix the stickynote concept * Improve the performance of the HAS_UNSUPRESSED_VIRAL_LOAD patient flag query * Newly released verisons of UgandaEMR reports and fingerprint modules * Update to the latest version of the reports module * Correct message and meaning for detectable viral load flag as unsupressed has a different meaning * Update to released version of UgandaEMR reports * Update reports to the latest development version * Update the new install database script for setting up new servers * Added the build status for the module * Update fingerprint to latest development snapshot version * Update to the latest version of the fingerprint module
1 parent 2b430d7 commit 21cd5b3

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Build Status [![Build Status](https://travis-ci.org/METS-Programme/openmrs-module-aijar.svg?branch=master)](https://travis-ci.org/METS-Programme/openmrs-module-aijar)
2+
13
# openmrs-module-aijar
24
Configuration module for the UgandaEMR distribution being rolled out in Uganda
35

api/src/main/resources/openmrs-distro.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ omod.dataexchange=${dataexchangeVersion}
1616
name=UgandaEMR
1717
omod.appui=${appuiVersion}
1818
omod.allergyui=${allergyuiVersion}
19-
db.sql=classpath\://openmrs-distro-2.4.sql
19+
db.sql=classpath\://new-install.sql
2020
omod.providermanagement=${providermanagementVersion}
2121
omod.appointmentschedulingui=${appointmentschedulinguiVersion}
2222
omod.formentryapp=${formentryappVersion}

omod/pom.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@
2626
<artifactId>${project.parent.artifactId}-api</artifactId>
2727
<version>${project.parent.version}</version>
2828
</dependency>
29+
30+
<dependency>
31+
<groupId>${project.parent.groupId}</groupId>
32+
<artifactId>${project.parent.artifactId}-tools</artifactId>
33+
<version>${project.parent.version}</version>
34+
</dependency>
2935

3036
<dependency>
3137
<groupId>${project.parent.groupId}</groupId>
@@ -350,6 +356,20 @@
350356
<outputDirectory>${project.build.directory}/classes</outputDirectory>
351357
</configuration>
352358
</execution>
359+
<execution>
360+
<id>Copy new install script</id>
361+
<goals>
362+
<goal>unpack-dependencies</goal>
363+
</goals>
364+
<phase>generate-resources</phase>
365+
<configuration>
366+
<includeGroupIds>${project.parent.groupId}</includeGroupIds>
367+
<includeArtifactIds>${project.parent.artifactId}-tools</includeArtifactIds>
368+
<excludeTransitive>true</excludeTransitive>
369+
<includes>new-install.sql</includes>
370+
<outputDirectory>${project.build.directory}/classes</outputDirectory>
371+
</configuration>
372+
</execution>
353373
</executions>
354374
</plugin>
355375

0 commit comments

Comments
 (0)