نتایج جستجو برای: thoracoabdominal aneurysm

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

Journal: :Journal of endovascular therapy : an official journal of the International Society of Endovascular Specialists 2014
Sherif Sultan Niamh Hynes Mohamed Sultan

PURPOSE To scrutinize registry data on thoracoabdominal repairs performed using the Multilayer Flow Modulator (MFM) outside the indications for use (IFU) and analyze the adverse outcomes. METHODS Of 380 patients from Europe registered in the MFM Global Registry after treatment for thoracoabdominal aortic aneurysm (TAAA) or dissection, 38 (10%) patients (30 men; median age 71 years, range 30-9...

Journal: :Journal of Vascular Surgery 2023

Different methods for spinal cord ischemia (SCI) prevention with sac perfusion are reported before the completion of endovascular thoracoabdominal aortic aneurysm repair; however, today there no described techniques reperfusion in case SCI occurring after complete exclusion (48-72 hours). The “safe-line” technique allows a simple and fast (within 1 hour from symptom onset) up to 72 hours comple...

Journal: :Circulation 2015
Joon Bum Kim Kibeom Kim Mark E Lindsay Thomas MacGillivray Eric M Isselbacher Richard P Cambria Thoralf M Sundt

BACKGROUND Current practice guidelines recommend surgical repair of large thoracic aortic aneurysms to prevent fatal aortic dissection or rupture, but limited natural history data exist to support clinical criteria for timely intervention. METHODS AND RESULTS Of 3247 patients with thoracic aortic aneurysm registered in our institutional Thoracic Aortic Center Database, we identified and revie...

2012
Tomasz Synowiec Paweł Chęciński Przemysław Samolewski Wojciech Zieliński Daniel Konik-Piński Angelika Kuczmarska

Open repair of thoracoabdominal aortic aneurysm is connected with high mortality and morbidity. On the other hand, endovascular treatment of thoraco-abdominal aneurysms, which started 10 years ago, reduced perioperative mortality and morbidity. However, it results in a high level of late complications. It seems that an interesting solution to the problem is a hybrid procedure, which allows late...

Journal: :The journal of extra-corporeal technology 1995
R J Dekkers R J Rizzo D J Fitzgerald L H Cohn

We describe our experience in 10 patients (5 males) undergoing resection of a descending thoracic aortic aneurysm or a thoracoabdominal aortic aneurysm in which a modified shed whole blood collection and autotransfusion system was used. This modification allows several options for the processing and autotransfusion of shed blood: use of the cell saving device or the ultrafiltration of collected...

Journal: :Annals of cardiothoracic surgery 2013
Simon Neequaye Cherrie Z Abraham

Total endovascular replacement of the aortic arch is a complex procedure that is often favoured when the pathology anatomy precludes a standard median sternotomy. Here we present the case of endograft repair in a 79 year old male with 6.5 cm arch aneurysm and 5.4 cm descending thoracoabdominal aneurysm. Following bilateral carotid-subclavian bypasses, a long 7 Fr sheath was advanced into the de...

Journal: :Interactive cardiovascular and thoracic surgery 2009
Yosuke Takahashi Yasushi Tsutsumi Osamu Monta Keitaro Kohshi Tomohiko Sakamoto Hirokazu Ohashi

We report a rare complication of acute onset paraplegia after repair of an abdominal aortic aneurysm in a patient with acute type B aortic dissection. A 53-year-old man, suffering from abdominal aortic aneurysm (AAA), was admitted to our hospital with type IIIB acute aortic dissection. Ten days after admission, emergency Y-grafting was performed for impending rupture of the AAA. Twenty hours af...

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

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

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