نتایج جستجو برای: mediastinal abscess

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

Journal: :iranian journal of radiology 0
mohamed abdel aal institute of diagnostic and interventional radiology/neuroradiology, west kusten klinikum heide academic teaching hospital, universities of kiel, lubeck, germany fabian scheer institute of diagnostic and interventional radiology/neuroradiology, west kusten klinikum heide academic teaching hospital, universities of kiel, lubeck, germany reimer andresen institute of diagnostic and interventional radiology/neuroradiology, west kusten klinikum heide academic teaching hospital, universities of kiel, lubeck, germany; institute of diagnostic and interventional radiology/neuroradiology, west kusten klinikum heide academic teaching hospital, universities of kiel, lubeck, germany. tel: +49-4817852401, fax: +49-4817852409

ectopic thyroid tissue (ett) is a rare entity and a challenging differential diagnosis. this is a report of a case of a mediastinal mass that was found to be an ectopic mediastinal thyroid tissue, in a 77-year-old woman who was admitted to our hospital for breast cancer management. the mediastinal mass was identified in the postsurgical computed tomography (ct) scan of the chest and was suspect...

Journal: :Medicinski Pregled 2022

Introduction. Two-thirds of patients with congenital pulmonary airway malformation are asymptomatic at birth, but during life they may develop symptoms such as recurrent respiratory infections. The purpose this paper is to present three cases adult in whom was diagnosed and treated the Institute for Lung Diseases Vojvodina, along clinical course disease therapeutic procedure. Case Report 1. A 2...

Journal: : 2022

Hodgkin's lymphoma (LH) is a B-cell malignant lymphoproliferative disease. There are no specific symptoms characteristic only for this Here may be an asymptomatic increase in peripheral lymph nodes; of intoxication (B-symptoms — fever above 38 ° C at least three consecutive days without signs inflammation; night profuse sweats; weight loss by 10% body over the past 6 months); intermittent fever...

Journal: :مجله دانشکده پزشکی دانشگاه علوم پزشکی تهران 0
منوچهر آقاجان زاده aghajan zadeh m

in spite the emergence of potent and broad spectrum antibiotics and recent advances in bronchoscopy and pulmonary physiotherapy, still there is a high rate of morbidity and mortality because of lung abscess. the objective of this study is the indication of risk factors, which have undesirable effects on the prognosis of lung abscess. in a retrospective study, all cases of lung abscess who was c...

Mohsen Sokouti, Monireh Halimi Nassir Rostambeigi

Mediastinal lymphangioma is primarily a benign lesion and the majority of the cases are found incidentally. These lesions account for approximately 1% of all mediastinal tumors. Here we present a giant mediastinal cystic mass in a 35-year-old female who was presented with severe respiratory distress. On the plain chest radiography and CT scan, a massive left pleural effusion with large paraster...

Balaji B Kiran H.S, Sudharshana Murthy K.A Vijay Cheluvaraj

Musculoskeletal tuberculosis accounts for 1-2% of all types of tuberculosis. Tubercular abscess of the chest wall accounts for 1-5% of all cases of musculoskeletal tuberculosis. Herein, we report a case of tubercular abscess of the chest wall. The occurrence of caries rib and cold abscess of the chest wall with concomitant pulmonary tuberculosis, and tubercular lympha-denitis of neck and medias...

اشنویی, سیما , عیشی اسکویی, علی , فرخی, فرزاد , مهدی اوغلی, مریم , نوروزی‌نیا , فرحناز , ولی‌زاده , نسیم ,

 Background & Aims: Mediastinal masses can occur at any age, but prevalence of them differs according to age. Studies show that the prevalence of malignant masses has increased recently. The aim of this study was evaluation of frequency of mediastinal masses according to the location, pathologic findings, and ages of them.Materials & Methods: This retrospective and descriptive study was done wi...

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

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

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