Exemplo n.º 1
0
 def fetch_log_refusals(cnds, cols):
     return fetch_table(Refusal._table, cnds, cols)
Exemplo n.º 2
0
 def fetch_log_deaths(cnds, cols):
     return fetch_table(Death._table, cnds, cols)
Exemplo n.º 3
0
 def fetch_log_downloads(cnds, cols):
     return fetch_table(Download._table, cnds, cols)
Exemplo n.º 4
0
 def fetch_log_riskresults(cnds, cols):
     return fetch_table(Riskresult._table, cnds, cols)
Exemplo n.º 5
0
 def fetch_log_ancvisits(cnds, cols):
     return fetch_table(Ancvisit._table, cnds, cols)
Exemplo n.º 6
0
 def fetch_log_nbcvisits(cnds, cols):
     return fetch_table(Nbcvisit._table, cnds, cols)
Exemplo n.º 7
0
 def fetch_log_enderrors(cnds, cols):
     return fetch_table(Enderror._table, cnds, cols)
Exemplo n.º 8
0
 def fetch_log_ccms(cnds, cols):
     return fetch_table(CCM._table1, cnds, cols)
Exemplo n.º 9
0
 def fetch_log_departures(cnds, cols):
     return fetch_table(Departure._table, cnds, cols)
Exemplo n.º 10
0
 def fetch_log_nutritions(cnds, cols):
     return fetch_table(Nutrition._table, cnds, cols)
Exemplo n.º 11
0
 def fetch_log_pregnancies(cnds, cols):
     return fetch_table(Pregnancy._table, cnds, cols)
Exemplo n.º 12
0
 def fetch_log_births(cnds, cols):
     return fetch_table(Birth._table, cnds, cols)
Exemplo n.º 13
0
 def fetch_log_redresults(cnds, cols):
     return fetch_table(Redresult._table, cnds, cols)
Exemplo n.º 14
0
 def fetch_ambulances_table(cnds, cols):
     return fetch_table(Ambulance._table, cnds, cols)
Exemplo n.º 15
0
 def fetch_log_stock(cnds, cols):
     return fetch_table(Stock._table, cnds, cols)
Exemplo n.º 16
0
 def fetch_log_mothers(cnds, cols):
     return fetch_table(Mother._table, cnds, cols)
Exemplo n.º 17
0
 def fetch_log_childhealths(cnds, cols):
     return fetch_table(Childhealth._table, cnds, cols)
Exemplo n.º 18
0
 def fetch_log_cmrs(cnds, cols):
     return fetch_table(CCM._table2, cnds, cols)
Exemplo n.º 19
0
 def fetch_log_malaria(cnds, cols):
     return fetch_table(Malaria._table, cnds, cols)
Exemplo n.º 20
0
 def fetch_log_risks(cnds, cols):
     return fetch_table(Risk._table, cnds, cols)
Exemplo n.º 21
0
 def fetch_log_redalerts(cnds, cols):
     return fetch_table(Redalert._table, cnds, cols)