نتایج جستجو برای: ceramic brackets

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

Journal: :journal of lasers in medical sciences 0
soghra yassaei department of orthodontics, faculty of dentistry, shahid sadoughi university of medical sciences, yazd, iran hossein aghili department of orthodontics, faculty of dentistry, shahid sadoughi university of medical sciences, yazd, iran azadeh hosseinzadeh firouzabadi department of oral pathology, faculty of dentistry, lorestan university of medical sciences, khorramabad, iran hamidreza meshkani department of orthodontics, faculty of dentistry, lorestan university of medical sciences, khorramabad, iran

introduction: this study was performed to determine the shear bond strength of rebonded mechanically retentive ceramic brackets after recycling with erbium-doped yttrium aluminum garnet (er:yag) laser or sandblasting. methods: twenty-eight debonded ceramic brackets plus 14 intact new ceramic brackets were used in this study. debonded brackets were randomly divided into 2 groups of 14. one group...

Introduction: Metal brackets are the most commonly used brackets in clinical orthodontics, but the sight of color of the metal bracket can be unpleasant for some patients. Ceramic brackets offer the desired beauty but they have higher frictional resistance.  Considering that in vitro studies suggest that CO2 laser reduces the friction between the wire and slot of the bracket in the sliding mech...

2012
Behnam Mirzakouchaki Soodabeh Kimyai Mahboubeh Hydari Shirin Shahrbaf Parvin Mirzakouchaki-Boroujeni

INTRODUCTION Bracket debonding from the tooth surface is a common problem in fixed orthodontics. The aims of the present study were to assess the bond strength and failure sites in two ways of bonding technique, with metallic and ceramic brackets. MATERIALS AND METHODS One hundred premolars were assigned to 4 groups of 25 each: Group A, metallic brackets/conventional procedure; Group B, metal...

Journal: :journal of dentistry, tehran university of medical sciences 0
ms. ahmad akhoundi associate professor, dental research center, tehran university of medical sciences, tehran, iran m. rahmati kamel assistant professor, school of dentistry, babol university of medical sciences, babol, iran sh. mahmood hashemi orthodontist, private practice m. imani postgraduate student, department of orthodontics, school of dentistry, tehran university of medical

objective: the objective of this study was to compare the tensile bond strength of metal brackets bonding to glazed ceramic surfaces using three various surface treatments. materials and methods: forty two glazed ceramic disks were assigned to three groups. in the first and second groups the specimens were etched with 9.5% hydrofluoric acid (hfa). subsequently in first group, ceramic primer and...

2018
Murilo MATIAS Marcos Roberto de FREITAS Karina Maria Salvatore de FREITAS Guilherme JANSON Rodrigo Hitoshi HIGA Manoela Fávaro FRANCISCONI

Coated archwires and ceramic brackets have been developed to improve facial esthetics during orthodontic treatment. However, their mechanical behavior has been shown to be different from metallic archwires and brackets. Therefore, the aim of this study was to compare the deflection forces in coated nickel-titanium (NiTi) and esthetic archwires combined with ceramic brackets. Material and Method...

Journal: :The journal of contemporary dental practice 2012
P V Girish Uma Dinesh C S Ramachandra Bhat Pradeep Chandra Shetty

AIM To evaluate and compare the shear bond strength of metal brackets bonded to ceramic surfaces using different conditioning methods and to assess the site of bond failure after debonding. MATERIALS AND METHODS A total of 70 ceramic surfaces were produced with uniform shape, size and composition. The samples were divided into 7 groups (each of 10 samples). Group 1 was the control group (untr...

2014
Soghra Yassaei Abdolrahim Davari Mahjobeh Goldani Moghadam Ahmad Kamaei

OBJECTIVE The aim of this study was to compare the shear bond strength (SBS) of resin modified glass ionomer (RMGI) and composite resin for bonding metal and ceramic brackets. MATERIALS AND METHODS Eighty-eight human premolars extracted for orthodontic purposes were divided into 4 groups (n=22). In groups 1 and 2, 22 metal and ceramic brackets were bonded using composite resin (Transbond XT),...

Journal: :The journal of contemporary dental practice 2012
Abdolrahim Davari Soghra Yassaei Mariam Karandish Fateme Zarghami

AIM The aim of the present study was to evaluate these two high intensity light curing units regarding microleakage beneath metal and ceramic brackets. MATERIALS AND METHODS A total of 60 freshly extracted human premolar teeth were randomly divided into four groups of 15 samples; group I: Metal bracket + LED cured, group II: Ceramic bracket + LED cured, group III: Metal bracket + plasma arc c...

Journal: :European journal of orthodontics 1996
U Stratmann K Schaarschmidt H Wegener U Ehmer

This clinical study investigated the practical value of two methods for debonding brackets attached by the adhesive Concise to acid-etched enamel surfaces. Forty-two Ultratrimm Standard metal brackets and 42 Fascination ceramic brackets were collected from juvenile patients undergoing orthodontic treatment. All metal brackets were mechanically debonded by a conventional bracket removal plier, w...

Journal: :European journal of orthodontics 1999
S P Jones J R Gledhill E H Davies

An ex vivo study was carried out to determine differences in the bond strengths achieved with brackets placed using a crystal growth technique compared with a conventional acid-etch technique. A solution of 37 per cent phosphoric acid was used for acid-etching and a commercially available polyacrylic acid gel, Crystal-lok for crystal growth. A heavily-filled composite resin was used for all sam...

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

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

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