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

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

2013
UC Davis Ali Gurer

Trichofolliculoma is a rare hair follicle hamartoma, which is often regarded as a hair follicle tumor. Mostly, it presents as a papule or nodule, involving the skin of the face and scalp area. A central, dilated keratin plugged ostium with vellus hair(s) is often present. We report a 19-year-old woman with typical clinical and histopathological findings of trichofolliculoma.

2016
Vara Prasad

Two cases of Squamous cell carcinoma are recorded in zebu cattle of Tirupati, Andhra Pradesh. Lesions showed different clinical aspects Papule and cauliflower like growths placed at level of nictinating membrane of eye and interdigital spaces of hind limb respectively. Cytology and histopathological examination revealed well and poorly differentiated squamous cell carcinomas respectively.

Journal: :Leprosy review 2008
E Nunzi S Noto

In reports of clinical cases of leprosy one can read: ‘presence of papules and nodules or papulo-nodular lesions’. In a leprosy patient there can be present either papules or nodules but not these two elementary lesions together. It is reported in books of dermatology that: “papule is a solid elevated lesion up to 1 cm of diameter”. It is also reported: “papules are usually caused by an infiltr...

Journal: :Dermatology 2009
E Ducroux S Debarbieux A Boibieux S Boisset C Roure S Dalle B Balme L Thomas

Lyme serology was positive for both IgG and IgM (ELISA, Enzygnost Borreliosis , Siemens, Dade Behring, Germany, and blot, Euroline WB , Euroimmun, Germany). A punch biopsy of a papule showed a dermal perifollicular ( fig. 2 ) – and occasionnally perineural – infiltrate of lymphocytes and plasma cells, consistent with a borrelial infection. Borrelia burgdorferi DNA was amplified from fresh tissu...

2017
Anita P. Javalgi Varsha R. Deshpande Surekha U. Arakeri

Eccrine spiradenoma is an uncommon benign adnexal tumour of apocrine differentiation. It is commonly seen in young adults with no sex predilection on upper ventral aspect of body as a solitary papule or nodule. Here we are reporting a rare case of Multiple Eccrine Spiradenoma (MES) in a 29 year male patient, who presented with multiple nodules on the anterior chest wall.

Journal: :Dermatology Practical & Conceptual 2018

Journal: :Annals of dermatology 2008
Na Reu Seung Min Hee Kang Eun Joo Park Chul Woo Kim Hee Jin Cho Kwang Ho Kim Kwang Joong Kim

A patient with long-standing urticaria pigmentosa presented with a pea-sized reddish to purplish papule on the posterior part of the right ear. Histopathologic examination revealed numerous dilated vascular structures in the upper dermis and mast cell infiltrations throughout the whole dermis, consistent with combined mastocytoma-hemangioma. The mast cells were strongly positive with Giemsa stain.

Journal: :Actas dermo-sifiliograficas 2018
P García-Martínez L Curto-Barredo R Rovira-López R M Pujol

Epidermolytic acanthoma (EA) is a rare benign lesion described by Shapiro and Baraf in 1970. It typically presents clinically as a solitary, asymptomatic verrucous papule. Histologically, there is an epidermal proliferation (acanthoma) with epidermolytic hyperkeratosis, without the concomitant presence of signs suggestive of other cutaneous tumors. The presence of multiple EAs in the genital an...

Journal: :Dermatology online journal 2013
Hilal Gokalp Mehmet Ali Gurer Saadet Alan

Trichofolliculoma is a rare hair follicle hamartoma, which is often regarded as a hair follicle tumor. Mostly, it presents as a papule or nodule, involving the skin of the face and scalp area. A central, dilated keratin plugged ostium with vellus hair(s) is often present. We report a 19-year-old woman with typical clinical and histopathological findings of trichofolliculoma.

Journal: :Baylor University Medical Center Proceedings 2006

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

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

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