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

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

2006
Jerome M. Reich Richard E. Johnson

Background: Pulmonary disease due to Mycobacterium avium complex (MAC-PD) radiographically resembles that due to tuberculosis; it preferentially affects elderly white men with predisposing pulmonary disorders (PDPD). Methods: 1\venty-thne patients with MAC-PD were identifled from a community-baned population, and the medical records and chest roentgenograms (CRs) of six with a previously undesc...

2015
Kyung Hoon Kim Jinhee Park Ji Yeon Yoo Min Jae Kim Il Kim Chin Kook Rhee Hea Yon Lee

Lymphomatoid granulomatosis (LYG) is an angiocentric and angiodestructive neoplastic proliferation of B and T lymphocytes commonly involving the lungs. Epstein-Barr virus is commonly detected in lesional cells. We report a case of a 54-year-old female with underlying monoclonal gammopathy of unknown significance who presented with a 4 week history of dyspnea and cough. Computed tomography scan ...

Journal: :Postgraduate medical journal 1992
C H Chan A K Ho R C Chan H Cheung A F Cheng

In 91 patients with bronchiectasis seen over 6 years, a positive mycobacterial culture was obtained in 12 cases (13%). The organisms isolated were Mycobacterium tuberculosis in nine cases, Mycobacterium avium in two cases and Mycobacterium tuberculosis and chelonei were obtained on separate occasions in one case. Computed tomography and/or bronchography showed that the bronchiectatic changes co...

2012
Jamal Akhtar Mohammed Azfar Siddiqui Mohammad Shahid Nafees Ahmad Khan Mohammad Shameem Rakesh Bhargava

Intrathoracic teratoma is mainly found in the mediastinum. Primary intrapulmonary teratoma is very rare. A 24 year-old female presented with a 2-month history of intermittent episodes of cough and haemoptysis. Contrast enhanced computed tomography (CT) examination of chest revealed a mass in the left lingular lobe with evidence of fat and surrounding peripheral translucency. A presumptive diagn...

Journal: :Chest 2005
Daniel Baram Geoffrey Hulse Lucy B Palmer

INTRODUCTION In patients receiving prolonged mechanical ventilation (PMV), quantitative bronchoscopic culture has not been validated for the diagnosis of ventilator-associated pneumonia (VAP). OBJECTIVE To measure the alveolar burden of bacteria in patients receiving PMV. SETTING Respiratory care units of a university hospital and a long-term care facility. PATIENTS Fourteen patients requ...

Journal: :Clinical infectious diseases : an official publication of the Infectious Diseases Society of America 1998
H Syrjälä M Broas I Suramo A Ojala S Lähde

We compared high-resolution computed tomography (HRCT) with chest radiography (CR) to determine if there is any advantage to using HRCT in the diagnosis of community-acquired pneumonia (CAP). Simultaneously obtained chest radiographs were compared with HRCT scans for 47 patients with clinical symptoms and signs suspicious for CAP, HRCT identified all 18 CAP cases (38.3%) apparent on radiographs...

2016
Yoshihiro Kobashi Masaaki Abe Keiji Mouri Shigeki Kato Mikio Oka

We encountered two cases of pulmonary M. kansasii disease in two women without underlying diseases in our hospital. Case 1 was a 52-year-old woman who visited with an abnormal chest shadow. She showed nodular and linear shadows with bronchiectatic changes and small cavities in the left upper lobe and lingula, and was diagnosed with pulmonary M. kansasii disease because M. kansasii was isolated ...

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

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

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