Skip to content

Commit

Permalink
Merge pull request #1945 from njorocs/retire-missed-appointment-report
Browse files Browse the repository at this point in the history
Retired missed appointments report
  • Loading branch information
patryllus authored Jul 5, 2024
2 parents fc8f6c1 + ad18111 commit 9c2233d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions api/src/main/resources/content/kenyaemr.common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<set>
<ref bean="kenyaemr.etl.common.report.fmap"/>
<ref bean="kenyaemr.common.report.artDrug" />
<ref bean="kenyaemr.common.report.etlMissedAppointments" />
<!--<ref bean="kenyaemr.common.report.etlMissedAppointments" />-->
<ref bean="kenyaemr.etl.common.report.moh731"/>
<ref bean="kenyaemr.etl.common.report.htsprediction"/>
<ref bean="kenyaemr.common.report.moh745"/>
Expand Down Expand Up @@ -564,7 +564,7 @@

<!-- ===================== Reports ===================== -->

<bean id="kenyaemr.common.report.etlMissedAppointments" class="org.openmrs.module.kenyacore.report.HybridReportDescriptor">
<!-- <bean id="kenyaemr.common.report.etlMissedAppointments" class="org.openmrs.module.kenyacore.report.HybridReportDescriptor">
<property name="targetUuid" value="9a254c29-2c8a-4966-83ba-66595eee4695" />
<property name="name" value="Missed Appointments" />
<property name="description" value="Missed Appointments" />
Expand All @@ -573,7 +573,7 @@
<ref bean="kenyaemr.app.reports" />
</set>
</property>
</bean>
</bean>-->

<bean id="kenyaemr.etl.common.report.moh731" class="org.openmrs.module.kenyacore.report.IndicatorReportDescriptor">
<property name="targetUuid" value="a66bf454-2a11-4e51-b28d-3d7ece76aa13" />
Expand Down

0 comments on commit 9c2233d

Please sign in to comment.