نتایج جستجو برای: periodontal bone loss

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

2017
Prabhat Kumar Singh Anjali Kumari

With the tremendous progress made in establishing the relative role of the external or the environmental causes of disease, the individual or genetic differences are assuming increasing importance. Periodontal bone loss from periodontitis may be either horizontal, resulting in a regular alveolar crest at a level more apical to the normal, or vertical, leading to the formation of defects contain...

Journal: :Journal of dental education 2001
G K Johnson N A Slach

This article reviews the effects of smoked and smokeless tobacco on periodontal status, including the impact of smoking on periodontal therapy and potential mechanisms for the adverse effects of tobacco on the periodontium. Approximately half of periodontitis cases have been attributed to either current or former smoking. Both cigar and cigarette smokers have significantly greater loss of bone ...

2005
Raquel R. M. Barros Rafael R. Oliveira Arthur B. Novaes Márcio F. M. Grisi Sérgio L. S. Souza Mário Taba Daniela B. Palioto

Furcation lesions are associated with increased risk of progressive loss of connective tissue attachment, alveolar bone resorption, and tooth mortality (Bjorn and Hjort, 1982; Becker et al, 1984; Wang et al, 1994; Wood et al, 1989; Hirshfield and Wasserman, 1978; McFall, 1982; Carranza and Jolkovsky, 1991), representing one of the greatest challenges in periodontal therapy. Surgical management ...

2010

Introduction Because of ageing and loss of teeth, alveolar bone volume has a tendency to decrease, contrary to basal bone volume which seems to have no significant modification. The practician will have, if possible, to intervene before bone anomaly installation by intercepting bone resorption. (1) Bone volume diminution in posterior maxillary alveolar ridge is a combination of several simultan...

2013
Amitha Ramesh Rahul Bhandary Suchetha Kumari

Background and objective: Periodontal disease is one of the common inflammatory diseases with complex etiology and is multifactorial in origin.Several enzymes are evaluated for the early diagnosis of periodontal disease. The enzyme ALP plays a role in bone metabolism. In the periodontium, ALP is very important enzyme as it is part of normal turnover of periodontal ligament, root cementum, and b...

Journal: :The Journal of prosthetic dentistry 2015
Fahim Vohra Abdul Aziz Al-Kheraif Siti Mariam Ab Ghani Mohamed Ibrahim Abu Hassan Talal Alnassar Fawad Javed

STATEMENT OF PROBLEM Zirconia implants have been used for oral rehabilitation; however, evidence of their ability to maintain crestal bone and periimplant soft tissue health is not clear. PURPOSE The purpose of this systematic review was to evaluate crestal bone loss (CBL) around zirconia dental implants and clinical periimplant inflammatory parameters. MATERIAL AND METHODS The focus questi...

2009
Amir Haze Angela L Taylor Stefan Haegewald Yoav Leiser Boaz Shay Eli Rosenfeld Yael Gruenbaum-Cohen Leah Dafni Bernd Zimmermann Kristiina Heikinheimo Carolyn W Gibson Larry W Fisher Marian F Young Anat Blumenfeld Jean P Bernimoulin Dan Deutsch

Regeneration of mineralized tissues affected by chronic diseases comprises a major scientific and clinical challenge. Periodontitis, one such prevalent disease, involves destruction of the tooth-supporting tissues, alveolar bone, periodontal-ligament and cementum, often leading to tooth loss. In 1997, it became clear that, in addition to their function in enamel formation, the hydrophobic ectod...

Journal: :dental research journal 0
pushpendra kumar verma ruchi srivastava1 gupta t. p. chaturvedi

periodontal regeneration is a main aspect in the treatment of teeth affected by periodontitis. periodontal regeneration in furcation areas is quite challenging, especially when it is in interproximal region. there are several techniques used alone or in combination considered to achieve periodontal regeneration, including the bone grafts or substitutes, guided tissue regeneration (gtr), root su...

Journal: :Journal of oral and maxillofacial surgery : official journal of the American Association of Oral and Maxillofacial Surgeons 2006
Koichiro Ueki Kohei Marukawa Mayumi Shimada Shamiul Alam Kiyomasa Nakagawa Etsuhide Yamamoto

PURPOSE Degeneration of the gingival margin and periodontal bone loss between segments can occur in various segmental osteotomies. However, treatment and management of these problems have not yet been resolved; improvement of the conventional method is necessary. The purpose of this retrospective study is to evaluate the usefulness and advantage of orthodontic devices in osteotomies. PATIENTS...

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

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

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