نتایج جستجو برای: periodontal complications

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

Journal: :Journal of dental hygiene : JDH 2007
Rebecca Wilder Christina Robinson Heather L Jared Susi Lieff Kim Boggess

INTRODUCTION Investigators have reported that periodontal disease may be a risk factor for pregnancy complications including preterm delivery (PTD) and low birth weight (LBW). This study assessed obstetricians' knowledge and practice behaviors concerning periodontal disease and its role in adverse pregnancy outcomes. METHODS One hundred ninety four practicing obstetricians in a 5 county area ...

2006
Brian L. Mealey Thomas W. Oates

Background: The purpose of this review is to provide the reader with practical knowledge concerning the relationship between diabetes mellitus and periodontal diseases. Over 200 articles have been published in the English literature over the past 50 years examining the relationship between these two chronic diseases. Data interpretation is often confounded by varying definitions of diabetes and...

Journal: :Clinical investigation 2014
Elinor R Schoenfeld Leslie Hyman Leslie Long Simpson Bryan Michalowicz Michael Reddy Marie Gelato Wei Hou Steven P Engebretson Catherine Hytner Pat Lenton

BACKGROUND Diabetes and its complications are a major United States public health concern. METHODS The Diabetes and Periodontal Therapy Trial (DPTT) evaluated whether non-surgical treatment of periodontal disease influenced diabetes management among persons with Type 2 diabetes and periodontitis. The aim of this study was to evaluate DPTT's many recruitment strategies in terms of enrollment s...

Journal: :Journal of Education, Health and Sport 2022

Introduction and purpose
 In recent years, Mini-Implants (MI) have gained popularity new complications emerged with them. The article assesses the current reports on scale of problem, factors diagnostic possibilities related to iatrogenic injuries periodontal tissues roots.
 
 Description state knowledge
 incidence was estimated be 13.5%. Complications are more common in man...

2015
Sarang Sharma Passi Deepak Sharma Vivek Shubha Ranjan Dutta

Palatogingival grooves are developmental malformations quite notorious for precipitating endodontic - periodontal lesions. Owing to their inconspicuous occurrence, funnel-shaped morphology and variable extent on tooth root, they promote adherence of plaque and bacteria to levels significant for the development of pathology. Several treatment approaches have been recognized in literature for the...

Journal: :Pediatric dentistry 2002
Christopher B Olsen Timothy Johnston Mala Desai Gregory G Peake

Surgical separation of supernumerary teeth fused to permanent incisor teethhas typically given rise to residual post surgical periodontal defects, induding loss of attachment and deep periodontal pocketing with persistent inflammation. Other complications include devitalisation of the retained tooth section, ankylosis, external and replacement resorption. A unique technique of using guided tiss...

Ali Mohammad Ghazi Mirsaeed, Amir Kiakojori, Hodis Ehsani, Niloofar Jenabian,

Background: Chronic renal failure patients undergoing hemodialysis are susceptible to periodontal diseases due to systemic complications of the disease and using different drugs. The present study investigated the periodontal status of patient’s who underwent hemodialysis, in Babol, northern Iran. Methods: One-hundred-fifteen hemodialysis patients (63 males, 52 females) with the mean age of 47...

Journal: :Journal of the American Dental Association 2006
Yiorgos A Bobetsis Silvana P Barros Steven Offenbacher

BACKGROUND Increasing evidence suggests that maternal gingivitis and periodontitis may be a risk factor for preterm birth and other adverse pregnancy outcomes. TYPES OF STUDIES REVIEWED To clarify the possible mechanisms behind the association between periodontal disease and preterm delivery, the authors reviewed studies of the effect of infection with periodontal pathogens in animal models o...

Journal: :Swedish dental journal. Supplement 2006
Henrik Jansson

Periodontal disease is an infectious disease initiated by microbial plaque, which accumulates on the tooth surface at the gingival margin and induces an inflammatory reaction. The function of the inflammatory process is to protect the host, however the process may also contribute to tissue destruction. Most individuals show gingival inflammation, but only a limited number suffer from periodonti...

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

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

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