نتایج جستجو برای: neurotoxicity syndrome

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

Journal: :Cancer research 1986
D R Spriggs E Stopa R J Mayer W Schoene D W Kufe

Fludarabine phosphate (NSC 312878), an adenosine deaminase resistant analogue of 9-beta-D-arabinofuranosyladenine, has entered clinical trials. Eleven patients with acute leukemia in relapse received 14 courses of fludarabine phosphate as a 5-day continuous infusion administered at doses of 40 to 100 mg/m2/day. Toxicity was characterized by uniform myelosuppression, as well as occasional nausea...

Journal: :Acta neurologica Belgica 2001
U Derici T Arinsoy S Sindel T Tali A Leventoglu S Sert

Cyclosporine-A is a highly potent immunosuppressive agent for solid organ transplantation, but has many side effects including nephrotoxicity, hypertension, gum hyperplasia, hepatotoxicity, and neurotoxicity. Neurotoxicity is a less known toxic effect. The pathogenesis of this effect is unclear. However, it has been postulated that hypomagnesemia, hypocholesterolemia, corticosteroids, and/or ne...

2013
Seunglee Park Jung-Il Kang Hyun Bang Bo-Ram Kim Jongmin Lee

The intrathecal chemotherapy with methotrexate and cytarabine arabinoside is used for the treatment and prophylaxis of the primary central nervous system lymphoma. The therapy may induce neurotoxicity including the cauda equina syndrome. We report a case of a 58-year-old man with the diffuse large B-cell lymphoma, who developed the cauda equina syndrome after the administration of intrathecal m...

Journal: :Noro psikiyatri arsivi 2014
Aslı Kiyat Atamer Kerem Okutur Erdem Tüzün Barış Hasbal Ari Boyaciyan Yakup Krespi Gökhan Demir

Neurological involvement is observed in 5%-25% of patients with lymphoma being either the first presentation of the disease or emerging during its course. However, Guillain-Barré syndrome is rarely reported. In this article, we present a case with intestinal lymphoma developing Guillain-Barré syndrome during the course of the disease. A 66-year-old male patient with primary extranodal intestina...

Journal: :Toxicological sciences : an official journal of the Society of Toxicology 2014
Vanessa Hausherr Christoph van Thriel Anne Krug Marcel Leist Nicole Schöbel

Occupational and environmental exposure to tri-cresyl phosphates (TCPs) may cause various types of neurotoxicity. Among the TCP isomers, tri-ortho-cresyl phosphate is a well-studied organophosphate (OP) known to cause OP-induced delayed neuropathy (OPIDN). Clinically, OPIDN is characterized by limb paralysis caused by the inhibition of neuropathy target esterase. Like other OPs, TOCP may also t...

2012
Christopher I. Johnston Margaret A. O'Leary Simon G. A. Brown Bart J. Currie Lambros Halkidis Richard Whitaker Benjamin Close Geoffrey K. Isbister

BACKGROUND Death adders (Acanthophis spp) are found in Australia, Papua New Guinea and parts of eastern Indonesia. This study aimed to investigate the clinical syndrome of death adder envenoming and response to antivenom treatment. METHODOLOGY/PRINCIPAL FINDINGS Definite death adder bites were recruited from the Australian Snakebite Project (ASP) as defined by expert identification or detecti...

Journal: :archives of clinical infectious diseases 0
masoud mardani infectious diseases and tropical medicine research center, shahid beheshti university of medical sciences, tehran, iran; infectious diseases and tropical medicine research center, shahid beheshti university of medical sciences, tehran, iran

Journal: :American Journal of Hematology 2021

Abstract The U.S. Food and Drug Administration (FDA) approved the first chimeric antigen receptor T‐cell therapy, tisagenlecleucel, in August 2017. We sought to describe adverse events (AEs) reported FDA Adverse Event Reporting System (FAERS) for tisagenlecleucel post‐marketing period. searched FAERS reports identify patients treated with between 30, 2017‐August 31, 2019. reviewed individual re...

2002
Ratanendra Kumar

a hypothetical neuroleptic-induced neurotoxic state of a nature different from the NMS? It is very unlikely: why would neuroleptic-induced neurotoxicity suddenly give way to catatonic excitement and then return the patient to a state of stupor? A patient experiencing a drug-induced state of suppression would be expected to remain in the state of suppression until the effect of the drug wore off...

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

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

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