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

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

2008
Joseph Reuben Natanasabapathy Velmurugan Santhanam Vasanthi Priya Vijayalakshmi

Complex and unusual root canal morphology is an often occurring phenomenon. Understanding the unusual root canal morphology contributes to success in endodontic treatment. One such variant root canal morphology is the 'S' shaped or bayonet shaped root canal. This case report discusses endodontic treatment of a maxillary second premolar with an 'S' shaped root canal.

Journal: :The journal of contemporary dental practice 2013
Gisselle Moraima Chávez-Andrade Milton Carlos Kuga Marco Antonio Hungaro Duarte Renato de Toledo Leonardo Katia Cristina Keine Arnaldo Sant'Anna-Junior Marcus Vinicius Reis Só

AIM This study investigated the flowability, setting time, pH, calcium release and bond strength of a MTA-based cement (MTA Fillapex(®)) compared to AH Plus and Sealapex. MATERIALS AND METHODS For the flowability test, the ISO 6876:2001 specification was utilized and for the setting time test, the ASTM C266-03 specification was utilized. For the pH and calcium release measurements, 10 samples...

ژورنال: دانشور پزشکی 2007
تیموری, دانش, هنردار, کیامرث,

Introduction: Successful treatment of root depends on complete elimination of debris and bacteria’s from root canal system and appropriate shaping of canal in obturation canal preparation is the most difficult and time consuming stage during root canal treatment. This stage especially in curved and narrow canals always causes some problems for students, general dentist and specialist. Following...

Journal: :iranian endodontic journal 0
mohammad reza nabavizadeh department of endodontics, dental school, shiraz university of medical sciences, shiraz, iran. mohammad reza jouyandeh department of endodontics, dental school, shiraz university of medical sciences, shiraz, iran. adnan atbaee department of endodontics, dental school, shiraz university of medical sciences, shiraz, iran. mahdi sedigh shams department of endodontics, dental school, shiraz university of medical sciences, shiraz, iran.

the success of endodontic therapy requires knowledge of the internal and external dental anatomy and its variations in presentation. this case report involves endodontic treatment of a traumatized maxillary central incisor with two separate roots.

2012
M Gowri R Rajesh W Sofi R Raghunathan V Ganesh

Background The treatment of root canal infection consists of eradicating microbes from the root canal and preventing re infection by root filling. Though the existing intra canal medicaments fight against multidrug resistant microbes in root canal, still re-infections occurs. The objective of this study is to synthesize new b-lactam compounds and evaluate their antimicrobial activity to treat r...

Journal: :iranian endodontic journal 0
yazdan shantiaee 1. assistant professor of endodontics, dental research center, dental school, shahid beheshti university of medical sciences, tehran, iran. farzin maziar assistant professor of endodontics, iranian center for endodontic research, dental school, shahid beheshti university of medical sciences, tehran, iran omid dianat general dentist faranak mahjour general dentist

introduction: favorable apical seal of root filling materials is a crucial factor for a successful root canal treatment. the aim of this in vitro study was to compare bacterial and dye microleakage of two root canal filling materials including standard gutta-percha and nanosilver coated gutta-percha, and to evaluate the agreement between results of these two methods . materials & methods: fifty...

2015
Duygu Goller Bulut Emre Kose Gozde Ozcan Ahmet Ercan Sekerci Emin Murat Canger Yıldıray Sisman

OBJECTIVE The aim of the present study is to assess the root and root canal morphology of maxillary and mandibular premolars in a Turkish population by using cone beam computed tomography (CBCT). MATERIALS AND METHODS In this study, CBCT images of 2134 premolars (987 maxillary, 1147 mandibular) were obtained from 404 patients. Details of gender, age, number of roots and canals, and canal conf...

Journal: :Swiss dental journal 2015
Marie-Theres Weber Nadja Stratz Jonathan Fleiner Dirk Schulze Christian Hannig

An adequate portrayal of the root canal anatomy by diagnostic imaging is a prerequisite for a successful diagnosis and therapy in endodontics. The introduction of dental cone beam computed tomography (CBCT) has considerably expanded the scope of imaging diagnostics. The aim of the following study was to evaluate the imaging of endodontic structures with CBCT. One hundred and twenty teeth were e...

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

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

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