نتایج جستجو برای: café au laitmacular spots

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

Journal: : 2021

OBJECTIVE: Neurofibromatosis type I (NF1), Tuberous sclerosis complex (TSC) and Sturge-Weber syndrome (SWS) are the most common neurocutaneous syndromes. The purpose of this study is to evaluate clinical neuroradiological manifestations patients diagnosed with NF1, TSC, SWS.MATERIAL AND METHODS: In our clinic, records 15 SWS were retrospectively reviewed between December 2017 May 2019. Clinical...

Journal: :Neurology 2012
Partha S Ghosh Debabrata Ghosh

A 9-year-old girl presented with a firm occipital swelling. She had multiple café-au-lait lesions without other clinical features or family history of neurofibromatosis type 1 (NF1). MRI showed subcutaneous soft tissue mass in the left occipitotemporal region with “target sign” suggestive of plexiform neurofibroma (figure 1). There were supra and infratentorial T2-weighted hyperintense lesions,...

Journal: :Annals of dermatology 2011
Jihyun Kim Mi Ri Kim Hee Jung Kim Kyung-A Lee Min-Geol Lee

LEOPARD multiple congenital anomaly syndrome inherited in an autosomal dominant manner. LEOPARD is an acronym for Lentigines, Eletrocardiographic conduction defects, Ocular hypertelorism, Pulmonary valve stenosis, Abnormalities of the genitalia, Retardation of growth, and Deafness. Clinical diagnosis is primarily based on multiple lentigines, typical facial features, and the presence of hypertr...

Journal: :Neurology 2006
Melanie Walker Patrik Gabikian

A 25-year-old man presented for evaluation of aphasia and generalized seizures. Examination revealed café au lait macules, axillary freckling, and bilateral Lisch nodules. Surgical history included excision of an upper extremity plexiform neurofibroma and optic glioma resection followed by whole-brain radiation 20 years previously. His mother and maternal grandmother had also been diagnosed wit...

Journal: :BMJ case reports 2015
Robert Gareth Michael Williams

McCune-Albright syndrome is a rare fibro-osseous syndrome characterised by a classic triad of fibrous dysplasia (FD), café-au-lait macules and various underlying endocrinopathies. This case report describes how a patient was rediagnosed by a general dental practitioner following attendance for a routine dental examination. The patient had been previously diagnosed with the condition 28 years ea...

Journal: :American family physician 2003
Daniel L Stulberg Nicole Clark Daniel Tovey

The cause of hyperpigmentation usually is traced to the activity and presence of melanocytes. Café au lait macules may be solitary benign findings or may indicate the presence of neurofibromatosis with its associated complications. Diffuse hyperpigmentation should prompt a search for offending medications or systemic diseases such as hemochromatosis, hyperthyroidism, and Addison's disease. In t...

2017

Case report: In an eight-year-old boy who was diagnosed with FA seven months back, blast cells in peripheral blood were detected following a respiratory illness. Physical examination revealed polydactyly, hyperpigmentation of the tongue, café au lait macules and hepatosplenomegaly. Bone marrow morphology and flow cytometry were performed, which suggested the diagnosis of AML M4. After providing...

Journal: :Seizure 2013
Meridith Runke Vicenta Salanova

Neurofibromatosis 1, an autosomal dominant neurocutaneous disorder characterized by café-au-lait macules, Lisch nodules, neurofibromas, and learning disabilities, affects approximately 1 in 3000 people. Unlike other neurocutaneous disorders such as tuberous sclerosis, epilepsy is not a common clinical feature, occurring in 3.8–7% of NF1 patients. Rarely, case reports have described patients wit...

Journal: :Indian Journal of Paediatric Dermatology 2015

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

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

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