نتایج جستجو برای: mercury amalgam

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

2013
Alexandra Nicolae Harry Ames Carlos Quiñonez

BACKGROUND Dental amalgam is a source of elemental and inorganic mercury. The safety of dental amalgam in individuals remains a controversial issue. Urinary mercury concentrations are used to assess chronic exposure to elemental mercury. At present, there are no indications of mercury-associated adverse effects at levels below 5 μg Hg/g creatinine (Cr) or 7 μg Hg/L (urine). The purpose of the p...

Journal: :Industrial health 2006
Mitsutoshi Takaya Jee Yeon Joeng Nobuo Ishihara Fumio Serita Norihiko Kohyama

In this study, a gold amalgam method called the "Double amalgam method" was compared with the ISO 17733 method for mercury vapor analysis method. In terms of sensitivity and ease of operation, the amalgamation method is superior to the oxidation method. Two parallel samplings were carried out in this research at a button battery factory, where the mercury vapor level in the air was about 0.001 ...

Journal: :iranian endodontic journal 0
masoud saatchi associated professor of endodontics, isfahan university of medical science elham shadmehr assistant professor of endodontics, isfahan university of medical science. seyed morteza talebi professor of chemistry, department of chemistry, isfahan university, isfahan, iran mohsen nazeri general dentist

introduction : the purpose of this clinical study was to compare the blood mercury levels before and after endodontic surgery using amalgam as a root-end filling material. materials and methods: fourteen patients requiring periradicular surgery participated in this prospective clinical study. a zinc-free amalgam was employed as root-end filling material. blood samples were collected at three in...

2016
Gh. Mortazavi M. Haghani N. Rastegarian S. Zarei S.M.J. Mortazavi

According to the World Health Organization (WHO), factors such as growing electricity demand, ever-advancing technologies and changes in social behaviour have led to steadily increasing exposure to man-made electromagnetic fields.  Dental amalgam fillings are among the major sources of exposure to elemental mercury vapour in the general population. Although it was previously believed that low l...

Journal: :The American journal of forensic medicine and pathology 2006
Gianpaolo Guzzi Marco Grandi Cristina Cattaneo Stefano Calza Claudio Minoia Anna Ronchi Anna Gatti Gianluca Severi

Eighteen cadavers from routine autopsy casework were subject to a study of tissue levels of total mercury in brain, thyroid, and kidney samples by atomic absorption. On these same cadavers, all dental amalgam fillings (the most important source of inorganic mercury exposure in the general population, according to the World Health Organization (WHO) were charted. Total mercury levels were signif...

2013
María D. Esteban-Vasallo Nuria Aragonés Marina Pollan Gonzalo López-Abente Beatriz Perez-Gomez

In their review, Esteban-Vasallo et al. (2012) discussed the use of human placenta to evaluate bio markers of exposure to heavy metals. They correctly concluded that the use of placental tissue specimens to assess heavy metal exposure is actually under used. Surprisingly, they did not mention the well-documented relationship between mercury released from mercury-containing dental amalgam fillin...

2013
SAWSAN F. HELAL Sawsan F. Helal

For more than a century and half, silver/mercury amalgam fillings have been used in dental practice as the preferred tooth filling material. Currently, occupational exposure of dental staff to mercury vapor released from the amalgam, has been an issue of concern because of its possible adverse outcomes. Aim: The aim of this work was to determine the mercury body burden in dental staff exposed t...

2013
Paolo D. Pigatto Claudio Minoia Anna Ronchi Gianpaolo Guzzi

In their review, Esteban-Vasallo et al. (2012) discussed the use of human placenta to evaluate bio markers of exposure to heavy metals. They correctly concluded that the use of placental tissue specimens to assess heavy metal exposure is actually under used. Surprisingly, they did not mention the well-documented relationship between mercury released from mercury-containing dental amalgam fillin...

Journal: :Explore 2007
Hal A Huggins

3 ilver-mercury fillings—also called dental or mercury amalgams— ave been used in dentistry since 1832. In 1840, the dental ssociation of the day argued over whether to use mercury as filling material because it was cheap, or to withdraw it ecause it was toxic. The safety debate had already begun and ould be called “Amalgam War I.” In the late 1920s, Dr Alfred tock, a biochemist and researcher,...

2017
Hiba S Al-Amodi Heba M Adly Abeer Ahmed ALrefai Amal Zaghloul

Studies showed that dentists and dental staff working with amalgam are chronically exposed to mercury that accumulates in their bodies in higher levels than those individuals not occupational exposed to mercury. Mercury levels in dental staff averaged at least 2 times that of control subjects in hair, nails, urine and blood. This study aimed to review long-standing mercury monitoring concentrat...

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

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

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