نتایج جستجو برای: scar sarcoidosis

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

Journal: :Seminars in respiratory and critical care medicine 2007
Marc A Judson Brad Vincent Terrill Huggins Gerard A Silvestri Steven A Sahn

Sarcoidosis is a multisystem granulomatous disease that can affect any organ in the body, but most commonly the lung. Any part of the thorax may be affected by sarcoidosis, including the lung parenchyma, airways, and mediastinal and hilar lymph nodes. When the parenchyma is involved, sarcoidosis has a predilection for the bronchovascular bundles and subpleural locations. On occasion, the presen...

2012
Anne Saussine Abdellatif Tazi Séverine Feuillet Michel Rybojad Caroline Juillard Anne Bergeron Valérie Dessirier Fatiha Bouhidel Anne Janin Armand Bensussan Martine Bagot Jean-David Bouaziz

BACKGROUND Sarcoidosis is a multisystemic disease of unknown etiology characterized by a disproportionate Th1 granulomatous immune response in the organs involved. Plasmatic hypergammaglobulinemia and B cell accumulation in granulomatous lesions suggest the possible role of humoral immune responses in the pathogenesis of sarcoidosis. The purpose of this study is to describe B cell peripheral co...

Journal: :Journal of the European Academy of Dermatology and Venereology : JEADV 2010
M M Ali A A Atwan M L Gonzalez

Sarcoidosis is a multiorgan granulomatous disease in which the skin is one of the frequently involved target organs. Cutaneous involvement occurs in a third of patients with sarcoidosis and has protean manifestations. More than a century has passed since the initial description of sarcoidosis, but its cause continues to be an enigma. Recent studies have introduced several new insights into the ...

Journal: :Journal of oral and maxillofacial surgery : official journal of the American Association of Oral and Maxillofacial Surgeons 2005
Todd G Carter Eric J Dierks Raymond Bracis O Ross Beirne

sparing in acute sarcoidosis: Results of a double, blind, randomized trial. Sarcoidosis Vasc Diffuse Lung Dis 17:60, 2000 67. Fazzi P: Pharmacotherapeutic management of pulmonary sarcoidosis. Am J Respir Med 2:311, 2003 68. Topalov DT, Videnovic JV, Radosavljenic TR: The long term use of methotrexate in patients with chronic disseminated sarcoidosis. Chest 118:245, 2000 69. Baugmann RP, Lynch J...

2012
Papapit Tuchinda Matthew Bremmer Anthony A. Gaspari

INTRODUCTION Sarcoidosis is a systemic granulomatous disease of unknown cause. The management of sarcoidosis remains problematic. Systemic and topical corticosteroids are the mainstay of therapy but may cause unacceptable side effects. Biologic therapies, such as infliximab, have recently been proposed as another treatment option for cutaneous sarcoidosis. CASE REPORT The authors describe thr...

2017
Alexander J Sweidan Navneet K Singh Alexander Stein Maged Tanios

Nodular lung disease is a rare pulmonary manifestation of sarcoidosis and resembles metastatic neoplasm disease. Nodular sarcoidosis is rare, varying from 1.6% to 4% of patients with sarcoidosis. Radiographic nodules measure from 1 to 5 cm in diameter that typically consist of coalescent granulomas. There is limited data on this form of sarcoidosis and its presentation can mimic primary or meta...

Journal: :Vestnik oftalmologii 2013
O V Éksarenko S I Kharlap T N Safonova É A Vashkulatova

Clinical changes of lacrimal gland (LG) in sarcoidosis are studied. 33 patients (66 orbits) with verified systemic sarcoidosis were examined using digital ultrasound. Different varieties of LG structural changes in sarcoidosis are studied. Different types of LG structural changes were determined in patients with sarcoidosis defined as pseudoedematous and combined forms. Analysis of the results ...

2013
Hemasri Tokala Karthik Polsani Jagadeesh K. Kalavakunta

Gastrointestinal (GI) sarcoidosis is a very rare disease, which clinically presents along with systemic disease or as an isolated finding. Gastric sarcoidosis is the most common form of GI sarcoidosis. Symptomatic gastric sarcoidosis is rare and only few case reports have been described in the literature with well-documented histological evidence of noncaseating granulomas. We present an intere...

Journal: :Medicina oral, patologia oral y cirugia bucal 2010
Joaquim Marcoval Joan Mañá

Sarcoidosis is a multisystemic granulomatous disease of unknown aetiology that usually presents with bilateral hiliar adenopathies, pulmonary infiltrations, and ocular and cutaneous lesions. The specific cutaneous lesions, or granulomatous, are produced in from 9% to 37% of patients with systemic sarcoidosis. Nevertheless, few patients have been described having specific lesions from sarcoidosi...

2009
Saman Nazarian David A. Bluemke Henry R. Halperin

Because of its wide availability, echocardiography is the most frequently used modality for diagnosis of the underlying substrate for cardiac arrhythmia. However, echocardiography is unable to visualize intramyocardial substrates for reentrant arrhythmia such as fat or scar fibrosis. Replacement of myocytes with nonviable tissue results in hypertrophy of the remaining viable cells and is associ...

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

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

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