نتایج جستجو برای: allopurinol therapy

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

Journal: :Cancer research 1975
G B Grindey R G Moran

The antitumor effects of methotrexate against early leukemia L1210 were partially reversed by the coadministration of allopurinol in vivo, even though allopurinol did not alter the growth-inhibitory effects of methotrexate against L1210 cells in culture. These data suggest that this alteration in antitumor activity results from a decreased catabolism of preformed systemic purines by allopurinol...

2012
Alvin F Wells Patricia A MacDonald Solomon Chefo Robert L Jackson

BACKGROUND African Americans are twice as likely as Caucasians to develop gout, but they are less likely to be treated with urate-lowering therapy (ULT). Furthermore, African Americans typically present with more comorbidities associated with gout, such as hypertension, obesity, and renal impairment. We determined the efficacy and safety of ULT with febuxostat or allopurinol in African American...

2013
Andrew D Kane Emily J Camm Hans G Richter Ciara Lusby Deodata Tijsseling Joepe J Kaandorp Jan B Derks Susan E Ozanne Dino A Giussani

Fetal brain hypoxic injury remains a concern in high-risk delivery. There is significant clinical interest in agents that may diminish neuronal damage during birth asphyxia, such as in allopurinol, an inhibitor of the prooxidant enzyme xanthine oxidase. Here, we established in a rodent model the capacity of allopurinol to be taken up by the mother, cross the placenta, rise to therapeutic levels...

Journal: :Alimentary pharmacology & therapeutics 2008
Y Bai J Gao W Zhang D Zou Z Li

BACKGROUND Several clinical trials evaluating the prophylactic effect of allopurinol on postendoscopic retrograde cholangiopancreatography (ERCP) pancreatitis have been published; however, there is no consensus on whether prophylactic allopurinol can reduce the incidence of post-ERCP pancreatitis. AIM To compare prophylactic allopurinol with placebo on post-ERCP pancreatitis reduction by perf...

2014
Wei-Li Cao Wen-Shan Yan Xiao-Hui Xiang Kai Chen Shi-Hai Xia

BACKGROUND Pancreatitis is the most common complication of endoscopic retrograde cholangiopancreatography (ERCP) which can be severe and cause death in approximately 10% of cases. Up to now, six randomized controlled trials (RCTs) have been found relevant to the effect of allopurinol on prevention of Post-ERCP pancreatitis (PEP). However, these results remained controversial. OBJECTIVE To con...

Journal: :American journal of physiology. Endocrinology and metabolism 2013
G D Wadley M A Nicolas D S Hiam G K McConell

The aim of this research was to examine the impact of the xanthine oxidase (XO) inhibitor allopurinol on the skeletal muscle activation of cell signaling kinases' and adaptations to mitochondrial proteins and antioxidant enzymes following acute endurance exercise and endurance training. Male Sprague-Dawley rats performed either acute exercise (60 min of treadmill running, 27 m/min, 5% incline) ...

2006
Jacob George

Background—Allopurinol has been shown to improve endothelial function in chronic heart failure. This study aimed to establish its mechanism of action and to construct a dose–response curve for the effect of allopurinol. Methods and Results—Two randomized, placebo-controlled, double-blind, crossover studies were performed for 1 month on patients with New York Heart Association Class II–III chron...

Journal: :Circulation 2006
Jan T Kielstein Alexander Woywodt Shelley R Salpeter

BACKGROUND Allopurinol has been shown to improve endothelial function in chronic heart failure. This study aimed to establish its mechanism of action and to construct a dose-response curve for the effect of allopurinol. METHODS AND RESULTS Two randomized, placebo-controlled, double-blind, crossover studies were performed for 1 month on patients with New York Heart Association Class II-III chr...

2013
Anetha Sabanathan John Dillon Lesley Hordon

Results 32 (64%) primarily admitted for gout with a median stay of 8 days. 6 of these admissions were due to polyarticular gout. 18 patients had gout developing during an admission for another cause. Length of stay was increased in 4 of these patients by a median of 4.5 days. Of those primarily admitted with gout, 17 had a past history of gout, of which 13 had either been on or were still takin...

Journal: :Antimicrobial agents and chemotherapy 1982
J L Avila M A Casanova

When assayed on promastigotes of 10 American Leishmania isolates (including Leishmania brasiliensis and mexicana species), 4-aminopyrazolopyrimidine (AAP) was severalfold more active than allopurinol as a leishmanistatic drug. There were some intraspecific and interspecific differences among the isolates in their susceptibility to the inhibitory effects of APP and allopurinol. APP-2'-deoxyribos...

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

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

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