نتایج جستجو برای: risk pesticides as non

تعداد نتایج: 6828124  

Journal: :Occupational and environmental medicine 2004
E Regidor E Ronda A M García V Domínguez

AIMS To study the association between fetal death and paternal agricultural occupation in areas and time periods with different levels of use of agricultural pesticides. METHODS A total of 1 473 146 stillbirths and births occurring in Spain between 1995 and 1999 were analysed. RESULTS The offspring of agricultural workers had the highest risk of fetal death from congenital anomalies in the ...

2012
M Zakerinia M Namdari S Amirghofran

BACKGROUND The etiology of malignant lymphoma is still largely unknown. This study determines the relationship between exposure to pesticides and the occurrence of lymphoid neoplasms in Shiraz, Southern Iran. METHODS Between 2007 and 2008, in a case control study conducted in Nemazee Hospital in Shiraz, Southern Iran, 200 subjects diagnosed with lymphoma according to the World Health Organiza...

Journal: :international journal of molecular and cellular medicine 0
shahid pervez aga khan university hospital, stadium road, karachi, pakistan.

lymphomas are classified as hodgkin’s and non-hodgkin’s lymphomas (hl nhl) nhl being further sub-divided into b, t and null cell categories on the basis of who classification. with a few exceptions worldwide, b-nhl are more common, accounting approximately 80-85% of all cases of nhl compared to t-nhl, which accounts for about 10-15% of all nhl cases. the incidence of nhl has shown a steady incr...

2011
Karin Hohenadel Shelley A. Harris John R. McLaughlin John J. Spinelli Punam Pahwa James A. Dosman Paul A. Demers Aaron Blair

Non-Hodgkin lymphoma (NHL) has been linked to several agricultural exposures, including some commonly used pesticides. Although there is a significant body of literature examining the effects of exposure to individual pesticides on NHL, the impact of exposure to multiple pesticides or specific pesticide combinations has not been explored in depth. Data from a six-province Canadian case-control ...

Journal: :Occupational and environmental medicine 1998
D Baris S H Zahm K P Cantor A Blair

OBJECTIVES The objective of this pooled analysis was to examine whether exposure to DDT was associated with the risk of non-Hodgkin's lymphoma among male farmers. METHODS Data from three case-control studies from four midwestern states in the United States (Nebraska, Iowa, Minnesota, Kansas) were pooled to carry out analyses of 993 cases and 2918 controls. Information on use of agricultural p...

In communities which consume rice as main food, importance of risk assessment forcontaminants is always taken into consideration by health authorities. The present study isan attempt for monitoring of 56 pesticides from different chemical groups in rice samplescollected from local markets in Tehran and estimation of daily intake of interested pesticidesthrough this monitoring. A valid method ba...

A. D’Souza J. Srinivasa, J. Urban P. Maxim

Exposure to pesticides could be one of the contributing cause to the falling sperm counts and rising levels of male infertility. Adverse effects of pesticides in the environment first received widespread attention in the 1960s. However, only recently it has been postulated that long term, low exposure of these chemicals are increasingly linked to human health effects such as immuno-suppression,...

2011
Christos A. Damalas Ilias G. Eleftherohorinos

Pesticides are widely used in agricultural production to prevent or control pests, diseases, weeds, and other plant pathogens in an effort to reduce or eliminate yield losses and maintain high product quality. Although pesticides are developed through very strict regulation processes to function with reasonable certainty and minimal impact on human health and the environment, serious concerns h...

2012
Susan C. Wason Thomas J. Smith Melissa J. Perry Jonathan I. Levy

Cumulative risk assessment has been proposed as an approach to evaluate the health risks associated with simultaneous exposure to multiple chemical and non-chemical stressors. Physiologically based pharmacokinetic/pharmacodynamic (PBPK/PD) models can allow for the inclusion and evaluation of multiple stressors, including non-chemical stressors, but studies have not leveraged PBPK/PD models to j...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->