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

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

Journal: :Nephrology, dialysis, transplantation : official publication of the European Dialysis and Transplant Association - European Renal Association 2010
Eun Hui Bae In Jin Kim Jeong Woo Park Seong Kwon Ma Jong Un Lee Soo Wan Kim

BACKGROUND Pleiotropic effects of statins represent potential mechanisms for the treatment of end organ damage in hypertension. This study has investigated the effects of rosuvastatin (10 mg/kg/day) on renal function impairment, glomerulosclerosis and tubulointerstitial fibrosis in deoxycorticosterone acetate (DOCA)-salt hypertensive (DSH) rat. METHODS Rats were implanted with DOCA strips (20...

2011
Young-Nam Youn Seong-Yong Park Yoohwa Hwang Huyn-Chul Joo Kyung-Jong Yoo

BACKGROUND Periprocedural treatment with high-dose statins is known to have cardioprotective and pleiotropic effects, such as anti-thrombotic and anti-inflammatory actions. We aimed to assess the efficacy of high-dose rosuvastatin loading in patients with stable angina undergoing off-pump coronary artery bypass grafting (OPCAB). MATERIALS AND METHODS A total of 142 patients with stable angina...

2016
Francine K. Welty Sandra J. Lewis Karen E. Friday Valerie A. Cain Deborah A. Anzalone

OBJECTIVE Cardiovascular disease is the leading cause of mortality in women in the United States. Aggressive treatment of modifiable risk factors (e.g., hypercholesterolemia) is essential in reducing disease burden. Despite guidelines recommending the use of statin treatment in hypercholesterolemic women, this patient group is often undertreated. This subgroup analysis of the Statin Therapies f...

Journal: :The American journal of cardiology 2003
Peter H Jones Michael H Davidson Evan A Stein Harold E Bays James M McKenney Elinor Miller Valerie A Cain James W Blasetto

The primary objective of this 6-week, parallel-group, open-label, randomized, multicenter trial was to compare rosuvastatin with atorvastatin, pravastatin, and simvastatin across dose ranges for reduction of low-density lipoprotein (LDL) cholesterol. Secondary objectives included comparing rosuvastatin with comparators for other lipid modifications and achievement of National Cholesterol Educat...

Journal: :Future Journal of Pharmaceutical Sciences 2021

Abstract Background The meager physicochemical properties like low solubility and dissolution rate of rosuvastatin calcium remain as an obstruction for formulation development. In the present work, we explore evolution cocrystal, which may offer synergetic physico-chemical drug. Cocrystal crafting depends on two possible intermolecular interactions; heteromeric homomeric selection compounds wit...

Journal: :pharma-kritik 2007

Journal: :Vascular Health and Risk Management 2009
Ferruccio De Lorenzo Marta Boffito Sophie Collot-Teixeira Brian Gazzard John L McGregor Kevin Shotliff Han Xiao

UNLABELLED INVESTIGATIONAL PRODUCT: Rosuvastatin (Crestor; Astra Zeneca). ACTIVE INGREDIENTS Rosuvastatin (5 mg). STUDY TITLE Prevention of Atherosclerosis in Patients Living with HIV. PHASE OF STUDY Phase III. AIMS PRIMARY AIM: To assess whether rosuvastatin therapy could slow the progression of the carotid intima-media thickness (C-IMT; as measured by the change in the mean IMT of the...

2017
Q Wang M Zheng T Leil

Rosuvastatin is a frequently used probe in transporter-mediated drug-drug interaction (DDI) studies. This report describes the development of a physiologically based pharmacokinetic (PBPK) model of rosuvastatin for prediction of pharmacokinetic (PK) DDIs. The rosuvastatin model predicted the observed single (i.v. and oral) and multiple dose PK profiles, as well as the impact of coadministration...

2014
Viviana Noriega Fernando Sierralta Juan Carlos Prieto Pilar Zanetta Hugo F. Miranda

Statins, 3-hydroxy-3 methylglutaryl coenzyme A (HMG-CoA) reductase enzyme inhibitors, are lipid-lowering drugs, often used in the treatment of cardiovascular diseases (hyperlipidemia, atherosclerosis). It has been shown that statins have antiinflammatory effects independent of their lipid-lowering effects and these anti-inflammatory effects inhibit the inflammation and pain process. This study ...

2013
Mizuko Osaka Sumihiko Hagita Masayuki Yoshida

OBJECTIVE To monitor the anti-inflammatory effect of rosuvastatin in leukocyte endothelial interactions in the atheroprone femoral artery in vivo. METHODS AND RESULTS Male Apolipoprotein E null mice (ApoE-/- mice, 6 weeks old) were fed a high-fat diet (20% fat, 1.25% cholesterol) with or without the HMG CoA reductase inhibitor rosuvastatin (10 mg/kg/day) for 6 weeks. Significant leukocyte adh...

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

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

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