نتایج جستجو برای: dental x

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

2011
O. M. Goudouri E. Kontonasaki A. Theocharidou N. Kantiranis X. Chatzistavrou P. Koidis K. M. Paraskevopoulos

Apart from a good bioactive behavior, composite materials for dental applications should attain high mechanical properties. Thus, the aim of this work was the fabrication and characterization of novel sol-gel derived dental ceramics/bioactive glass composites and the investigation of their mechanical properties such as flexural strength and Weibull modulus. Fourier Transform Infrared Spectrosco...

Journal: :Brazilian dental journal 2007
Mari Eli Leonelli de Moraes Luiz Cesar de Moraes Gustavo Nogara Dotto Patrícia Pasquali Dotto Luis Roque de Araújo dos Santos

The purpose of the present study was to evaluate the incidence of dental anomalies in Brazilian patients with Down syndrome. A sample with 49 panoramic x-rays of syndromic patients aged 3 to 33 years (22 male and 27 female) was used. The characteristics of dental anomalies were observed in the panoramic radiographs in both the primary and permanent dentition, according to the ICD (International...

Journal: :journal of dentistry, tehran university of medical sciences 0
sh. najafi assistant professor, dental research center, tehran university of medical sciences, tehran, iran z. tohidastakrad associate professor, department of oral medicine, faculty of dentistry, tehran university of medical j. momenbeitollahi4 assistant professor, dental research center, faculty of dentistry, tehran university of medical scie

the improvement in survival and local control measures in children with neoplasm in the head and neck region may lead to increased iatrogenic adverse effects of treatment. the aim of this study was to report a new case of the long-term effects of chemoradiotherapy on oral health and dental development in a patient treated for hodgkin's disease at an early age. in this case report, a 26-year-old...

2016
CEM A. GÜRGAN

Recently, in spite of advanced and high technology, there is still some problems for positioning head and chin of dental patients treatment for getting photographs of teeths. Furthermore, it is very important to get previous head and shoulder positions of dental patients for comparison present head position and chin of dental patients. In this study, a new designed system method is introduced f...

Journal: :Pediatric dentistry 2006
R Bentolila H Rivera M C Sanchez-Quevedo

Incontinentia pigmenti (IP) is a genodermatosis with an X-linked dominant mode of inheritance, characterized by ectodermal, mesodermal, neurological, ocular, and dental manifestations. The purpose of this case study was to report the oral and dental manifestations of an IP case in a Venezuelan pediatric patient. A 9 year-old Venezuelan girl was evaluated. She showed macular pigmented lesions in...

2015
M Al-Jawad L M Simmons A Steuwer S H Kilcoyne R C Shore R Cywinski D J Wood

We have used synchrotron x-ray diffraction to study the crystal orientation in human dental enamel as a function of position within intact tooth sections. Keeping tooth sections intact has allowed us to construct 2D and 3D spatial distribution maps of the magnitude and orientation of texture in dental enamel. We have found that the enamel crystallites are most highly aligned at the expected occ...

Journal: :BMJ case reports 2015
Sridevi B Tamagond Santosh I Hugar Anil Patil SandhyaRani Huddar

Haemorrhagic diathesis has been of much concern to health professionals including dentists. It is not infrequent that a dentist becomes the first person to diagnose a bleeding disorder while performing dental treatment. Haemophilia is an X linked disorder with a frequency of about 1:10,000 births. Haemophilia B is much less common than haemophilia A, and affects only 1:300,000 males born alive....

2017
P. Thirumurugan S. Sobana M. Sheeba

Dental Xray image segmentation (DXIS) is an vitally necessary process in Practical dentistry for diagnosis of periodontitis diseases from an Xray image. DXIS have been investigated to get high accuracy of segmentation. In this paper, we propose a new cooperative scheme that applies semisupervised Fuzzy clustering algorithm to DXIS. Specifically, the Otsu method is used to remove the Background ...

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

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

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