نتایج جستجو برای: obturation density

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

تبریزی زاده, مهدی, حاجی قاسمی, فرشید, زارع, محمدرضا, صباغی, سید صالح,

Introduction: Root canal obturation aims at sealing the root canal system to prevent re-contamination of canal and periapical space. Presence of moisture in canal before obturation may posit a negative effect on the quality of canal sealing. Therefore, this study was conducted to investigate the effect of canal contamination with saliva on apical microleakage. Methods: In this laboratory study...

Journal: :Journal of endodontics 2008
Evangelos G Kontakiotis Ioannis N Tsatsoulis Styliani I Papanakou Giorgos N Tzanetakis

The present study was conducted to determine the influence of 2 intracanal medicaments (calcium hydroxide, chlorhexidine gel 2%) when used either alone or combined on the short- and long-term sealing ability of permanent root canal fillings. Ninety human upper central incisors were divided into 4 experimental groups (n=20). All root canals were instrumented in a step-back motion and then treate...

Journal: :iranian endodontic journal 0
maryam raoof negar zeini jahangir haghani saeedeh sadr sakineh mohammaalizadeh

introduction: the aim of this study was to gather information on the materials and methods employed in root canal treatment (rct) by general dental practitioners (gdps) in iran. methods and materials: a questionnaire was distributed among 450 dentists who attended the 53 th iranian dental association congress. participants were asked to consider demographic variables and answer the questions re...

2015
Reem Siraj Alsulaimani Kholod Khalil Al-Manei Sara A. Alsubait Razan Shafik AlAqeely Sharifa A. M. Al-Shehri Ebtissam M. Al-Madi

INTRODUCTION The aim of this study was to evaluate the effects of training duration and case difficulty on the radiographic quality of root canal fillings performed by dental students in Saudi Arabia. METHODS AND MATERIALS A longitudinal cohort study was conducted at King Saud University. Root canal treatments performed by 55 dental students from 2012-2014 were included in the study. Each stu...

2014
Mohammad Samiei Mohammad Aghazade Farrokh Farhadi Naeimeh Shahveghar Ali Torab Seyyed Mahdi Vahid Pakdel

Background and aims. Various materials and methods have been introduced for obturating cleaned and shaped root canal systems. This in vitro study aimed to evaluate the sealing ability of single-cone obturation technique with mineral trioxide aggregate and calcium-enriched mixture based on bacterial leakage approach. Materials and methods. Sixty-four single-canal teeth were prepared and randomly...

2012
Robert Hale Robert Gatti Gerald N. Glickman Lynne A. Opperman

The purpose of this retrospective study was to compare the outcome of primary endodontic treatment using a standardized cleaning and shaping technique and obturation with either lateral compaction or carrier-based obturation. Patients received primary endodontic treatment in the predoctoral dental clinic using a standardized cleaning and shaping protocol. All root canals were obturated using AH...

2008
I. CAPÍK S. ŠTVRTINA

Capík I., S. Štvrtina: Comparison of Gutta-Percha Obturation Techniques in the Treatment of Wide Root Canals in Dogs. Acta Vet. Brno 2008, 77: 291-296. An in vitro study was conducted to compare gutta-percha obturation techniques of the developing incisors in dogs. Two perpendicular radiographic views were used for evaluation of apical and overall appearance of root canal obturation. Apical lea...

2016
Pardeep Mahajan Roma Goyal Prashant Monga Shikha Baghi Bhandari Nitika Bajaj Deepika Singla

The present case report highlights about management of taurodontism which is a developmental anomaly characterized by the lack of constriction at the level of the cementoenamel junction, vertically elongated pulp chambers and apical displacement of the pulpal floor. Permanent molar teeth are commonly affected teeth. Its morphology might hamper the location of orifices and can create difficultie...

Journal: :International Journal of Research in Medical Sciences 2022

Recognition of aberrant root canal configurations is critical to successfully negotiate and treat a one such aberrancies C shape system. The fins webs present in system presents challenge debridement obturation. Knowledge variations through advanced imaging modalities like CBCT, rotary hand instruments assisted with ultrasonics modified obturation techniques aid effective management shaped cana...

ژورنال: مجله دندانپزشکی 2014
جهرمی, علی قرائتی , مختاری, فاطمه , یوسفی, محمد حسین ,

  Background and Aims: Root canal therapy is one of the most important parts of a general dentist's profession. The aim of this study was to evaluate the radiographic quality of root canal therapy performed by under graduated students at Yazd dental school.   Materials and Methods: Records of patients, who were referred to the endodontic department during 2010-2012 and treated by undergraduated...

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

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

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