نتایج جستجو برای: root canal fillings

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

Journal: :European journal of oral sciences 2006
Lars Fabricius Gunnar Dahlén Göran Sundqvist Risto-Pekka Happonen Ake J R Möller

The purpose of this study was twofold: first, to determine the influence on the healing of the periapical tissues when selected bacterial strains and combinations thereof remain after root canal treatment; and, second, the relationship to healing of the quality of the root filling. In eight monkeys, 175 root canals, previously infected with combinations of four or five bacterial strains and wit...

2013
B. Ureyen Kaya A.D. Kececi H.E. Guldas H. Orhan

OBJECTIVE To investigate the oral health (with regard to the periapical status, quality of root fillings and coronal restorations) in an urban adult Turkish subpopulation using digital panoramic radiographs. MATERIALS AND METHODS One thousand digital panoramic radiographs involving 28,000 teeth were selected from the archive of the Public Oral and Dental Health Center of Isparta. Coronal stat...

2014
Mehdi Tabrizizadeh Maryam Kazemipoor Seyed-Hossein Hekmati-Moghadam Roqayeh Hakimian

OBJECTIVES The purpose of this in vitro study was to assess the effect of root canal preparation size and taper on the amounts of glucose penetration. MATERIAL AND METHODS For conducting this experimental study, eighty mandibular premolars with single straight canals were divided randomly into 2 experimental groups of 30 samples each and 2 control groups. Using K-files and the balance force t...

2013
E. Tarim Ertas H. Ertas Y. Sisman B. Sagsen O. Er

AIM The aim of this study was to evaluate by means of radiographs the technical quality of root fillings performed by dental practitioners. METHODS AND MATERIAL Standardized periapical radiographs were made on 484 patients who received endodontic treatment in private practice. A total of 831 endodontically treated teeth with 1448 roots were evaluated for technical quality of the root canal fi...

Journal: :journal of dental materials and techniques 0
maryam ehsani dental material research center, department of endodontics, dental faculty, babol university of medical sciences, babol, iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی بابل (babol university of medical sciences) farida abesi dental material research center, department of oral & maxillofacial radiology, dental faculty, babol university of medical sciences, babol, iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی بابل (babol university of medical sciences) tania ghasemi student research committee of babol university, dental faculty, babol university of medical sciences, babol, iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی بابل (babol university of medical sciences)

introduction: there is substantial evidence that the technical quality of root canalfilling has a significant effect on the outcome of root canal treatment. theaim of this study was to evaluate the technical quality of root canal fillingsperformed by dental students. methods: the records of 325 teethradiographs, treated by dental students in 2008-2009 in babol dental school,were selected and ev...

2013
L. Moeller A. Wenzel A. M. Wegge-Larsen M. Ding L. L. Kirkevang

OBJECTIVE The aim of this study was to compare the presence of voids in root fillings performed in oval and ribbon-shaped canals with two root filling techniques, lateral compaction technique (LCT) or hybrid technique (HT), a combination of a gutta-percha masterpoint and thermoplastic gutta-percha. Furthermore, the obturation time for the two techniques was evaluated. MATERIALS AND METHODS Si...

Journal: :Journal of endodontics 2008
Yan Zhong Joel Chasen Ryan Yamanaka Raul Garcia Elizabeth Krall Kaye Jay S Kaufman Jianwen Cai Tim Wilcosky Martin Trope Daniel J Caplan

We evaluated the association between radiographically assessed extension and density of root canal fillings and postoperative apical radiolucencies (ARs) by using data from 288 participants in the Veterans Affairs Dental Longitudinal Study. Study subjects were not Veterans Affairs patients; all received their medical and dental care in the private sector. Generalized estimating equations were u...

Journal: :Stomatologija 2006
Vytaute Peciuliene Jurate Rimkuviene Rasma Maneliene Deimante Ivanauskaite

UNLABELLED The aim of this study was to investigate the technical quality of root fillings in root filled teeth, their association with periapical status and prevalence of apical periodontitis. MATERIAL AND METHODS The sample consisted of 83 subjects, presenting consecutively as new patients seeking dental care (prosthetic, endodontic and cariologic treatment) in the years 2005/2006. Clinical...

2017
Hafsa El Merini Hind Amarir Amine Lamzawaq Mouna Hamza

AIM The aim of the study was to assess the prevalence of apical periodontitis (AP) and quality of root canal fillings in an adult Moroccan subpopulation. METHODS In the study 508 patients were included, attending the Conservative Dentistry Clinic at the Faculty of Dentistry of Casablanca. 508 panoramic and 709 periapical radiographs were observed. The periapical status of all teeth (with the ...

Journal: :International endodontic journal 2004
J J Segura-Egea A Jiménez-Pinzón M Poyato-Ferrera E Velasco-Ortega J V Ríos-Santos

AIM To investigate the quality of root fillings and coronal restorations and their association with periapical status in an adult Spanish population. METHODOLOGY A total of 180 subjects, aged 37.1 +/- 15.7 years, who presented as new patients at the Faculty of Dentistry, Seville, Spain, were examined. All participants underwent a full-mouth radiographic survey incorporating 14 periapical radi...

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

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

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