Skip to content

Commit

Permalink
Fixed template format
Browse files Browse the repository at this point in the history
  • Loading branch information
njorocs committed Jul 4, 2024
1 parent fcf1a48 commit 3013608
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
package org.openmrs.module.kenyaemr.reporting.data.converter.definition.evaluator.dmi;

import org.openmrs.annotation.Handler;
import org.openmrs.module.kenyaemr.reporting.data.converter.definition.dmi.SpecimenForInfluenzaCollectedDataDefinition;
import org.openmrs.module.kenyaemr.reporting.data.converter.definition.dmi.DateSpecimenForInfluenzaCollectedDataDefinition;
import org.openmrs.module.reporting.data.person.EvaluatedPersonData;
import org.openmrs.module.reporting.data.person.definition.PersonDataDefinition;
import org.openmrs.module.reporting.data.person.evaluator.PersonDataEvaluator;
Expand All @@ -24,9 +24,9 @@
import java.util.Map;

/**
* Evaluates a ComplaintAttendantProviderDataDefinition
* Evaluates a DateSpecimenForInfluenzaCollectedDataDefinition
*/
@Handler(supports= SpecimenForInfluenzaCollectedDataDefinition.class, order=50)
@Handler(supports= DateSpecimenForInfluenzaCollectedDataDefinition.class, order=50)
public class DateSpecimenForInfluenzaCollectedDataEvaluator implements PersonDataEvaluator {

@Autowired
Expand Down
Binary file modified omod/src/main/webapp/resources/reports/dmi/idsr.xls
Binary file not shown.

0 comments on commit 3013608

Please sign in to comment.