نتایج جستجو برای: pit and fissure sealants

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

2017
John S.M. Chang Antony K.P. Law Jack C.M. Ng May S.Y. Cheng

PURPOSE To evaluate a surgical technique used in eyes with narrow palpebral fissure undergoing femtosecond laser flap creation without suction during laser in situ keratomileusis (LASIK). METHODS All data of 2 patient groups were collected through chart review. Group 1 consisted of 6 eyes with narrow palpebral fissure in which the suction ring was manually fixated and femtosecond laser was ap...

2018
Yasutsugu Chinen Sadao Nakamura Akira Ganaha Shin Hayashi Johji Inazawa Kumiko Yanagi Koichi Nakanishi Tadashi Kaname Kenji Naritomi

A Japanese boy aged 7 years with Bainbridge-Ropers syndrome (BRPS) had a prominent domed forehead without metric ridge, mild prominence of the Sylvian fissure with bitemporal hollowing, and a heterozygous de novo novel variant "p.P1010Lfs*14" in ASXL3 gene in addition to typical findings of BRPS.

2014
Aliasghar Soleymani Zahra Bahrololoomi Shahrzad Javadinejadi Parisa Salehi

OBJECTIVE Micro-leakage, one of the major reasons for recurrent decays, may lead to uncontrollable flow of liquids, pulp inflammation and peri-apical pathology. The purpose of this in vitro study was to evaluate micro-leakage of pit and fissure sealants after using three different pit and fissure preparation techniques: 1) acid etching, 2) fissure enameloplasty and acid etching, and 3) air abra...

2013
Georgia Alexandra Spyropoulou Alexander Dionyssopoulos Dimitrios Oikonomou Guy Sterne

The preauricular sinus is a common finding in the pediatric population. An unusual case of a preauricular sinus that had as only manifestations recurrent postauricular abscesses is presented. A 13 year-old boy presented to the outpatients department with an infected cystic lesion and a hypertrophic scar below the left earlobe. He was operated 7 times in the past by different surgeons; however t...

2015

ISSUE BRIEF, July 2015 Even though Medicaid coverage includes dental benefits for enrolled children, ensuring that children use that benefit has proved to be a challenge for states. To reduce barriers to oral health care for low-income children and to increase utilization, CMS launched a national Oral Health Initiative (OHI) in 2010. Through the OHI, CMS has asked states to increase the proport...

2015
Abebe Beyene Tamene Hailu Kebede Faris Helmut Kloos

BACKGROUND Investigating the current level and trends of access and identifying the underlying challenges to sanitation system development will be useful in determining directions developing countries are heading as they plan to promote sustainable development goals (post 2015 agenda). This research investigates the status and trends of access to improved sanitation coverage (ISC) in relation t...

Journal: :Pediatric dentistry 2004
Daranee Rajtboriraks Siriruk Nakornchai Panit Bunditsing Rudee Surarit Piyarat Iemjarern

PURPOSE The objectives of this study were to investigate the fluoride levels in plaque and saliva before and after applying fluoride-containing pit and fissure sealants, and compare the fluoride release of 2 types of sealants at the different time intervals. METHODS Eighteen children ages 6 to 9 years were randomly divided into 2 groups: Group 1--sealant containing fluorosilicate glass (Helio...

2016

Sealing occlusal pits and fissures in teeth is a common and highly effective preventive method. The main purpose of sealing the pits and fissures is to prevent plaque microflora and food debris accumulation in the fissures where saliva cannot reach and clean the debris, re-mineralise initial lesions, and buffer the acid produced by cariogenic bacteria. Resin-based sealants, as well as glass ion...

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

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

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