Esempio n. 1
0
 def stockout_rdt(self, period):
     nb_rdt = nb_stockout(self.entity, period, 'rdt')
     return nb_rdt
Esempio n. 2
0
 def stockout_bednet(self, period):
     nb_bednet = nb_stockout(self.entity, period, 'bednet')
     return nb_bednet
Esempio n. 3
0
 def stockout_act_youth(self, period):
     nb_act_youth = nb_stockout(self.entity, period, 'act_youth')
     return nb_act_youth
Esempio n. 4
0
 def stockout_act_adult(self, period):
     nb_act_adult = nb_stockout(self.entity, period, 'act_adult')
     return nb_act_adult
Esempio n. 5
0
 def stockout_act_adult(self, period):
     nb_act_adult = nb_stockout(self.entity, period, 'act_adult')
     return nb_act_adult
Esempio n. 6
0
 def stockout_act_children(self, period):
     nb_act_children = nb_stockout(self.entity, period, 'act_children')
     return nb_act_children
Esempio n. 7
0
 def stockout_act_children(self, period):
     nb_act_children = nb_stockout(self.entity, period, 'act_children')
     return nb_act_children
Esempio n. 8
0
 def stockout_act_youth(self, period):
     nb_act_youth = nb_stockout(self.entity, period, 'act_youth')
     return nb_act_youth
Esempio n. 9
0
 def stockout_bednet(self, period):
     nb_bednet = nb_stockout(self.entity, period, 'bednet')
     return nb_bednet
Esempio n. 10
0
 def stockout_rdt(self, period):
     nb_rdt = nb_stockout(self.entity, period, 'rdt')
     return nb_rdt
Esempio n. 11
0
 def stockout_sp(self, period):
     nb_sp = nb_stockout(self.entity, period, 'sp')
     return nb_sp
Esempio n. 12
0
 def structures_rupture_stock_Serum_Glucose_injectable(self, period):
     nb_serum = nb_stockout(self.entity, period, 'serum')
     return nb_serum
Esempio n. 13
0
 def structures_rupture_stock_Quinine_injectable(self, period):
     nb_quinine = nb_stockout(self.entity, period, 'quinine')
     return nb_quinine
Esempio n. 14
0
 def structures_rupture_stock_arthemeter_injectable(self, period):
     nb_artemether = nb_stockout(self.entity, period, 'artemether')
     return nb_artemether
Esempio n. 15
0
 def stockout_sp(self, period):
     nb_sp = nb_stockout(self.entity, period, 'sp')
     return nb_sp