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

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

Journal: :Pediatric dermatology 2011
Richard M Haber Derek Drummond

Pachyonychia congenita is a rare genodermatosis that can affect the larynx. Laryngeal obstruction is very unusual with only a few cases reported. A 2-year-old girl presented with typical clinical features of pachyonychia congenita shortly after birth. At age 9 months, following an upper respiratory infection, she developed stridor and hoarseness and was found to have severe laryngeal obstructio...

2014
V. Sindhuri Reddy M. Madhavi Latha

Pachyonychia congenita type II is an autosomal dominant inherited rare genodermatosis characterized by dystrophic wedge shaped thickened nails with subungual hyperkeratosis, symmetric palmoplantar keratoderma, steatocystoma multiplex. Here we report a 23-year-old male with characteristic features of dystrophic nails, palmoplantar keratoderma, steatocystoma multiplex, follicular hyperkeratotic p...

Journal: :The British journal of dermatology 2006
C Swartling A Vahlquist

Pachyonychia congenita (PC) is a rare genodermatosis which may be associated with painful, focal hyperkeratosis on the soles. Plantar sweating at high ambient temperatures increases the blistering of the callosities. We report three patients with PC who had great problems in walking, especially during summer time. They were treated with intracutaneous plantar injections of botulinum toxin type ...

Journal: :American journal of human genetics 2006
Jennie Lugassy Peter Itin Akemi Ishida-Yamamoto Kristen Holland Susan Huson Dan Geiger Hans Christian Hennies Margarita Indelman Dani Bercovich Jouni Uitto Reuven Bergman John A McGrath Gabriele Richard Eli Sprecher

Naegeli-Franceschetti-Jadassohn syndrome (NFJS) and dermatopathia pigmentosa reticularis (DPR) are two closely related autosomal dominant ectodermal dysplasia syndromes that clinically share complete absence of dermatoglyphics (fingerprint lines), a reticulate pattern of skin hyperpigmentation, thickening of the palms and soles (palmoplantar keratoderma), abnormal sweating, and other subtle dev...

تکلیف, ماه‌جبین, جلیلوند, احمد ,

Sebaceous Nevus of Jadassohn is a hamartoma that is a combination of epidermal, follicular, sebaceous and apocrine gland abnormalities. Classically, several types of malignant and benign cutaneous neoplasms have been associated with this hamartoma. Due to the absence of a complete study in Iran for analysis of sebaceous Nevus(SN) incidence, its associated malignancy and developmental d...

Journal: :acta medica iranica 0
kambiz kamyab-hesari department of dermatopathology, razi hospital, tehran university of medical sciences. tehran, iran. kamran balighi department of dermatology, razi hospital , tehran university of medical sciences, tehran, iran. nasim afshar department of dermatology, razi hospital , tehran university of medical sciences, tehran, iran. nessa aghazadeh department of dermatology, razi hospital , tehran university of medical sciences, tehran, iran. ziba rahbar department of dermatology, razi hospital , tehran university of medical sciences, tehran, iran. maryam seraj department of dermatology, razi hospital , tehran university of medical sciences, tehran, iran.

adnexal tumors (ats) are primary skin tumors with benign or rarely, malignant behavior. they have been classified based on differentiation towards hair follicle, sebaceous, apocrine or eccrine gland. few large-scale studies have focused on ats. to determine the prevalence of ats and to assess clinical and histopathological trend of ats. a retrospective descriptive study of all ats diagnosed in ...

2012
Edward Everett Fong John W. Alden

The nails are affected by several dermatological and systemic diseases, and it is uncommon to find an isolated nail abnormalities. However, there are some diseases, in which the nails are affected primarily and similarly there are syndromes in which the nails affection is one of its major components. Some medical conditions in which there is a link to the nails are known eponymously (Tabl. I). ...

Journal: :The British journal of venereal diseases 1971
J D Oriel

Genital warts were known to the ancients, and many Greek and Roman writers referred to them. The early history of the disease has recently been reviewed by Bafverstedt (1967), who pointed out that some of the early synonyms for the lesions, particularly the words 'fig' and 'condyloma', have survived into modern times. In the Middle Ages, descriptions of diseases were less precise than in the an...

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

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

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