نتایج جستجو برای: posterior teeth

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

Journal: :Brazilian journal of biology = Revista brasleira de biologia 2010
S W Christo T M Absher G Boehs

In this study we describe the morphology of the larval shell of three oyster species of Crassostrea genus. Two species, C. rhizophorae and C. brasiliana, are native to the Brazilian coast, and C. gigas is an introduced species. Samples of laboratory reared larvae, obtained through artificial fertilisation, were collected at intervals during the cultivation process for analysis using Scanning El...

ژورنال: مجله دندانپزشکی 2009
امتی شبستری, قاسم, باقرپور, رضا, حاج میر آقا, حبیب, شهابی, سیما,

Background and Aims: Metal-free and fiber-reinforced composite (FRC) restorations have drawn considerable attention and interest in recent years for restoring in the posterior area due to their improved esthetics. Fracture resistance is one of the most important mechanical properties of materials because of 500-600 N load of occlusion. The restorations should tolerate this load. The purpose of ...

2015
Steffen Mickenautsch

BACKGROUND To develop a synthesis within a Bayesian probability framework of previously established evidence, in order to derive an overall conclusion about the hypothesis (H1): 'High-viscosity glass-ionomer cements (HVGIC) are inferior to silver amalgam as (load bearing) restorative materials for permanent posterior teeth'. METHODS Following Bayesian method, the prior Odds that H1 is true (e...

2014
Dai Juan and Feng Xue

In this report we describe a combined orthodontic and surgical treatment for a 14-year-old boy with severe skeletal class III deformity and dental problem. His upper posterior primary teeth in the left side were over-retained and 6 maxillary teeth (bilateral central incisors and canines, left first and second premolars) were impacted, together with 5 supernumerary teeth in both arches. The trea...

2006
Daniella Andaluza Dias Matos Marcelo Lucchesi Teixeira João Henrique Nogueira Pinto José Fernando Scarelli Lopes Gisele da Silva Dalben

OBJECTIVE To analyze the pattern of disocclusion during excursive mandibular movements and presence or absence of occlusal interferences and occlusal pathologies (gingival recession and abfraction). METHOD Examination of 120 individuals divided into two groups, as follows: Group 1 - 90 patients with complete cleft lip and palate (study group), subdivided into 30 patients with complete left un...

Hedayat Gorjestani Iman Ghahraman Masoud Parirokh Molouk Torabi Sina Safari

Background & Aims: Crown restoration of teeth after root canal treatment protects their remaining structure against breakage and infection of the root canal, and will replace the missing structure. This study was performed to identify the prevalence of different types of crown restorations after root canal treatment of posterior teeth in Kerman, Iran, in 2013. <stro...

2011
CI Udoye MA Sede

BACKGROUND Pulp stone, though of an unclear aetiology, is clinically common. It potentially poses procedural difficulty to the endodontist and may also be a marker of an underlying systemic condition. OBJECTIVES The study investigated pulp stone occurrence in adult restorative patients. It also highlighted the relationship between pulp stone and pristine posterior teeth, chronic periodontitis...

2016
Saeed Noorollahian Shiva Alavi Farinaz Shirban

OBJECTIVE The aim of this study was to introduce a new method for bilateral distal movement of the entire maxillary posterior segment. CASE REPORT A 17-year-old girl with Class I skeletal malocclusion (end-to-end molar relationships, deviated midline and space deficiency for left maxillary canine) was referred for orthodontic treatment. She did not accept maxillary first premolars extraction....

Journal: :Odovtos - International Journal of Dental Sciences 2021

Objective: The aim of the study was to investigate fracture strength different composite resins and quantity voids in conventional posterior composite, high-flow flowable bulk-fill fiber-reinforced composite. Materials Methods: Forty-four caries-free, freshly extracted mandibular premolars were used for this study. Teeth prepared cavity root canal treatment. Subsequently, treatment applied teet...

2013
Kyung-Yen Nahm Ryoon-Ki Hong

Q1. In the lingual system, the force to the center of resistance of a tooth is different from that in the labial system. In the present case, the upper incisors tipped lingually after intrusion, as shown in the cepha­ lometric superimpositions. I think that the intrusive force against the upper posterior teeth was applied lingually to the center of resistance, and, therefore, the upper posterio...

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

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

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