نتایج جستجو برای: resin modified glass

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

Journal: :journal of dentistry, tehran university of medical sciences 0
m. vojdani aar. khaledi

statement of problem: fracture strength of a denture base resin is of great concern, and many approaches have been used to strengthen acrylic resin dentures. purpose: the aim of this study was to measure the transverse strength of a heat polymerized acrylic resin, after reinforcement with metal wire and two types of glass fibers. materials and methods: forty rectangular specimens (65.0×10.0×3.3...

Journal: :Dental materials : official publication of the Academy of Dental Materials 2003
Jan W V van Dijken

OBJECTIVE This study evaluated IPS Empress ceramic inlays luted with two chemical-cured luting agents, a resin-modified glass ionomer cement (Fuji Plus (F)) and a resin composite (RC) (Panavia 21 (P)). METHODS Seventy-nine ceramic inlays were placed in Class II cavities in 29 patients. At least two inlays were placed in each patient to compare the luting techniques intra-individually. In each...

2009
Nilufer Celebi Beriat Dilek Nalbant

OBJECTIVES The aim of this study was to evaluate the water absorption and the amount of hydroxyethyl metacrylate (HEMA) level released from various resin modified glass ionomer cements. METHODS Advance, Vitremer and Protec-Cem resin modified glass ionomer cements were used to evaluate the HEMA release. Ten specimens were fabricated from each cement in 10 x 1 mm height. Thirty specimens were i...

Journal: :Australian dental journal 2002
G J Mount C Patel O F Makinson

BACKGROUND According to the classification suggested by McLean, Wilson and Nicholson only three materials, currently marketed, fit the designation of resin modified glass-ionomers. These materials will undergo an acid/base setting reaction but also contain a limited quantity of a monomer that will polymerize as a result of irradiation. The quantity of polymer is limited to the extent that it wi...

Khezrian, Reza, Mohammadi, Narmin,

  ‌Comparison of microleakage in different methods of restoration ‌in posterior Clv cavities     - Dr. N. Mohammadi* Dr. R. Khezrian**   *- Assistant professor of Operative Dentistry Dept. Faculty of Dentistry Tabriz University of Medical Sciences.   ** - Dentist.     Background and aim: Despite improvements in the properties of composites, glass ionomers and other tooth colored materials, a nu...

Journal: :Journal of endodontics 2000
O Gökay F Yilmaz S Akin M Tunçbìlek R Ertan

It is thought that externally applied bleaching agents may penetrate into the pulp chamber. This study was conducted to evaluate the diffusion of peroxide bleaching agents into the pulp chamber of teeth restored with various restorative materials. Sixty-five human extracted anterior maxillary teeth were separated into the 13 groups containing 5 teeth. Five teeth (control group) were not subject...

2014
Kenan Cantekin Ebru Delikan Secil Cetin

OBJECTIVE The purposes of this research were to (1) compare the shear-peel bond strength (SPBS) of a band of a fixed space maintainer (SM) cemented with five different adhesive cements; and (2) compare the survival time of bands of SM with each cement type after simulating mechanical fatigue stress. MATERIALS AND METHODS Seventy-five teeth were used to assess retentive strength and another 50...

Journal: :Pediatric dentistry 2002
Andreina Castro Robert E Feigal

PURPOSE The objective of this study was to assess the microleakage of the new conventional glass ionomer, Fuji IXgp in comparison to another conventional glass ionomer (Fuji II), a resin modified glass ionomer (Vitremer) and a composite resin (TPH) in primary and permanent teeth. METHODS Twenty-five extracted human premolars and 13 primary molars were used. Preparations were made on the cente...

Journal: :Brazilian dental journal 2011
Marco Aurélio Benini Paschoal Carla Vecchione Gurgel Daniela Rios Ana Carolina Magalhães Marília Afonso Rabelo Buzalaf Maria Aparecida de Andrade Moreira Machado

The present study aimed to compare the fluoride (F-) release pattern of a nanofilled resin-modified glass ionomer cement (GIC) (Ketac N100 - KN) with available GICs used in dental practice (resin-modified GIC - Vitremer - V; conventional GIC - Ketac Molar - KM) and a nanofilled resin composite (Filtek Supreme - RC). Discs of each material (n=6) were placed into 4 mL of deionized water in sealed...

2016
Ronak H. Choksi Pranav V. Mody

OBJECTIVES To investigate the effect of the addition of glass flakes on physical properties of conventional heat cure denture base resins and to compare it with a high impact strength denture base resin. MATERIALS AND METHODS Test specimens were divided into Group 1 - poly (methyl methacrylate) (PMMA) (Trevalon), Group 2 - Trevalon HI, Group 3 -5% glass flake +95% PMMA (Trevalon), Group 4 -10...

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

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

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