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