-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* E1: Number of active patients in ART at the end of current month who performed Viral Load Test (Annual Notification) * Added the functionality to exclude the patients who had a VL with the year of reporting for E1 * Adding a generic way to easly pull the common indicators of E1 E2 and E3 * Initial work for the E2 indicators * Add the E2 indicator and it required definitions * Adding E3 indicators and its definitions * Added the F1 indicator * Added F2 indicator definitions * Initial work on the F3 indicators * Finish work on the section F of the report * Proper mapping of end date so that it can be picked in a claculation * Fix the exclusion criteria so that those outside should be included in our indicators * Replacing the for each loop to iterators * Proper calulation of the date required as start date * Change from using reporting ORM to native sql * Proper parameter mappings and proper nagations * Preparing to start converting ExcludeCriteriaForEandFCalculation into sql equivalent * Initial work on the exclusion for E1 * Complete change of the calculation for exclusion criteria for E and F done * Replacing java code for the start date exclution criteria with sql * General code clean up * MEPTS-263: updated comment blocks for E-F sections in master card resumo report to match indicator names in the specs * Combine union of the E2 exclusion into one query * Using the visit date as encounter date as oppossed to end date for F2 exclusion * Fix the F2 and F3 exclusion criteria to base on visit date as end date as oppossed to when we were applying the end of reporting period * Proper E1 exclusion end date set based on the lab results date as oppossed to the end of reporting period * E2 exclusion done including the date from the encounter date as oppossed to the end of reporting period * Include the lab visit date for the criteria 3 exclusion instead of using reporting end period * Fix for Total 0-14 bringing in some case +15 * Fix B.4 where not calculating correctly for total +15 * Fix B.7, B.8,B.10 and B.12 where the references to excel file where wrong, where all pointing to female desagregation
- Loading branch information
Showing
8 changed files
with
1,620 additions
and
931 deletions.
There are no files selected for viewing
1,824 changes: 899 additions & 925 deletions
1,824
api/src/main/java/org/openmrs/module/eptsreports/metadata/HivMetadata.java
Large diffs are not rendered by default.
Oops, something went wrong.
359 changes: 358 additions & 1 deletion
359
...a/org/openmrs/module/eptsreports/reporting/library/cohorts/ResumoMensalCohortQueries.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.