Ejemplo 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
Ejemplo 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
Ejemplo 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
Ejemplo n.º 4
0
 def pw_total_distributed_bednets(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_distributed_bednets
Ejemplo n.º 5
0
 def total_treated_malaria_cases(self, period):
     report = get_report_for(self.entity, period)
     return report.total_treated_malaria_cases
Ejemplo 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
Ejemplo 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
Ejemplo n.º 8
0
 def u5_total_malaria_death(self, period):
     report = get_report_for(self.entity, period)
     return report.u5_total_malaria_death
Ejemplo 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
Ejemplo 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
Ejemplo 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
Ejemplo n.º 12
0
 def pw_total_distributed_bednets(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_distributed_bednets
Ejemplo n.º 13
0
 def pw_total_sp2(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_sp2
Ejemplo n.º 14
0
 def total_consultation_all_causes(self, period):
     report = get_report_for(self.entity, period)
     return report.total_consultation_all_causes
Ejemplo n.º 15
0
 def total_consultation_all_causes(self, period):
     report = get_report_for(self.entity, period)
     return report.total_consultation_all_causes
Ejemplo 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
Ejemplo 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
Ejemplo 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
Ejemplo 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
Ejemplo 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
Ejemplo 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
Ejemplo n.º 22
0
 def o5_total_malaria_death(self, period):
     report = get_report_for(self.entity, period)
     return report.o5_total_malaria_death
Ejemplo n.º 23
0
 def pw_total_sp2(self, period):
     report = get_report_for(self.entity, period)
     return report.pw_total_sp2
Ejemplo 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
Ejemplo n.º 25
0
 def total_malaria_inpatient(self, period):
     report = get_report_for(self.entity, period)
     return report.total_malaria_inpatient