نتایج جستجو برای: adhesive resin cement

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

Journal: :Brazilian dental journal 2016
Hilmo Barreto Leite Falcão Ricardo Faria Ribeiro Raphael Freitas de Souza Ana Paula Macedo Rossana Pereira de Almeida

The aim of this study was to analyze the tensile strength of two different resin cements used in passive cementation technique for implant-supported prosthesis. Ninety-six plastic cylinders were waxed in standardized forms, cast in commercially pure titanium, nickel-chromium and nickel-chromium-titanium alloys. Specimens were cemented on titanium cylinders using self-adhesive resin cement or co...

Journal: :Dental materials journal 2006
Motohiro Uo Göran Sjögren Anders Sundh Mitsunari Goto Fumio Watari Maud Bergman

Yttria partially stabilized zirconia (YPSZ) ceramics are suitable for dental and medical use because of their high fracture toughness and chemical durability. The purpose of this study was to examine the bonding behavior of a dental YPSZ ceramic, Denzir. After being subjected to various surface treatments, Denzir specimens were bonded to each other using an adhesive resin composite, glass ionom...

2013
Volkan Turp Deniz Sen Betul Tuncelli Mutlu Özcan

PURPOSE This study evaluated the adhesion of 10-MDP containing self-etch and self-adhesive resin cements to dentin with and without the use of etch-and-rinse technique. MATERIALS AND METHODS Human third molars (N=180) were randomly divided into 6 groups (n=30 per group). Conventional (Panavia F2.0, Kuraray-PAN) and self-adhesive resin cements (Clearfil SA, Kuraray-CSA) were bonded to dentin s...

Journal: :Dental materials : official publication of the Academy of Dental Materials 2004
Pietro Ausiello Sandro Rengo Carel L Davidson David C Watts

OBJECTIVES The purpose of this study was to investigate the effect of differences in the resin-cement elastic modulus on stress-transmission to ceramic or resin-based composite inlay-restored Class II MOD cavities during vertical occlusal loading. METHODS Three finite-element (FE) models of Class II MOD cavity restorations in an upper premolar were produced. Model A represented a glass-cerami...

2012
Nima Moradi Majd Farshid Akhtari Solmaz Araghi Hamed Homayouni

Introduction. Vertical root fracture (VRF) is one of the most frustrating complications of root canal treatment. The prognosis of the root with VRF is poor therefore tooth extraction and root amputation are usually the only treatment options. However, bonding of the fracture line with adhesive resin cement during the intentional replantation procedure was recently suggested as an alternative to...

Journal: :The journal of contemporary dental practice 2015
Monica Barros da Silva Rudys Rodolfo de Jesus Tavarez Fernanda Silva de Assis Mateus Rodrigues Tonetto Thiago Porto Neto Shilpa H Bhandi Omar El-Mowafy Sizenando de Toledo Porto Neto Matheus Coelho Bandeca

PURPOSE The purpose of this study was to evaluate the effect of self-adhesive and self-etching resin cements on the bond strength of nonmetallic posts in different root regions. MATERIALS AND METHODS Sixty single-rooted human teeth were decoronated, endodontically treated, post-space prepared, and divided into six groups. Glass-fiber (GF) posts (Exacto, Angelus) and fiber-reinforced composite...

2016
Sonali Babar S. V. Bhide Avantika jadhav

Aim: Mechanical characteristics of tooth preparation along with luting agents are significant entities on the maintenance of fixed dental prostheses. This study aimed at assessing the retention of complete metal crowns luted with two different luting agents using two different preparation height. Methods: Forty human maxillary premolars were selected and prepared to receive complete metal crown...

Journal: :Acta odontologica latinoamericana : AOL 2008
Vivian N Zahra Pablo F Abate Ricardo L Macchi

The final film thickness of a resin adhesive and a resin cement could be affected by previous polymerization of the adhesive systems on dentin surfaces. The aim of this work was to evaluate changes in the film thickness of dual resin based cements with their adhesives as a function of polymerization of the latter on dentin surfaces. The materials used were: RelyX ARC (R) + Single Bond (SB) and ...

Journal: :Brazilian oral research 2016
Niélli Caetano de Souza Maurem Leitão Marcondes Ricardo Vaz Breda João Batista Blessmann Weber Eduardo Gonçalves Mota Ana Maria Spohr

The aim of this study was to evaluate the thickness of resin cements in the root thirds when using conventional fiberglass posts (CP) and relined fiberglass posts (RP) in weakened roots and to evaluate the morphological characteristics of the dentin-resin interface. Forty human maxillary anterior teeth had the crown sectioned below the cemento-enamel junction. The canals were endodontically tre...

2014
Lorenzo Graiff Laura Rasera Marco Calabrese Paolo Vigolo

The purpose of this study was to evaluate the bond strength at the post/resin-cement interface with 3 different surface treatments of glass fiber posts and with 2 different luting resin cements. Sixty glass fiber posts (RelyX Fiber Post) were randomly divided into 3 groups (n = 20) and were luted with a dual-polymerizing self-adhesive universal resin cement (RelyX Unicem) and with a dual-polyme...

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

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

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