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

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

2016
Yunfu Lv Wan Yee Lau Yejuan Li Jie Deng Xiaoyu Han Xiaoguang Gong Ning Liu Hongfei Wu

Hypersplenism is a common disorder characterized by an enlarged spleen which causes rapid and premature destruction of blood cells. This review summarizes the history of hypersplenism, discuss its classification and pathogenesis, and examines its diagnosis and treatment options. We performed a comprehensive literature search using PubMed, Web of Knowledge and the China National Knowledge Infras...

Journal: :Archives of disease in childhood 1991
A Nouri M de Montalembert Y Revillon R Girot

Partial splenectomy was carried out in four children with homozygous sickle cell disease and eight children with sickle cell beta thalassaemia. It was performed in order to preserve splenic contribution to the host defence against infections while suppressing hypersplenism or the risk of recurrence of acute splenic sequestration. Indications for this surgical operation were acute splenic seques...

Journal: :Annals of Surgery 1952

2012
David A. Litvak Salman Malad Robert A. Wascher Maurie Markman Jiaxin Niu

BACKGROUND Hypersplenism due to chemotherapy-related liver injury has been associated with severe thrombocytopenia that may preclude continuation of systemic therapy for cancer patients. Patients treated for metastatic colorectal cancer (mCRC) are among the most common patients affected by hypersplenism. Cessation of systemic therapy invariably leads to progression of disease. While partial spl...

Journal: :Archives of disease in childhood 2003
G H Thalhammer E Eber S Uranüs J Pfeifer M S Zach

We report three cystic fibrosis (CF) patients with hypersplenism who underwent partial splenectomy. The postoperative course was uneventful in two patients; one patient developed a complication necessitating resection of the rest of the spleen. Haematological parameters improved and oesophageal varices regressed in all patients. On follow up, one patient showed a normal spleen, the other a norm...

Journal: :International journal of medical science and clinical research studies 2022

Splenectomy can treat conditions characterized by hemolysis or thrombocytopenia caused autoantibodies splenic reticuloendothelial function, as well disorders massive splenomegaly and hypersplenism with cytopenias, such hereditary spherocytosis, transfusion-dependent thalassemia, immune thrombocytopenia, autoimmune hemolytic anemia, marginal zone lymph is no longer used for Hodgkin disease stagi...

Journal: :Journal of gastrointestinal and liver diseases : JGLD 2013
Quanda Liu Yang Song Ningxin Zhou Xiaoya Xu Zhifei Wang

Radiofrequency ablation (RFA) for treatment of splenic tumors has rarely been reported. Here we describe our experiences of undergoing RFA in three patients with solitary metastatic (n=2) and benign (n=1) tumors of the spleen. Two patients also had underlying cirrhotic hypersplenism. A 53-year-old male with solitary splenic metastasis from hepatocellular carcinoma underwent laparoscopical RFA o...

2017
Linda Kundzina Sandra Lejniece

BACKGROUND Klippel-Trenaunay-Weber syndrome is a rare syndrome; unfortunately, very few studies of the connection between hypersplenism, nephrotic syndrome, and Klippel-Trenaunay-Weber syndrome have been published. CASE PRESENTATION We report the case of a 40-year-old white man with a typical clinical presentation of Klippel-Trenaunay-Weber syndrome, including "port-wine stains," varicose vei...

2016
Xue-Xin Lu Zhen Shen Kui-Ran Dong Shan Zheng

Congenital diaphragmatic hernia (CDH) is a rare developmental anomaly of the diaphragm that mainly presents mainly in newborns. Even less common is late-onset CDH associated with hypersplenism. We report a 10-year-old male who presented with coughing, blood-stained sputum, and fever. He was diagnosed with CDH complicating hypersplenism after computed tomography was done. The patient was treated...

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

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

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