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