نتایج جستجو برای: allogenic transplantation

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

Journal: :Nefrologia : publicacion oficial de la Sociedad Espanola Nefrologia 2016
Miguel González-Molina Pedro Ruiz-Esteban Abelardo Caballero Dolores Burgos Mercedes Cabello Miriam Leon Laura Fuentes Domingo Hernandez

The adaptive immune response forms the basis of allograft rejection. Its weapons are direct cellular cytotoxicity, identified from the beginning of organ transplantation, and/or antibodies, limited to hyperacute rejection by preformed antibodies and not as an allogenic response. This resulted in allogenic response being thought for decades to have just a cellular origin. But the experimental st...

2013
Ming Li Susumu Ikehara

Autoimmune Diseases (ADs) are diseases in which the immune system mistakenly attacks and destroys selfmolecules due to a disruption of immunologic tolerance to auto-reactive immune cells. The goals of treatments for ADs are to 1) reduce symptoms, 2) control the autoimmune process and 3) maintain the body’s ability to fight disease. Allogenic Hematopoietic Stem Cell (HSC) transplantation has bee...

2017
Mürüvvet Seda Aydın Süreyya Bozkurt Gürsel Güneş Ümit Yavuz Malkan Tuncay Aslan Sezgin Etgül Yahya Büyükaşık İbrahim Celalettin Haznedaroğlu Nilgün Sayınalp Hakan Göker Haluk Demiroğlu Osman İlhami Özcebe Salih Aksu

Thank you very much for your valuable comments and sharing your experience. We agree for your contribution. In thalassemia patients, several transplantation centers categorised risk factors prior to allogenic hematopoietic stem cell transplantation. Pesaro classification assigned patients to three arms according to the absence or presence of one, two or three risk factors: hepatomegaly > 2 cm, ...

2009
Olivier Preynat-Seauve Casimir de Rham Diderik Tirefort Sylvie Ferrari-Lacraz Karl-Heinz Krause Jean Villard

Neural progenitor cells (NPC) of foetal origin or derived from human embryonic stem cells (HESC) have the potential to differentiate into mature neurons after transplantation into the central nervous system, opening the possibility of cell therapy for neurodegenerative disorders. In most cases, the transplanted NPC are genetically unrelated to the recipient, leading to potential rejection of th...

Journal: :Brazilian journal of otorhinolaryngology 2014
Lucas Ricci Bento Erica Ortiz Ester Maria Danieli Nicola Afonso C Vigorito Eulalia Sakano

INTRODUCTION hematopoietic stem cell transplantation (HSCT) is associated with more respiratory infections due to immunosuppression. OBJECTIVE this study aimed to verify the frequency of rhinosinusitis after HSCT, and the association between rhinosinusitis and chronic graft vs. host disease (GVHD) and type of transplantation, clinical treatment, surgical treatment, and survival. METHODS thi...

Journal: :Blood 1990
J F Sheridan P J Tutschka D D Sedmak E A Copelan

Serum immunoglobulin (Ig) G subclass levels were measured in a radial immunodiffusion assay in 25 leukemic patients before and after allogenic bone marrow transplantation. All patients received a conditioning regimen of busulfan and cyclophosphamide followed by infusion of marrow from an HLA-identical sibling. Intravenous infusions of a commercial Ig preparation were administered every 2 weeks ...

Journal: :Microsurgery 2012
Thomas Kremer Guilherme Giusti Patricia F Friedrich Wouter Willems Allen T Bishop Goetz A Giessler

PURPOSE We have previously described a means to maintain bone allotransplant viability, without long-term immune modulation, replacing allogenic bone vasculature with autogenous vessels. A rabbit model for whole knee joint transplantation was developed and tested using the same methodology, initially as an autotransplant. MATERIALS/METHODS Knee joints of eight New Zealand White rabbits were e...

2012
Sanjeev Kumar Sharma Anjan Mukherjee Avinash Kumar Singh Tulika Seth Suman Kumar Pravas Mishra Immaculata Xess Somesh Gupta Manoranjan Mahapatra Haraprasad Pati

Dear Editor, Eumycetoma is a slow growing fungal infection, which initially involves the skin and subcutaneous tissues and progresses to involve deeper structures. It is characterized clinically by multiple sinuses draining purulent exudate containing fungal granules. Since the foot is the most common site of initial localization of the lesion, the term “Madura foot” has been used to describe i...

Journal: :Archives of disease in childhood 1991
V De Sanctis M Galimberti G Lucarelli P Polchi L Ruggiero C Vullo

Thirty prepubertal patients with thalassaemia major (15 boys and 15 girls) aged from 9.3 to 17.2 years (mean 12.9) who had successfully undergone allogenic bone marrow transplantation were studied. Before the transplant all patients were given short courses of high doses of busulphan (total dose 14 mg/kg) followed by cyclophosphamide (total dose 200 mg/kg). Pituitary gonadal function was assess...

2004
Jung Im Jung Won Sang Jung Seong Tai Hahn Chang Ki Min Chun Choo Kim Seog Hee Park

OBJECTIVE To evaluate the high resolution computed tomography (HRCT) findings of bronchiolitis obliterans (BO) after bone marrow transplantation (BMT). MATERIALS AND METHODS During the past three years, 11 patients were diagnosed as having BO after BMT when they developed irreversible air flow obstruction, with an FEV(1) value of less than 80% of the baseline value, without any clinical evide...

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

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

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