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

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

Journal: :Acta poloniae pharmaceutica 2008
Krzysztof Warzocha Maria Kraj Ryszard Pogłód Tomasz Szpila Ewa Mendek-Czajkowska Monika Chełstowska Renata Hagedorna Tronina

The therapeutic efficacy of thalidomide ñ a derivative of glutamic acid ñ has been studied in numerous trials on refractory/relapsed multiple myeloma (MM) patients (1, 2). They showed that single-agent thalidomide can induce a partial response in approximately 30% of patients with refractory myeloma. The combination of thalido-mide with dexamethasone is active in approximately 50% of patients w...

Background: Human β-like globin genes regulaon during development from embyonic to adult stage results in generaon of different types of hemoglobin with different funcons. As β-thalassemia and sickle cell disease are disorders of β-globin chain, epigenec drugs such as thalidomide and sodium butyrate which can induce γ-globin gene are considered as a novel therapeuc approach. Drugs effec...

Journal: :The Journal of pharmacology and experimental therapeutics 2006
Xiao-Xia Yang Ze-Ping Hu An-Long Xu Wei Duan Yi-Zhun Zhu Min Huang Fwu-Shan Sheu Qiang Zhang Jin-Song Bian Eli Chan Xiaotian Li Jian-Cheng Wang Shu-Feng Zhou

Dose-limiting diarrhea and myelosuppression compromise the success of irinotecan (7-ethyl-10-[4-[1-piperidino]-1-piperidino]carbonyloxycamptothecin) (CPT-11)-based chemotherapy. A recent pilot study indicates that thalidomide attenuates the toxicity of CPT-11 in cancer patients. This study aimed to investigate whether coadministered thalidomide modulated the toxicities of CPT-11 and the underly...

2007
V. Nordin

In the late 1950s thalidomide was synthesized and independently introduced in Germany, Great Britain and Japan as a potent sedative drug with few negative side-effects. In 1961 reports came from Germany, Australia and Great Britain (Kosenow and Pfeiffer 1961, MsBride 1961, Wiedeman 1961, Lenz 1962, Smithells 1962) that children were being born with serious malformations that might be associated...

Journal: :Toxicological sciences : an official journal of the Society of Toxicology 2001
S K Teo M G Evans M J Brockman J Ehrhart J M Morgan D I Stirling S D Thomas

Fifty-six adult beagle dogs (28 male, 28 female) were orally administered thalidomide at 43, 200, or 1000 mg/kg/day for 53 weeks. Sixteen (2/sex/dose group) and 32 (4/sex/dose group) dogs were euthanized and necropsied after 26 and 53 weeks of dosing, respectively. The remaining 8 animals (2/sex/group; high-dose and control groups) were dosed for 53 weeks, euthanized, and necropsied at 58 weeks...

Journal: :Chinese medical journal 2015
Hong-Ling Peng Yi-Fang Yi Shun-Ke Zhou Si-Si Xie Guang-Sen Zhang

BACKGROUND Hereditary hemorrhagic telangiectasia (HHT) is an autosomal dominant disease characterized by recurrent epistaxis, mucocutaneous telangiectasia, and arteriovenous malformations. The efficacy of traditional treatments for HHT is very limited. The aim of this study was to investigate the therapeutic role of thalidomide in HHT patients and the effect in FLI-EGFP transgenic zebrafish mod...

Journal: :Oncology letters 2010
Erian H Girgis John P Mahoney Rafaat H Khalil Magdi R Soliman

Studies conducted in our lab have indicated that thalidomide cytotoxicity in the KG-1a human acute myelogenous leukemia (AML) cell line was enhanced by combining it with arsenic trioxide. The current investigation was conducted in order to evaluate the effect of thalidomide either alone or in combination with arsenic trioxide on the release of tumor necrosis factor-α (TNF-α) and vascular endoth...

Journal: :Annals of the rheumatic diseases 1999
L G Corral G Kaplan

Tumour necrosis factor á (TNFá), a key cytokine involved in the host immune response, also contributes to the pathogenesis of both infectious and autoimmune diseases. To ameliorate the pathology resulting from TNFá in these clinical settings, strategies for the inhibition of this cytokine have been developed. Our previous work has shown that the drug thalidomide is a partial inhibitor of TNFá p...

2009
Monica Ferri Gianluca Faggioli Francesca Fratesi Andrea Stella

Introduction. Thalidomide has been associated with both venous and arterial thrombotic events. Case Presentation. A 66-years old man during thalidomide therapy for myeloma experienced acute right arm ischemia, emergently treated with thrombectomy and, on postoperative day one left side weakness with right internal carotid thrombosis. Discussion. Because of the increased risk of arterial thrombo...

Journal: :Antimicrobial agents and chemotherapy 1999
O Ridoux M Drancourt

Thalidomide was evaluated for its in vitro activity against Encephalitozoon species by using the MRC-5 cell system. A cytotoxic effect was observed for concentrations of 10(1) microg/ml (P < 10(5)) and 5 microg/ml (P < 10(5)). Thalidomide did not significantly inhibit the growth of any of the microsporidia under study. These data suggest that thalidomide is not an etiologic treatment in microsp...

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

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

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