Skip to content

Commit

Permalink
Miscellaneous Updates (#362)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ssmusoke authored and slubwama committed Jan 11, 2019
1 parent 2b430d7 commit 21cd5b3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
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)

# openmrs-module-aijar
Configuration module for the UgandaEMR distribution being rolled out in Uganda

Expand Down
2 changes: 1 addition & 1 deletion api/src/main/resources/openmrs-distro.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ omod.dataexchange=${dataexchangeVersion}
name=UgandaEMR
omod.appui=${appuiVersion}
omod.allergyui=${allergyuiVersion}
db.sql=classpath\://openmrs-distro-2.4.sql
db.sql=classpath\://new-install.sql
omod.providermanagement=${providermanagementVersion}
omod.appointmentschedulingui=${appointmentschedulinguiVersion}
omod.formentryapp=${formentryappVersion}
Expand Down
20 changes: 20 additions & 0 deletions omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
<artifactId>${project.parent.artifactId}-api</artifactId>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>${project.parent.artifactId}-tools</artifactId>
<version>${project.parent.version}</version>
</dependency>

<dependency>
<groupId>${project.parent.groupId}</groupId>
Expand Down Expand Up @@ -350,6 +356,20 @@
<outputDirectory>${project.build.directory}/classes</outputDirectory>
</configuration>
</execution>
<execution>
<id>Copy new install script</id>
<goals>
<goal>unpack-dependencies</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<includeGroupIds>${project.parent.groupId}</includeGroupIds>
<includeArtifactIds>${project.parent.artifactId}-tools</includeArtifactIds>
<excludeTransitive>true</excludeTransitive>
<includes>new-install.sql</includes>
<outputDirectory>${project.build.directory}/classes</outputDirectory>
</configuration>
</execution>
</executions>
</plugin>

Expand Down

0 comments on commit 21cd5b3

Please sign in to comment.