نتایج جستجو برای: low grade lymphoma

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

Journal: :Clinical breast cancer 2008
Ramji R Rajendran Juan P Palazzo Gordon F Schwartz John H Glick Lawrence J Solin

Mucosa-associated lymphoid tissue (MALT) lymphoma is an extranodal indolent lymphoma with histopatholigic features similar to those of marginal zone B-cell lymphomas. Primary breast MALT lymphomas were first described by Lamovec and Jancar as a low-grade B-cell lymphoma in 1987. Herein, a case is presented of a patient with primary MALT lymphoma of the breast. Issues in diagnosis and breast-con...

Journal: :Cancer research 1997
G Ott T Katzenberger A Greiner J Kalla A Rosenwald U Heinrich M M Ott H K Müller-Hermelink

Primary extranodal malignant non-Hodgkin's lymphoma arising from the mucosa-associated lymphoid tissue (MALT-type lymphoma) represents a subtype of B-cell lymphoid malignancies with distinct clinicopathological features and is often associated with a favorable prognosis. Unlike the situation in nodal non-Hodgkin's lymphoma of B-cell lineage, few data are still available concerning the chromosom...

Journal: :Haematologica 2011
Heike Horn Christopher Schmelter Ellen Leich Itziar Salaverria Tiemo Katzenberger M Michaela Ott Jörg Kalla Monica Romero Reiner Siebert Andreas Rosenwald German Ott

BACKGROUND According to the current World Health Organization Classification of Lymphoid Tumours, follicular lymphoma is subclassified into three grades according to the number of centroblasts. Follicular lymphoma grade 3 can be further divided into types A and B. Almost all available genetic data on grade 3B follicular lymphomas have been generated from tumors with an additional diffuse large ...

Journal: :Journal of clinical pathology 1997
A C Hauer T M Finn T T MacDonald J Spencer P G Isaacson

Previous studies have suggested that the dependence of low grade B cell gastric lymphoma on infection of the gastric mucosa with Helicobacter pylori results from help provided by H pylori specific tumour infiltrating T cells. ELISPOT analysis was used to characterise functional subpopulations of tumour infiltrating T cells. The production of the TH1 cytokine interferon gamma and TH2 cytokines i...

2010
Abdessamad Arabi M Brahimi M. A Bekadja D Saidi H Touhami

Introduction Lymphoma is a hematologic malignancy characterized by nodal or extranodal malignant infiltration by monoclonal lymphoid cells (B lineage cells in 70% of the cases). Its etiology is not precisely known. Prolonged life expectancy has resulted in increase of the disease incidence. Marginal zone lymphoma is a low-grade small B-cell lymphoma incorporated in the World Health Organization...

Journal: :Polish journal of pharmacology 2004
Basem M William Ahmed M Abdel-tawab Essam A Hassan Omar Fathy Mohamed

OBJECTIVE The study was designed to answer the question whether a particular (slow/fast) acetylator phenotype is a risk for malignant lymphoma patients. Differences in acetylator phenotypes were previously described in urinary bladder and colorectal carcinoma patients compared to controls. Addressing this issue may help understanding the possible role of xenobiotics' metabolism in the pathogene...

2014
Taek-Keun Nam Jae-Sook Ahn Yoo-Duk Choi Jae-Uk Jeong Yong-Hyeob Kim Mee Sun Yoon Ju-Young Song Sung-Ja Ahn Woong-Ki Chung

PURPOSE To assess radiotherapy for patients with early stage gastric mucosa-associated lymphoid tissue (MALT) lymphoma with respect to survival, treatment response, and complications. MATERIALS AND METHODS Enrolled into this study were 48 patients diagnosed with gastric MALT lymphoma from January 2000 to September 2012. Forty-one patients had low grade and seven had mixed component with high ...

Journal: :Maedica 2014
Andrei Turbatu Marilena Stoian Iulian Brezean Victor Constantin Ion Stoica Andrei Colita Camelia Dobrea Nicoleta State Cosmin Ionescu Ana-Maria Ivanescu Madalina Oprea Cecilia Ghimici Anca Roxana Lupu

Composite lymphoma refers to the co-occurrence of two or more morphologically and immunophenotypically separate lymphomas in the same topographic site at the time of clinical presentation. It is an infrequent type of lymphoid neoplasm, present in lymphoid tissue and may be due to the existence of two genetically related neoplasms such as transformation of a single lymphoma into another more agg...

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

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

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