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

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

Journal: :JACC. Cardiovascular imaging 2015
Nils P Johnson K Lance Gould

OBJECTIVES The goal of this study was to compare regadenoson and dipyridamole hyperemia for quantitative myocardial perfusion imaging. BACKGROUND Regadenoson is commonly used for stress perfusion imaging. However, no study in nuclear cardiology has employed a paired design to compare quantitative hyperemic flow from regadenoson to more traditional agents such as dipyridamole. Additionally, th...

2017
Gregory S. Thomas S. James Cullom Therese M. Kitt Kathleen M. Feaheny Karthikeyan Ananthasubramaniam Robert J. Gropler Diwakar Jain Randall C. Thompson

BACKGROUND This study assessed the non-inferiority and safety of regadenoson administration during recovery from inadequate exercise compared with administration without exercise. METHODS Patients unable to achieve adequate exercise stress were randomized to regadenoson 0.4 mg either during recovery (Ex-Reg) or 1 hour after inadequate exercise (Regadenoson) (MPI1). All patients also underwent...

Journal: :Journal of nuclear cardiology : official publication of the American Society of Nuclear Cardiology 2007
Ami E Iskandrian Timothy M Bateman Luiz Belardinelli Brent Blackburn Manuel D Cerqueira Robert C Hendel Hsiao Lieu John J Mahmarian Ann Olmsted S Richard Underwood João Vitola Whedy Wang

BACKGROUND Earlier phase 1 and 2 studies have shown that regadenoson has desirable features as a stress agent for myocardial perfusion imaging. METHODS AND RESULTS This multicenter, double-blinded phase 3 trial involved 784 patients at 54 sites. Each patient underwent 2 sets of gated single photon emission computed tomography myocardial perfusion imaging studies: an initial qualifying study w...

2014
Siddique A Abbasi Ravi V Shah Tomas Neilan Bobak Heydari Hoshang Farhad Ron Blankstein Michael Steigner Michael Jerosch-Herold Raymond Y Kwong

Background With the expanding use of vasodilator stress CMR, there has been a parallel rise in the use of regadenoson as a pharmacological stress agent. To date, however, prognostic data for stress CMR has focused on the use of adenosine or dipyridamole while prognostic data regarding the use of regadenoson is limited. We therefore sought to identify the prognostic value of regadenoson vasodila...

2012
Benjamin H Freed Kristen M Turner Chattanong Yodwut Giacomo Tarroni Emily Estep Nicole M Bhave Akhil Narang Sara Tanaka Cristiana Corsi Etienne Gayat Peter Czobor Kevin Cavanaugh Roberto Lang Victor Mor-Avi Amit R Patel

Background Regadenoson (Lexiscan; Astellas) is a new vasodilator myocardial stress agent that selectively activates the A2A receptor. Unlike adenosine, regadenoson is easier to administer and results in fewer side effects. Although extensively studied in patients undergoing nuclear myocardial perfusion imaging (MPI), its performance in cardiovascular magnetic resonance (CMR) MPI remains unknown...

2017
Dustin M Thomas Matthew R Minor James K Aden Christopher J Lisanti Kevin E Steel

BACKGROUND Adenosine or regadenoson vasodilator stress cardiovascular magnetic resonance (CMR) is an effective non-invasive strategy for evaluating symptomatic coronary artery disease. Vasodilator injection typically precedes ventricular functional sequences to efficiently reduce overall scanning times, though the effects of vasodilators on CMR-derived ventricular volumes and function are unkno...

2013
Sujethra Vasu W Patricia Bandettini Li-Yueh Hsu Peter Kellman Steve Leung Christine Mancini Sujata M Shanbhag Joel Wilson Oscar Julian Booker Andrew E Arai

BACKGROUND Regadenoson, dipyridamole and adenosine are commonly used vasodilators in myocardial perfusion imaging for the detection of obstructive coronary artery disease. There are few comparative studies of the vasodilator properties of regadenoson, adenosine and dipyridamole in humans. The specific aim of this study was to determine the relative potency of these three vasodilators by quantif...

2017
Robert Townsend Amit Desai Diane Rammelsberg Donna Kowalski Neal Simmons Therese M. Kitt

BACKGROUND Regadenoson is a selective A2A adenosine receptor agonist indicated for radionuclide myocardial perfusion imaging in patients unable to undergo adequate exercise stress. However, the safety, tolerability, and plasma concentrations associated with repeated doses have not previously been assessed. METHOD AND RESULTS Healthy males and females were randomized to receive intravenous reg...

Journal: :Journal of the American College of Cardiology 2009
Wael Al Jaroudi Ami E Iskandrian

Vasodilator stress myocardial perfusion imaging (MPI) accounts for up to 50% of all stress MPI studies performed in the U.S. In 2008, the Food and Drug Administration approved regadenoson for stress testing in conjunction with MPI. Regadenoson, unlike adenosine, is a selective A(2A) agonist that is given as an intravenous bolus at a fixed dose, with less undesirable side effects including atrio...

Journal: :JACC. Cardiovascular imaging 2008
Manuel D Cerqueira Patricia Nguyen Peter Staehr S Richard Underwood Ami E Iskandrian

OBJECTIVES To compare the effects of age, gender, body mass index, and diabetes on the safety and efficacy of regadenoson stress myocardial perfusion imaging, and to assess the noninferiority of regadenoson to adenosine for the detection of reversible myocardial perfusion defects. BACKGROUND Previous reports have shown that a fixed unit bolus of regadenoson is safe and noninferior to adenosin...

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

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

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