نتایج جستجو برای: septal occluder device

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

Journal: :Catheterization and cardiovascular interventions : official journal of the Society for Cardiac Angiography & Interventions 2009
Martin L Bocks Aimee K Armstrong

We report the first use of bilateral femoral venovenous rail creation for the delivery of an Amplatzer Muscular Ventricular Septal Defect Occluder in a patient with a large mid-to-apical muscular ventricular septal defect before Rastelli operation. The presence of a right-sided bidirectional Glenn shunt, a banded main pulmonary artery, and double outlet right ventricle anatomy precluded the use...

2014
Ufuk Yetkin Ismail Yurekli Zehra Ilke Akyildiz Orhan Gokalp Omer Tetik Banu Lafci Oktay Ergene Ali Gurbuz

INTRODUCTION Atrial septal defect (ASD) transcatheter occlusion techniques are now established as the preferred method and have become an alternative to surgery under extracorporeal circulation. In this study, we aimed to present our emergency surgical approach to cases of device embolization due to migration of the atrial septal defect occluder. MATERIAL AND METHODS Between June 2009 and Jun...

Journal: :Heart 1998
E M Lee D H Roberts K P Walsh

Acute ventricular septal rupture following myocardial infarction carries a high mortality. Early surgery improves survival but long term outcome depends on residual shunting and left ventricular function. Residual shunting is common despite apparently successful closure and may require reoperation. Transcatheter closure is an established method of treating selected congenital defects but clinic...

Journal: :Congenital heart disease 2009
Matthias Greutmann Mehtap Greutmann-Yantiri Oliver Kretschmar Oliver Senn Marco Roffi Rolf Jenni Thomas F Luescher Franz R Eberli

OBJECTIVE The objective of this study was to assess predictors of residual shunts after percutaneous patent foramen ovale (PFO) closure with Amplatzer PFO occluder (AGA Medical Corporation, Golden Valley, MN, USA). METHODS All percutaneous PFO closures, using Amplatzer PFO occluder performed at a tertiary center between May 2002 and August 2006, were reviewed. Follow-up, including saline cont...

Journal: :Journal of interventional cardiology 2009
Aysenur Pac Tugcin Bora Polat Ilker Cetin Mehmet Burhan Oflaz Sevket Balli

OBJECTIVES Occlutech Figulla ASD Occluder (FSO) is an alternative device to Amplatzer Septal Occluder (ASO) with some structural innovations including increased flexibility, minimizing the amount of material implanted, and absence of the left atrial clamp. We aimed to report our experiences with FSO and compare the outcomes of this novel device versus ASO. INTERVENTIONS Between December 2005 ...

2015
Jae Yeong Cho Kye Hun Kim Hyun Ju Yoon Hyun Ju Seon Youngkeun Ahn Myung Ho Jeong Jeong Gwan Cho Jong Chun Park

Embolization of the occlusion device after percutaneous closure of atrial septal defect (ASD) is a potential disastrous complication. The usual site of embolization is the right side of the heart including pulmonary artery, but the device embolization to the extracardiac aorta is extremely rare. Here, we report a successful percutaneous retrieval case of the embolized Amplatzer Septal Occluder ...

2013
Daniel Dilber Andreas Eicken John Hess

Although closure of an atrial septal defect (ASD II) with an occluding device in the first year of life is not a routine procedure, it is a feasible treatment, even in neonates. Case reports on the off-label use of Amplatzer devices have been repeatedly published, but there are no reports on using the Amplatzer Duct Occluder (ADO) to close an atrial septal defect in a neonate. We report on a su...

Journal: :Journal of Cardiothoracic Surgery 2008
Florian Loeffelbein Christian Schlensak Sven Dittrich

BACKGROUND To describe complications associated with Amplatzer septal occluders in a patient with Marfan syndrome CASE PRESENTATION A nine-year-old boy with Marfan syndrome and a 22 mm atrial septal defect (ASD) was treated successfully by interventional closure of his ASD by placing a 24 mm Amplatzer septal occluder. Follow up examinations showed a good result but an increasing enlargement o...

Journal: :Circulation 1989
J E Lock J J Rome R Davis S Van Praagh S B Perry R Van Praagh J F Keane

Recent experience with the spring-loaded patent ductus arteriosus (PDA) occluder has demonstrated several advantages of this device in the closure of intracardiac defects compared with previously described techniques. Pathologic and animal model studies were performed to identify which atrial septal defects (ASDs) might be suitable for device closure and to test a new septal closure double umbr...

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

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

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