def total_inpatient_all_causes(self, period):
     report = get_report_for(self.entity, period)
     return report.o5_total_inpatient_all_causes + \
            report.pw_total_inpatient_all_causes
 def o5_total_malaria_inpatient(self, period):
     report = get_report_for(self.entity, period)
     return report.o5_total_malaria_inpatient + \
            report.pw_total_malaria_inpatient
Beispiel #3
0
 def u5_total_confirmed_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.u5_total_confirmed_malaria_cases
Beispiel #4
0
 def pw_total_distributed_bednets(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_distributed_bednets
Beispiel #5
0
 def total_treated_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.total_treated_malaria_cases
Beispiel #6
0
 def o5_total_death_all_causes(self, period):
     report = get_report_for(self.entity, period)
     return report.o5_total_death_all_causes
Beispiel #7
0
 def u5_total_confirmed_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.u5_total_confirmed_malaria_cases
 def u5_total_malaria_death(self, period):
     report = get_report_for(self.entity, period)
     return report.u5_total_malaria_death
Beispiel #9
0
 def pw_total_distributed_bednets(self, period):
     """Total des moustiquaires distribues aux femmes enceintes"""
     report = get_report_for(self.entity, period)
     return report.pw_total_distributed_bednets
Beispiel #10
0
 def u5_total_distributed_bednets(self, period):
     """Total des moustiquaires distribues aux moin de 5 ans"""
     report = get_report_for(self.entity, period)
     return report.u5_total_distributed_bednets
Beispiel #11
0
 def u5_total_distributed_bednets(self, period):
     """Total des moustiquaires distribues aux moin de 5 ans"""
     report = get_report_for(self.entity, period)
     return report.u5_total_distributed_bednets
Beispiel #12
0
 def pw_total_distributed_bednets(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_distributed_bednets
Beispiel #13
0
 def pw_total_sp2(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_sp2
Beispiel #14
0
 def total_consultation_all_causes(self, period):
     report = get_report_for(self.entity, period)
     return report.total_consultation_all_causes
Beispiel #15
0
 def total_consultation_all_causes(self, period):
     report = get_report_for(self.entity, period)
     return report.total_consultation_all_causes
Beispiel #16
0
 def u5_total_death_all_causes(self, period):
     report = get_report_for(self.entity, period)
     return report.u5_total_death_all_causes
Beispiel #17
0
 def pw_total_tested_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_tested_malaria_cases
Beispiel #18
0
 def o5_total_simple_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.o5_total_simple_malaria_cases
 def pw_total_severe_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_severe_malaria_cases
Beispiel #20
0
 def o5_total_simple_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.o5_total_simple_malaria_cases
Beispiel #21
0
 def pw_total_distributed_bednets(self, period):
     """Total des moustiquaires distribues aux femmes enceintes"""
     report = get_report_for(self.entity, period)
     return report.pw_total_distributed_bednets
Beispiel #22
0
 def o5_total_malaria_death(self, period):
     report = get_report_for(self.entity, period)
     return report.o5_total_malaria_death
Beispiel #23
0
 def pw_total_sp2(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_sp2
Beispiel #24
0
 def u5_total_severe_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.u5_total_severe_malaria_cases
Beispiel #25
0
 def total_malaria_inpatient(self, period):
     report = get_report_for(self.entity, period)
     return report.total_malaria_inpatient