نتایج جستجو برای: tap water sample

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

Abel Weldetinsae, Girum Taye, Kirubel Tesfaye, Sisay Derso Mengesha,

Background: This retrospective study aimed to investigate the physicochemical properties of drinking water sources in Ethiopia and compare the water quality with the health-based target. For this purpose, the water quality database of Ethiopian Public Health Institute (EPHI) from 2010 to 2016 was used. Methods: The concentration and other properties of the water samples were analyzed according...

Journal: :BMC Public Health 2003
Tomás J Aragón Suzanne Novotny Wayne Enanoria Duc J Vugia Asheena Khalakdina Mitchell H Katz

BACKGROUND In persons with acquired immunodeficiency syndrome (AIDS), Cryptosporidium parvum causes a prolonged, severe diarrheal illness to which there is no effective treatment, and the risk of developing cryptosporidiosis from drinking tap water in non-outbreak settings remains uncertain. To test the hypothesis that drinking tap water was associated with developing cryptosporidiosis, we cond...

2015
Aurélie Jeandron Jaime Mufitini Saidi Alois Kapama Manu Burhole Freddy Birembano Thierry Vandevelde Antonio Gasparrini Ben Armstrong Sandy Cairncross Jeroen H. J. Ensink Clarissa Brocklehurst

BACKGROUND The eastern provinces of the Democratic Republic of the Congo have been identified as endemic areas for cholera transmission, and despite continuous control efforts, they continue to experience regular cholera outbreaks that occasionally spread to the rest of the country. In a region where access to improved water sources is particularly poor, the question of which improvements in wa...

Journal: :Drug and chemical toxicology 2012
Ramin Rezaee Mohammad Hassanzadeh-Khayyat Fereshteh Mehri Zahra Khashyarmanesh Hamideh Moallemzadeh Gholamreza Karimi

Water is a necessity for life. Currently, because of different contaminations in tap water, most people prefer using bottled mineral waters. Pesticides (e.g., organophophorous, carbamates, etc.) are among the most dangerous chemicals that may be found in drinking waters, which can cause long- and short-term complications. Because all people consume at least 2 L of water per day, water-quality m...

Journal: :Journal of the American Mosquito Control Association 1991
P Reiter M A Amador N Colon

An ovitrap containing hay infusion and a second ovitrap adjacent to it containing a 10% dilution of the infusion in tap water together yielded 8 times more Aedes aegypti eggs than single CDC ovitraps containing tap water. These "enhanced pairs" were significantly more attractive than pairs with other combinations of infusion, water or methyl propionate, and have proven useful for daily monitori...

Journal: :Applied and environmental microbiology 1984
S C Hsu R Martin B B Wentworth

Three different species of Legionella were recovered from samples of water taken from chlorinated public water supplies where no coliform bacteria were simultaneously detected. Five of 856 samples yielded Legionella isolates. Three isolates were identified as Legionella pneumophila serogroup 1, the fourth was identified as Legionella dumoffii, and the fifth was identified as Legionella jordanis...

Journal: :International wound journal 2016
Kian-Yong Than Tzong-Shiun Li

Dear Editors, Burn injury can be fatal, disfiguring and incapacitating. Therefore, well-timed and appropriate management could be more than helpful, which primarily consists of debridement cleaning and dressings. These are important aspects of wound care because they can prevent the formation of eschar, which is a moist and protein-rich avascular substance that encourages microbial growth. Infe...

Journal: :American journal of health-system pharmacy : AJHP : official journal of the American Society of Health-System Pharmacists 2006
Sachin A Shah Stephen Sander Craig I Coleman C Michael White

PURPOSE The optimal delivery medium for esomeprazole magnesium enteric-coated pellets dispersed in various concentrations of Ora-Plus suspension through commonly used nasogastric and gastrostomy tubes using a previously used standardized in vitro protocol was studied. METHODS The study was conducted in two phases. In phase A, 60 size 14 French nasogastric tubes were used to compare esomeprazo...

2012
Stéphane Mabic Ichiro Kano

Due to the increased sensitivity of instrumentation, analytical detection limits can now reach ng/L (ppt) levels on a routine basis, and even pg/L (ppq) levels under certain conditions. Confidence in the data recorded for these trace analyses relies on the control of several conditions and parameters. Besides the technical performance of instruments, careful sample handling and reagent purity a...

Journal: :BMC Infectious Diseases 2008
Ralf-Peter Vonberg Dorit Sohr Juliane Bruderek Petra Gastmeier

BACKGROUND Bacteria in the hospital's drinking water system represent a risk for the acquisition of a nosocomial infection in the severely immunocompromised host. Terminal tap water filters may be used to prevent nosocomial Legionnaires' disease. We present data from water samples using an improved kind of tap water filters. METHODS In a blinded study on an intermediate care unit of the thora...

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

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

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"; } -->