نتایج جستجو برای: caries severity

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

2017

Objectives: To assess the prevalence and severity of dental caries amongst Egyptian adolescents and the prevalence of carious lesions treatable through the atraumatic restorative treatment (ART) approach. Subjects and Methods: Using a convenient sample procedure, two secondary schools with a dental clinic were selected (967 students, average age: 13.7 8 0.8 years, range: 12–15). Dental caries w...

2017

Objectives: To assess the prevalence and severity of dental caries amongst Egyptian adolescents and the prevalence of carious lesions treatable through the atraumatic restorative treatment (ART) approach. Subjects and Methods: Using a convenient sample procedure, two secondary schools with a dental clinic were selected (967 students, average age: 13.7 8 0.8 years, range: 12–15). Dental caries w...

2009
Asli Topaloglu-Ak Ece Eden Jo E Frencken

BACKGROUND This paper describes the oral healthcare system and disease situation amongst children in Turkey. Considering the high prevalence and severity of dental caries, a proposal for improvement of oral health in this population group is formulated. DISCUSSION A virtual absence of palliative, preventive and restorative care characterises juvenile oral healthcare in Turkey. Consequently, c...

Journal: :BMC Oral Health 2021

Abstract Background The aim of this survey was to evaluate the severity dental caries among children living in Zanskar Valley (Ladakh, India) and its association with anthropometric background variables. Methods This cross?sectional conducted on schoolchildren divided into four age groups (< 6, ? 6 < 11, 11 14 > years age). A total 1474 (607 males, 41.2%) were examined. Actual prevalen...

Journal: :Journal 2004
Sabrina Peressini James L Leake John T Mayhall Marion Maar Ray Trudeau

PURPOSE Dental caries is a disease that, although decreasing in the non-Aboriginal child population, remains high for Canadian Aboriginal and Native American children and adolescents. To address dental health issues in First Nations in the District of Manitoulin, Noojmowin Teg Health Centre initiated a multiphase collaborative research project with the department of community dentistry at the U...

Journal: :International dental journal 2004
Philippus J van Wyk Candice van Wyk

This study describes the oral health status of the inhabitants of, and reflects on possible trends in oral diseases in South Africa. During the past 20 years, three national oral health surveys were conducted in South Africa, the most recent, a national Children's Oral Health Survey, was conducted between 1999 and 2002. The results of this study show that 39.7% of the 6-year-old children were c...

2009
ARHAM N. CHOHAN

The objective of the present study was to determine caries prevalence and oral hygiene status among a group of Saudi cleft lip and palate (CLP) children. A total of 84 cleft children (45 males and 39 females) were examined for dental caries and oral hygiene status. The children were divided into two age groups; Group A with children age one to six years and Group B with children age seven to 14...

Journal: :European journal of paediatric dentistry : official journal of European Academy of Paediatric Dentistry 2011
M F Mathias M R Simionato R O Guaré

AIM It is well reported in the scientific literature that there is a high level of periodontal disease and lower caries prevalence in Down Syndrome (DS) individuals, when compared with age-matched non DS individuals. This study was conducted to investigate the process of dental caries in DS children. MATERIALS AND METHODS In this study the following parameters were considered: oral hygiene ha...

Journal: :Infection and immunity 2000
K A Clancy S Pearson W H Bowen R A Burne

Dental caries results from prolonged plaque acidification that leads to the establishment of a cariogenic microflora and demineralization of the tooth. Urease enzymes of oral bacteria hydrolyze urea to ammonia, which can neutralize plaque acids. To begin to examine the relationship between plaque ureolytic activity and the incidence of dental caries, recombinant, ureolytic strains of Streptococ...

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

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

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