نتایج جستجو برای: liver transplant

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

2017
Hyejin Park Jungchan Park Jonghwan Lee Gaabsoo Kim

Herein, we describe the anesthetic management during the first combined heart-liver transplant (CHLT) performed in Korea. Though CHLT is a rare procedure, accumulating evidence suggests that it is a feasible option for patients with coexisting heart and liver failure. A 45-year-old female patient presented with severe cardiac dysfunction requiring extracorporeal membrane oxygenation (ECMO) supp...

2012
Bita Geramizadeh Sama Nikeghbalian Seyed Mohsen Dehghani Ali Bahador Heshmatollah Salahi Seyedali Malekhosseini

Post-transplant lymphoproliferative disorder is a lymphocyte proliferating disease, usually of B cell origin, and rarely of T cell. Involvement of liver itself in liver transplant recipients as the primary organ is not common. Herein we report our experience in two patients who primarily presented in the allografted liver, both of whom were promptly diagnosed after liver biopsy and treated succ...

2017
Yi Li Qian Huang Jiang-Tao Tang Tian-Tian Wei Lin Yan Zhi-Qiang Yang Yang-Juan Bai Lan-Lan Wang Yun-Ying Shi

Previous study has identified that the genetic variants in the human leukocyte antigen (HLA)-DP/DQ region were strongly associated with hepatitis B virus (HBV) infection. But their roles in liver function recovery after hepatic transplantation were still obscure. This study aimed to investigate whether HLA-DP/DQ polymorphisms were associated with post-transplant etiologies and prognosis in Chin...

Journal: :Experimental and clinical transplantation : official journal of the Middle East Society for Organ Transplantation 2011
Fritz Klein Matthias Glanemann Birgit Rudolph Daniel Seehofer Peter Neuhaus

We present the case of a 48-year-old otherwise healthy man who required an urgent liver transplant owing to acute liver failure after flupirtine treatment. After 3 months of daily flupirtine intake as treatment for pseudoradicular pain syndrome, he presented at our institution with signs of jaundice and hepatic encephalopathy. Laboratory results showed elevated liver transaminases, and the live...

Journal: :Annals of hepatology 2011
Mark Levstik Philip Wong Erica D Greanya Eric M Yoshida

INTRODUCTION Hepatitis B virus (HBV) related liver transplant (LT) recipients face a high risk of HBV reinfection in the absence of continuous post-operative HBV prophylaxis. Combination HBV prophylaxis with hepatitis B immune globulin (HBIg) and nucleos(t)ide anti-viral agents prevents HBV recurrence in 90 to 100% of patients who undergo transplantation for hepatitis B and is considered the st...

Journal: :The Journal of infectious diseases 2012
Shimon Kusne Regis A Vilchez Preeti Zanwar Jorge Quiroz Marek J Mazur Raymond L Heilman David Mulligan Janet S Butel

BACKGROUND Polyomavirus reactivation can cause significant morbidity in solid organ transplant recipients, particularly BK virus (BKV) in kidney transplant patients. Less is known about dynamics of John Cunningham virus (JCV) in nonkidney organ transplant patients. METHODS We examined the frequency of urinary shedding of polyomaviruses BKV and JCV and their relationship to creatinine clearanc...

2008
P. Asbach D. Klatt C. Kamphues P. Neuhaus J. Braun

Background and Purpose: Liver transplantation is an ultimate therapeutic option for end-stage liver disease. In the context of liver cirrhosis caused by viral hepatitis, it is known that re-infection of the graft occurs frequently and that progression of fibrosis advances more quickly in the transplanted organ [1]. Therefore, a closer follow-up is necessary including frequent biopsies for gradi...

Journal: :American journal of transplantation : official journal of the American Society of Transplantation and the American Society of Transplant Surgeons 2004
Robert M Merion Mary K Guidinger John M Newmann Mary D Ellison Friedrich K Port Robert A Wolfe

Transplant candidates are permitted to register on multiple waiting lists. We examined multiple-listing practices and outcomes, using data on 81 481 kidney and 26 260 liver candidates registered between 7/1/95 and 6/30/00. Regression models identified factors associated with multiple-listing and its effect on relative rates of transplantation, waiting list mortality, kidney graft failure, and l...

Journal: :Journal of gastrointestinal and liver diseases : JGLD 2011
Yongkang Wu Bei Cai Jiangtao Tang Yangjuan Bai Lanlan Wang

BACKGROUND AND AIMS Immunosuppressive drugs have been used to prevent graft rejection in most allo-liver recipients and the immune state of these patients differs greatly before and after transplant operation. This study aims at evaluating the immune state of liver transplant patients treated with tacrolimus by investigating the production of anti-nuclear antibodies (ANA). METHODS A hundred a...

2014
Pedro W. Baron Thomas Amankonah Robert F. Cubas Arputharaj H. Kore Arvand Elihu Michael E. de Vera Mia C. N. Perez

Hepatic epithelioid hemangioendothelioma (HEHE) is an infrequent vascular tumor of endothelial origin that primarily occurs in women in the mid-fifth decade of life without underlying chronic liver disease or cirrhosis. Liver transplant should be the first-line of therapy in patients with large or diffuse unresectable tumors even in the presence of metastatic disease due to the favorable long-t...

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

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

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