نتایج جستجو برای: primary dentin

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

Journal: :Dental materials : official publication of the Academy of Dental Materials 1989
R Yamaguchi J M Powers J B Dennison

In vitro tensile bond strengths of Photo Clearfil Bright (PB) and Clearfil Photo Posterior (CP) with Clearfil Photo Bond to human enamel and dentin were determined by a truncated cone bond test. Parameters tested were: four substrates (etched enamel; unetched dentin, D1; dentin conditioned with 10% polyacrylic acid, D2; and dentin etched with phosphoric acid, D3); two techniques (bonding agent ...

Journal: :Journal of dental research 1994
J Perdigao E J Swift G E Denehy J S Wefel K J Donly

In comparison to enamel, bonding to normal dentin is a greater challenge because of its organic constituents, fluid-filed tubules, and variations in intrinsic composition. Bonding to sclerotic dentin is even more difficult. To evaluate the shear bond strengths of four adhesive systems to dentin substrates with different levels of mineralization, 120 extracted human teeth were randomly assigned ...

رضایی رکنی, شهین, قهرمانلو, احمد, یوسفی, عباس,

سابقه و هدف: چینی دندانی یکی از بهترین موادی است که تاکنون در دندانپزشکی مورد استفاده قرار گرفته است. ترمیم و جایگزینی دندانها توسط سیستمP.F.M (Porcelain Fused to metal) هنوز بیشترین کاربرد را دارد. لذا این تحقیق با هدف ساخت پودر چینی Dentin از نوع باند شونده به فلز و اندازه‌گیری انقباض حجمی آن و مقایسه با چینی دندانی Vita صورت گرفت.مواد و روشها: این مطالعه، تحقیقی تجربی به صورت in vitro می‌باش...

2005
S. Ratanasathien J. C. Wataha C. T. Hanks J. B. Dennison

Previous studies have shown a wide range of pulpal reactions to dentin bonding systems and a poor correlation between in vitro and in vivo toxicity of dentin bonding agents. Because dentin bonding agents are composed of multiple components which may diffuse through dentin, we hypothesized that these components may cause cytotoxicity through interactive (synergistic) effects. We investigated the...

Journal: :Journal of dental research 2006
A Kienle R Michels R Hibst

Light propagation in human dentin exhibits a strong directional dependence featuring the long-known optical magnification property. We hypothesized that this anisotropic effect is caused by multiple scattering at the dentin tubules, and not by fiberoptic effects, as had been previously assumed. We performed measurements of the transmitted intensity from dentin disks and compared them with Monte...

Journal: :American journal of dentistry 2007
David H Pashley Franklin R Tay Ricardo M Carvalho Frederick A Rueggeberg Kelli A Agee Marcela Carrilho Adam Donnelly Franklin García-Godoy

PURPOSE To review the use of a new resin-dentin bonding model called the macro-hybrid layer, to quantify resin uptake and matrix shrinkage during resin infiltration and solvent evaporation. A secondary purpose was to introduce the concept of ethanol-wet bonding where water-saturated acid-etched dentin is exchanged with ethanol to create ethanol-saturated dentin. Adhesive monomers seem to penetr...

Journal: :Journal of biomedical optics 2005
Paulette Spencer Yong Wang J Lawrence Katz Anil Misra

To date, much of our understanding of dentin bonding has been based on investigations performed on sound, healthy dentin. This is not the substrate generally encountered in clinical practice, rather dentists must frequently bond to caries-affected dentin. Because of the extreme complexity and variability of the caries-affected dentin substrate, conventional characterization techniques do not pr...

Journal: :Pesquisa Brasileira em Odontopediatria e Clínica Integrada 2015

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

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

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