malawi_hiv_program_reports 1.0.10 → 1.0.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6b0b18ac14704b02389c59bca8c5e49c80fa48b381ec37faf25a26dbe9995c90
|
|
4
|
+
data.tar.gz: 8ad3b0382ec582c6e8289f599e65591011e15969b7f0ddba40f71e87bd626bad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcbbb974329cd00cfe4b57d3d6bb154c669952cf91a1996b89aee8df63086cd35b7cdf5435173f42d329ac7e00eb4d966f57e13e440aa5aa494c26584e8f2c89
|
|
7
|
+
data.tar.gz: 3dfd717d6d6364097edaf7397c5b3380542d74f4eba5bbfd89911c562da8def22584d0adc574e7c45b358f7247bcf7925db8832aebf83b7cb0e1078f03eadbc7
|
|
@@ -92,6 +92,7 @@ module MalawiHivProgramReports
|
|
|
92
92
|
cohort_struct.quarterly_all_males = males(quarter_start_date, end_date)
|
|
93
93
|
|
|
94
94
|
# Pregnant females (all ages)
|
|
95
|
+
create_temp_pregnant_obs(start_date, end_date)
|
|
95
96
|
cohort_struct.pregnant_females_all_ages = pregnant_females_all_ages(start_date, end_date)
|
|
96
97
|
cohort_struct.cum_pregnant_females_all_ages = pregnant_females_all_ages(cum_start_date, end_date)
|
|
97
98
|
cohort_struct.quarterly_pregnant_females_all_ages = pregnant_females_all_ages(quarter_start_date, end_date)
|
|
@@ -1960,7 +1961,6 @@ module MalawiHivProgramReports
|
|
|
1960
1961
|
end
|
|
1961
1962
|
|
|
1962
1963
|
def pregnant_females_all_ages(start_date, end_date)
|
|
1963
|
-
create_temp_pregnant_obs(start_date, end_date)
|
|
1964
1964
|
concept('Yes').concept_id
|
|
1965
1965
|
concept('IS PATIENT PREGNANT?').concept_id
|
|
1966
1966
|
concept('PATIENT PREGNANT').concept_id
|