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
Example #3
0
 def u5_total_confirmed_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.u5_total_confirmed_malaria_cases
Example #4
0
 def pw_total_distributed_bednets(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_distributed_bednets
Example #5
0
 def total_treated_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.total_treated_malaria_cases
Example #6
0
 def o5_total_death_all_causes(self, period):
     report = get_report_for(self.entity, period)
     return report.o5_total_death_all_causes
Example #7
0
 def u5_total_confirmed_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.u5_total_confirmed_malaria_cases
Example #8
0
 def u5_total_malaria_death(self, period):
     report = get_report_for(self.entity, period)
     return report.u5_total_malaria_death
Example #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
Example #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
Example #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
Example #12
0
 def pw_total_distributed_bednets(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_distributed_bednets
Example #13
0
 def pw_total_sp2(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_sp2
Example #14
0
 def total_consultation_all_causes(self, period):
     report = get_report_for(self.entity, period)
     return report.total_consultation_all_causes
Example #15
0
 def total_consultation_all_causes(self, period):
     report = get_report_for(self.entity, period)
     return report.total_consultation_all_causes
Example #16
0
 def u5_total_death_all_causes(self, period):
     report = get_report_for(self.entity, period)
     return report.u5_total_death_all_causes
Example #17
0
 def pw_total_tested_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_tested_malaria_cases
Example #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
Example #20
0
 def o5_total_simple_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.o5_total_simple_malaria_cases
Example #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
Example #22
0
 def o5_total_malaria_death(self, period):
     report = get_report_for(self.entity, period)
     return report.o5_total_malaria_death
Example #23
0
 def pw_total_sp2(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_sp2
Example #24
0
 def u5_total_severe_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.u5_total_severe_malaria_cases
Example #25
0
 def total_malaria_inpatient(self, period):
     report = get_report_for(self.entity, period)
     return report.total_malaria_inpatient