نتایج جستجو برای: ray angiography

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

Journal: :European journal of cardio-thoracic surgery : official journal of the European Association for Cardio-thoracic Surgery 2014
Qun-Jun Duan Ai-Qiang Dong Hai-Feng Cheng

A 79-year old man was admitted for heart failure. Calcification of the pericardium was discovered on X-ray (Fig. 1). Cardiac computed tomography revealed a unique atrioventricular calcification ring along the atrioventricular groove (Fig. 2). Angiography also demonstrated a special calcification ring (Supplementary Video 1). Constrictive pericarditis was diagnosed. Pericardiectomy was successfu...

Arash Gholoobi Hosein Nademi Mohammad Taghi Bahreyni Toossi, Seyedeh Farideh Baradaran

Introduction The increasing practice of interventional fluoroscopy in diagnosis and treatment of cardiovascular disease has risen attention to improve radiation protection of patients and cardiologists in these relatively high dose techniques. Therefore, nowadays there is an emphasis on the measurement of radiation dose received by patients and cardiologists arising from the relevant procedures...

Journal: :iranian journal of medical physics 0
mohammad taghi bahreyni toossi medical physics research center, medical physics department, mashhad university of medical sciences, mashhad, iran.

introduction the increasing practice of interventional fluoroscopy in diagnosis and treatment of cardiovascular disease has risen attention to improve radiation protection of patients and cardiologists in these relatively high dose techniques. therefore, nowadays there is an emphasis on the measurement of radiation dose received by patients and cardiologists arising from the relevant procedures...

Journal: :Journal of the American College of Cardiology 1999
M Stuber R M Botnar P G Danias D K Sodickson K V Kissinger M Van Cauteren J De Becker W J Manning

OBJECTIVES The goal of the present study was to develop a strategy for three-dimensional (3D) volume acquisition along the major axes of the coronary arteries. BACKGROUND For high-resolution 3D free-breathing coronary magnetic resonance angiography (MRA), coverage of the coronary artery tree may be limited due to excessive measurement times associated with large volume acquisitions. Planning ...

Journal: :AJNR. American journal of neuroradiology 1996
R K Tu W A Cohen K R Maravilla W H Bush N H Patel J Eskridge H R Winn

PURPOSE To optimize parameters of rotational angiography for examination of the internal carotid circulation; to compare rotational angiography with standard digital subtraction angiography (DSA) in the evaluation of aneurysms of the intracranial internal carotid circulation; and to determine tolerance and safety limits of prolonged internal carotid injection angiography. METHODS Rotational a...

2008
Eva Godske Friberg Anders Widmark Ingrid Helen Ryste Hauge

The concept of diagnostic reference levels (DRLs) is recognised as an efficient and powerful tool in optimization of diagnostic X-ray examinations. Norway was one of the pioneer countries in establishing national DRLs, but focus on implementation and use of DRLs locally at the clinics in optimization purposes has been absent until now. The aim of this study was to map the dose levels and optimi...

Journal: :British heart journal 1977
D S Thompson S Westaby J C Lincoln

A case of right ventricular outflow obstruction is described in which the electrocardiogram and chest x-ray film suggested a cardiac tumour. Cardiac catheterisation confirmed outflow obstruction and angiography showed a tumour. At operation a haemangioendothelioma was found.

Journal: :Circulation 2008
David A Bluemke Stephan Achenbach Matthew Budoff Thomas C Gerber Bernard Gersh L David Hillis W Gregory Hundley Warren J Manning Beth Feller Printz Matthias Stuber Pamela K Woodard

Since the early 1960s, selective x-ray coronary angiography has provided the only means of visualizing the coronary arterial system in vivo. However, it has several disadvantages. First, the incidence, albeit relatively low, of so-called major adverse events (death, myocardial infarction, or stroke) during or within 24 hours of selective coronary angiography is reported to be 0.2% to 0.3%, and ...

Journal: :Stroke 2006
Keiji Kidoguchi Masahiro Tamaki Takashi Mizobe Junji Koyama Takeshi Kondoh Eiji Kohmura Takashi Sakurai Koichi Yokono Keiji Umetani

BACKGROUND AND PURPOSE We, for the first time, performed in vivo x-ray angiography in the mouse brain using SPring-8, a third-generation synchrotron radiation facility. METHODS A thin PE-50 tube was placed in the unilateral external carotid artery in adult male C57BL/6J mice. While maintaining the blood flow in the internal carotid artery, 33 muL of contrast agent was injected and then select...

Journal: :AJNR. American journal of neuroradiology 1992
V M Feygelman W Huda K R Peters

PURPOSE To determine values of the effective dose equivalent, HE, for patients undergoing diagnostic cerebral angiography and compare these values with radiation doses received by patients undergoing other diagnostic examinations of the head. METHODS The radiographic techniques for ten patients undergoing cerebral angiography were recorded and used to obtain the product of the entrance skin d...

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

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

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