نتایج جستجو برای: histiocytosis x

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

Journal: :Archives of disease in childhood 2002
J Pritchard

A case is reported of a 3 year old boy with an acute history of cerebellar impairment and x ray evidence of apparent chest infection. At postmortem examination, his lungs but not the nervous system were found to be massively infiltrated by Langherans histiocytes. In retrospect, the acute ataxia was diagnosed as a paraneoplastic phenomenon secondary to Langherans cell histiocytosis (LCH). This r...

Journal: :Archivos de bronconeumologia 2013
Jose Pablo Puertas García-Sandoval Antonio Valcárcel Díaz Jose Andrés Calatayud Mora

specific, and the differential diagnosis should include pulmonary tuberculosis, sarcoidosis, histiocytosis X, tumorlets and pulmonary metastases. The definitive diagnosis is established by lung biopsy. In small samples it is particularly difficult to differentiate it from papillary adenoma. The natural history is not clear, but it is unlikely for it to degenerate to malignancy, and the clinical...

Journal: :Journal of clinical and experimental hematopathology : JCEH 2013
Noriaki Kawano Kiichiro Beppu Mayumi Oyama Daisuke Himeji Shuro Yoshida Takuro Kuriyama Nobuyuki Ono Hiroyuki Masuyama Kiyoshi Yamashita Kenichiro Yamaguchi Yoshiya Shimao Koichi Oshima Yuji Ueda Akira Ueda

Crystal-storing histiocytosis is a rare clinical entity characterized by an increase in the number of abnormal histiocytes accompanied by accumulation of crystallized immunoglobulins. We describe the case of an 80-year-old man who presented with crystal-storing histiocytosis of the lung 13 years after receiving a diagnosis of gastric non-Hodgkin lymphoma (NHL ; clinical stage, Lugano IA). After...

Journal: :Actas dermo-sifiliograficas 2017
B Monteagudo O Figueroa-Silva O Suárez-Amor J C Álvarez

4. Badalian-Very G, Vergilio J, Degar BA, MacConaill LE, Brandner B, Calicchio ML, et al. Recurrent BRAF mutations in Langerhans cell histiocytosis. Blood. 2010;116:1919--23. 5. Bronwn R, Rieger K, Kim J. 3 Cases of indeterminate cell histiocytosis with an ETV3-NCOA2 translocation. J Cutan Phatol. 2016;43:e56--7. 6. Wollenberg A, Burgdorf WH, Schaller M, Sander C. Long-lasting ‘‘Christmas tree ...

2017
Fatma Sule Afsar Malik Ergin Gulcihan Ozek Canan Vergin Ali Karakuzu Sila Seremet

OBJECTIVE To report a case of late-onset self-healing Langerhans cell histiocytosis. CASE DESCRIPTION A 4½-month-old female patient presenting with an eythematopurpuric eruption underwent a skin biopsy for histopathology and was first diagnosed with isolated cutaneous Langerhans cell histiocytosis. Her lesions regressed within a few months and she was retrospectively diagnosed with late-onset...

Journal: :Medical Journal Armed Forces India 2015

2017
Mohamad Jihad Mansour Elias Mokbel Eddy Fares Janah Maddah Fadi Nasr

BACKGROUND Langerhans cell histiocytosis is a rare systemic disease characterized by the abnormal overproduction of histiocytes that tend to infiltrate single or multiple organ systems leading to significant tissue damage. It mainly affects - by order of decreasing frequency - the bone, the skin, the lymph nodes, the liver, and lungs. Gastrointestinal tract involvement is extremely rare in adul...

Journal: :Journal of pediatric hematology/oncology 2014
Susanne Vetter-Laracy Jose Antonio Salinas Ana Martin-Santiago Mercedes Guibelalde Pere-Ramon Balliu

INTRODUCTION Congenital Langerhans cell histiocytosis is usually limited to cutaneous lesions and has a good prognosis. In rare cases of gut involvement, mortality is high and early and aggressive treatment essential. MATERIALS AND METHODS We report a case of histiocytosis in a newborn with bowel involvement, and performed a literature review of 13 similar cases worldwide documented between 1...

2013
Anil Gungadeen Peter Kullar Philip Yates

Objective. To present a case of otic Langerhans' cell histiocytosis in an adult. Also included the diagnosis and management of the condition and a review of the relevant literature. Case Report. We report a case of a 41-year-old man with a history of persistent unilateral ear discharge associated with an aural polyp. Radiological imaging showed bony lesions of the skull and a soft-tissue mass w...

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

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

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