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