コード例 #1
0
ファイル: section11.py プロジェクト: yeleman/pnlp2011
 def stockout_rdt(self, period):
     nb_rdt = nb_stockout(self.entity, period, 'rdt')
     return nb_rdt
コード例 #2
0
ファイル: section11.py プロジェクト: yeleman/pnlp2011
 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
ファイル: section6.py プロジェクト: yeleman/pnlp2011
 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
ファイル: section6.py プロジェクト: yeleman/pnlp2011
 def stockout_act_children(self, period):
     nb_act_children = nb_stockout(self.entity, period, 'act_children')
     return nb_act_children
コード例 #8
0
ファイル: section6.py プロジェクト: yeleman/pnlp2011
 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
ファイル: section7.py プロジェクト: yeleman/pnlp2011
 def structures_rupture_stock_Serum_Glucose_injectable(self, period):
     nb_serum = nb_stockout(self.entity, period, 'serum')
     return nb_serum
コード例 #13
0
ファイル: section7.py プロジェクト: yeleman/pnlp2011
 def structures_rupture_stock_Quinine_injectable(self, period):
     nb_quinine = nb_stockout(self.entity, period, 'quinine')
     return nb_quinine
コード例 #14
0
ファイル: section7.py プロジェクト: yeleman/pnlp2011
 def structures_rupture_stock_arthemeter_injectable(self, period):
     nb_artemether = nb_stockout(self.entity, period, 'artemether')
     return nb_artemether
コード例 #15
0
ファイル: section8.py プロジェクト: yeleman/pnlp2011
 def stockout_sp(self, period):
     nb_sp = nb_stockout(self.entity, period, 'sp')
     return nb_sp