نتایج جستجو برای: oligodontia

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

Journal: :Journal of Indian Academy of Oral Medicine and Radiology 2012

Journal: :European journal of paediatric dentistry : official journal of European Academy of Paediatric Dentistry 2011
C Arcuri I Zito F Santini F Muzzi V Panetta R Squitti

AIM Tooth agenesis is characterised by the congenital absence of one or more teeth. The Pax9 gene has been associated with nonsyndromic forms. MATERIALS AND METHODS To investigate the molecular mechanisms, we evaluated specific haplotypes frequency in exon 3 of the Pax9 gene in 26 patients and 21 controls, using an Italian population. RESULTS Presence of His239His and the Ala240Pro were con...

2018
Nurul Hasyiqin Fauzi Yunita Dewi Ardini Zarina Zainuddin Widya Lestari

Tooth agenesis in the reduction of tooth number which includes hypodontia, oligodontia and anodontia is caused by disturbances and gene mutations that occur during odontogenesis. To date, several genetic mutations that unlock the causes of non-syndromic tooth agenesis are being discovered; these have been associated with certain illnesses because tooth development involves the interaction of se...

Journal: :Journal of dental research 2002
S A Frazier-Bowers D C Guo A Cavender L Xue B Evans T King D Milewicz R N D'Souza

Experimental and animal studies, as well as genetic mutations in man, have indicated that the development of dentition is under the control of several genes. So far, mutations in MSX1 and PAX9 have been associated with dominantly inherited forms of human tooth agenesis that mainly involve posterior teeth. We identified a large kindred with several individuals affected with molar oligodontia tha...

2012
KS Kurtz

Prosthodontists can serve as productive members of the craniofacial team and can help coordinate multidisciplinary treatment of patients with congenital anomalies. Often there are few, if any, evidence-based criteria to assist them in developing “correct” clinical protocols. When syndromes involve hypodontia, oligodontia, or anodontia, coordinating prosthetic treatment through phases of three-d...

Journal: :journal of dental research, dental clinics, dental prospects 0
somayeh hekmatfar karim jafari raziyeh meshki samaneh badakhsh

ectodermal dysplasia is a hereditary disorder associated with abnormal development of embryonic ectodermally-derived organs including teeth, nails, hair and sweat glands. hypodontia of the primary and permanent dentition is the most common oral finding. therefore, affected patients need dental prosthetic treatments during their developmental years. this report presents two cases of children aff...

Journal: :Genetics and molecular research : GMR 2012
Y Mu Z Xu C I Contreras J S McDaniel K J Donly S Chen

Both BMP2 and BMP4 are involved in tooth development. We examined phenotypes and BMP2 and BMP4 gene variations in two Mexican oligodontia families. Physical and oral examinations and panoramic radiographs were performed on affected and unaffected members in these two families. The affected members lacked six or more teeth. DNA sequencing was performed to detect BMP2 and BMP4 gene variations. Th...

Journal: :Clinical genetics 2015
J Machida T Nishiyama H Kishino S Yamaguchi M Kimura A Shibata T Tatematsu M Kamamoto K Yamamoto S Makino H Miyachi K Shimozato Y Tokita

Tooth agenesis is one of the most common congenital anomalies in humans. However, the etiology of tooth agenesis remains largely unclear, as well as evidence base useful for genetic counseling. Therefore, we estimated the prevalence and sibling recurrence risk, and investigated agenetic patterns systematically. Tooth agenesis was classified into two subtypes: hypodontia (one to five missing tee...

2016
Mehmet Baybora Kayahan

Hypodontia is a congenital absence of 1 or more permanent teeth excluding third molars1-4 and it’s prevalence varies from 3.5% to 6.5% in permanent dentition, and approximately 1% in primary dentition5. Oligodontia or severe hypodontia is defined as a congenital absence of 6 or more teeth excluding the third molars3,5-7, which may occur either alone or along with a systemic disorder, such as ec...

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

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

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