Skip to content

Commit

Permalink
Merge pull request #98 from PatrickWaweru/disableHighRiskReportAndBum…
Browse files Browse the repository at this point in the history
…p-3.x

Removed High Risk Report and Bumped to version 1.3.8
  • Loading branch information
njorocs authored Jun 5, 2024
2 parents a152154 + aa48fe8 commit 66ee601
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemrml</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</parent>

<artifactId>kenyaemrml-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions api/src/main/resources/moduleApplicationContext.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,13 +163,13 @@
</property>
</bean>

<bean id="kenyaemrml.hiv.report.highIIT" class="org.openmrs.module.kenyacore.report.CalculationReportDescriptor">
<!-- <bean id="kenyaemrml.hiv.report.highIIT" class="org.openmrs.module.kenyacore.report.CalculationReportDescriptor">
<property name="targetUuid" value="01be2a6e-3938-46bf-875d-bba11b420eb6" />
<property name="name" value="IIT high risk" />
<property name="description" value="Patients with IIT high risk" />
<property name="calculation" value="org.openmrs.module.kenyaemrml.calculation.IITHighRiskScoreCalculation" />
<property name="apps"><set><ref bean="kenyaemr.app.reports" /></set></property>
</bean>
</bean> -->

<!-- <bean id="kenyaemrml.hiv.report.mediumIIT" class="org.openmrs.module.kenyacore.report.CalculationReportDescriptor">
<property name="targetUuid" value="49508697-b98a-472f-9ef7-b5f42d575863" />
Expand Down
2 changes: 1 addition & 1 deletion omod/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemrml</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
</parent>

<artifactId>kenyaemrml-omod</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>org.openmrs.module</groupId>
<artifactId>kenyaemrml</artifactId>
<version>1.3.7</version>
<version>1.3.8</version>
<packaging>pom</packaging>
<name>ML in KenyaEMR</name>
<description>Implementation of Machine learning in KenyaEMR</description>
Expand Down

0 comments on commit 66ee601

Please sign in to comment.