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