نتایج جستجو برای: cardiac imaging technique

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

Journal: :Annals of the Academy of Medicine, Singapore 2004
R S Tan K K W Chen

Cardiac magnetic resonance (CMR) imaging has emerged as an important non-invasive cardiac imaging modality. A versatile technique, it has the potential for comprehensive evaluation of coronary artery disease (CAD): cardiac morphology and function, myocardial perfusion, myocardial viability, coronary artery visualisation and atherosclerotic plaque characterisation. Some of these techniques--vent...

2017
Kyongmin Sarah Beck Jeong A Kim Yeon Hyeon Choe Sim Kui Hian John Hoe Yoo Jin Hong Sung Mok Kim Tae Hoon Kim Young Jin Kim Yun Hyeon Kim Sachio Kuribayashi Jongmin Lee Lilian Leong Tae-Hwan Lim Bin Lu Jae Hyung Park Hajime Sakuma Dong Hyun Yang Tan Swee Yaw Yung-Liang Wan Zhaoqi Zhang Shihua Zhao Hwan Seok Yong

In 2010, the Asian Society of Cardiovascular Imaging (ASCI) provided recommendations for cardiac CT and MRI, and this document reflects an update of the 2010 ASCI appropriate use criteria (AUC). In 2016, the ASCI formed a new working group for revision of AUC for noninvasive cardiac imaging. A major change that we made in this document is the rating of various noninvasive tests (exercise electr...

2009
M. Usman

Introduction: The l1 minimization technique has been empirically demonstrated to exactly recover an S-sparse signal with about 3S-5S measurements [1]. In order to get exact reconstruction with smaller number of measurements, recently, for static images, Trzasko [2] has proposed homotopic l0 minimization technique. Instead of minimizing the l0 norm which achieves best possible theoretical bound ...

2011
S. W. Kirschbaum P. J. de Feyter R.-J. M. van Geuns

Cardiac magnetic resonance imaging (CMR) is a new robust versatile non-invasive imaging technique that can detect global and regional myocardial dysfunction, presence of myocardial ischaemia and myocardial scar tissue in one imaging session without radiation, with superb spatial and temporal resolution, inherited three-dimensional data collection and with relatively safe contrast material. The ...

Journal: :Revista espanola de cardiologia 2011
Dominique Auger Martin J Schalij Jeroen J Bax Victoria Delgado

Cardiac resynchronization therapy improves clinical symptoms and prognosis of heart failure patients. However, it has been shown that up to 40% of patients do not respond to this therapy. Three main determinants of cardiac resynchronization therapy response have been identified: left ventricular dyssynchrony, left ventricular lead position, and extent and location of myocardial scar tissue. Two...

ژورنال: سنجش و ایمنی پرتو 2020

SPECT-CT is an imaging method for diagnosing diseases and studying physiology of the body. In this type of imaging, due to the use of radiopharmaceutical for imaging (SPECT) and X-rays (CT), a relatively high dose of radiation is introduced into the patient. If the patient is pregnant, considering that the developing fetus is sensitive to any radiation in the uterus throughout the entire period...

A Hashemi, B Rahimi, M Noroozi, N Valizadeh, S Hejazi, Sh Nateghi, V Alinejad,

Abstract Background Iron overload is the main transfusion related side effects in patients with transfusion dependent hemoglobinopathies. Severe iron deposition in tissues leads to organ dysfunction. Many organs can be affected such as heart, liver, and endocrine organs. Cardiac failure and liver fibrosis are the consequent of Iron overload in transfusion dependent hemoglobinopathy. Magne...

Journal: :Circulation. Cardiovascular imaging 2012
Lourens F H J Robbers Emma N Baars Wessel P Brouwer Aernout M Beek Mark B M Hofman Hans W M Niessen Albert C van Rossum C Bogdan Marcu

Amyloidosis is a systemic infiltrative disorder in which insoluble protein fibrils are deposited in the extracellular matrix (ECM). The prognosis is predominantly determined by cardiac involvement because the amyloid depositions lead to a restrictive cardiomyopathy. Although endomyocardial biopsy is the gold standard for diagnosing cardiac amyloidosis, the associated risk for complications favo...

Journal: :Tomography : a journal for imaging research 2017
Frederick W Damen Alycia G Berman Arvin H Soepriatna Jessica M Ellis Stephen D Buttars Kristiina L Aasa Craig J Goergen

In vivo imaging has provided a unique framework for studying pathological progression in various mouse models of cardiac disease. Although conventional short-axis motion-mode (SAX MM) ultrasound and cine magnetic resonance imaging (MRI) are two of the most prevalent strategies used for quantifying cardiac function, there are few notable limitations including imprecision, inaccuracy, and geometr...

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

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

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