Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Mepts 264 data quality report issues (#123) * Remove null pointers in ERDSI * Proper labels naming in the excel template for EC3 to match the web view * Proper labelling of the EC5 to match the labels as provided by the java code * proper date format for EC15 and only filter them per ART program workflows * Clarifying the specifications for the EC13 to avoid confusion * Filter EC3 to only per the ART program workflow states * Add ART state filters to EC4 report * Reverting changes to match the latest develop branch * MEPTS-266 bug for for txML: changed the untraced composition string a… (#124) * [maven-release-plugin] prepare release 1.6.0 * [maven-release-plugin] prepare for next development iteration * MEPTS-266 bug for for txML: changed the untraced composition string and updated one of the queries * TxML fixed typo * MEPTS-266: updated dead concept for txML and disabled EC20 Data quality report * Fixed bug in visit card dead query for txML * Updated txML untraced composition query and SQL for patients without visitcard * MEPTS-266: updated untraced withvisit and with obs query * MEPTS-280: added mastercard ficha resumo encounter type to base cohort (#126) * Revert "MEPTS-280: added mastercard ficha resumo encounter type to base cohort (#126)" (#128) This reverts commit ed7abd7. * MEPTS-282: RM Dev: Updates in Tx-NEW IM-ER Report (#130) * Fix matchCalculationResults * Fix failing test * Add mastercard encounter type and drug pickup to ART Start Date criterias * Add mastercard transferred-in to exclusion * Correct program workflow state name * Add support for onOrAfter to JembiPatientStateDefinition * Fix formatting * Update TX_NEW breastfeeding cohort * Add key population columns * Update IM_ER report template * Remove nulls * Test TxNewBreastfeedingDateCalculation * Add missing scenarios * Test TX_NEW exclusion criteria * Test key population cohorts * Revert "MEPTS-282: RM Dev: Updates in Tx-NEW IM-ER Report (#130)" (#132) This reverts commit 9bcac62. * Mepts 263 (#125) * 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