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