نتایج جستجو برای: aplasia cutis congenital

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

2010
Umar A. Qureshi Nisar Ahmed

Ann Saudi Med 30(2) March-April 2010 www.saudiannals.net 171 A two-hour-old female neonate, a product of nonconsanguineous marriage with unremarkable family history, was brought with well-defined bilaterally symmetrical and superficial erosions on the knees, trunk and lower limbs with sparing of scalp and mucosa (Figure 1). Biopsy revealed an absence of epidermis and superficial dermis. Antenat...

Journal: :Case Reports in Dermatology 2018

Journal: :Archivos argentinos de pediatria 2016
Ozkan Ilhan Esra A Ozer Senem A Ozdemir Sinem Akbay Seyma Memur Berat Kanar Melek Akar Sumer Sutcuoglu Mustafa M Tatli

Cutis marmorata telangiectatica congenita (CMTC) is a rare, commonly benign, congenital, localized or generalized vascular anomaly of unknown aetiology. It is characterized by persistent cutis marmorata, telangiectasia and phlebectasia. Extracutaneous findings may be associated with CMTC in 18.8-70% of the cases. Diagnosis of the disorder is based on the clinical findings. The prognosis is good...

Journal: :Sri Lanka Journal of Child Health 2017

Journal: :Arquivos de Neuro-Psiquiatria 2008

Journal: :Skin health and disease 2023

Aplasia cutis congenita (ACC) is defined as complete or partial loss absence of skin at birth and it can occur on any part the body, but most commonly scalp. Single offspring with ACC have been reported in case reports, cases twins are rarely reported. Here, we report two ACC, monozygotic twin boys presented scattered over scalp vertex after birth. All lesions ulcers no hair healed scars, other...

A SARIHI, H POUR-JAFARI,

Congenital cutis laxa is an exceptional condition. No large scale pedigree has been reported from Iran. We report a family with 106 members with two members affected with cutis laxa. Our cases were two patients (male and female) with pre- and postnatal growth retardation, cutis laxa, characteristic facies and other manifestations which proved that they were affected with cutis laxa. Their ...

Aadil Beigh, Arshad Altaf Bachh, Chippa Raju Ranganath Deshpande Sridhar Pulluri

Failure of development of the primitive lung bud leads to an extremely rare congenital anomaly with a prevalence of 34 per 10 lac live births termed pulmonary aplasia. In half of such cases, associated congenital malformations of the cardiovascular, skeletal, gastrointestinal, or genitourinary systems are present. The Mayer-Rokitansky-Küster-Hauser (MRKH) syndrome is defined as the congenital a...

Journal: :JPMA. The Journal of the Pakistan Medical Association 2002
R Izhar T Ghani

A congenital defect of the scalp is an uncommon entity occurring in one in 2000 deliveries. It may present certain diagnostic problems in the newborn infants. In this era of invasive intrapartum fetal monitoring, Obstetricians should be made aware of this entity as in its limited form aplasia cutis congenita (ACC) could easily be mistaken for damage inflicted by spiral electrodes. The late scar...

2013
Mehdi Alehossein Masoud Pourgholami Kamyar Kamrani Mohammad Soltani Afshin Yazdi Payman Salamati

Cutis laxa (CL) is a rare congenital and acquired disorder characterized by loose and redundant skin with reduced elasticity. Three types of congenital cutis laxa have been recognized. Other findings are pulmonary emphysema, bronchiectasia, hernia and diverticulosis. We describe a female neonate involved by cutis laxa syndrome and a positive family history. We focus on the radiologic findings o...

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

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

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