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

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

Journal: :The Lancet Neurology 2010
Leo H Bonati Lisa M Jongen Sven Haller H Zwenneke Flach Joanna Dobson Paul J Nederkoorn Sumaira Macdonald Peter A Gaines Annet Waaijer Peter Stierli H Rolf Jäger Philippe A Lyrer L Jaap Kappelle Stephan G Wetzel Aad van der Lugt Willem P Mali Martin M Brown H Bart van der Worp Stefan T Engelter

BACKGROUND The International Carotid Stenting Study (ICSS) of stenting and endarterectomy for symptomatic carotid stenosis found a higher incidence of stroke within 30 days of stenting compared with endarterectomy. We aimed to compare the rate of ischaemic brain injury detectable on MRI between the two groups. METHODS Patients with recently symptomatic carotid artery stenosis enrolled in ICSS...

Journal: :Circulation. Cardiovascular quality and outcomes 2015
Sophie Vincent Maria Eberg Mark J Eisenberg Kristian B Filion

BACKGROUND Stenting is an endovascular alternative to endarterectomy for the management of carotid stenosis, but its long-term safety and efficacy relative to endarterectomy remain unclear. Our objective was to compare the safety and efficacy of stenting with those of endarterectomy, with a particular focus on long-term outcomes, via meta-analysis of randomized controlled trials (RCTs). METHO...

Journal: :Current opinion in obstetrics & gynecology 2011
Carlo De Cicco Anastasia Ussia Philippe Robert Koninckx

PURPOSE OF REVIEW To review laparoscopic surgery in the treatment options for ureteral lesions in gynaecological surgery. RECENT FINDINGS Laparoscopic treatment of ureteral injuries has been increasingly reported over the past years. Treatment has progressively shifted from ureteroneocystostomy performed by laparotomy to less invasive treatment options such as ureteral stenting or dilatation ...

2017
Heng-Bo Zhai Jun Liu Zhi-Chao Dong Dong-Xia Wang Bo Zhang

BACKGROUND It is currently believed that triple oral antithrombotic therapy in patients with atrial fibrillation (AF) after percutaneous coronary intervention (PCI) should be recommended if there are no contraindications. However, selecting triple therapy for AF patients undergoing PCI is still challenging when bleeding risk is considered. This study aimed to investigate the current use of oral...

2016
Masahiro Nishihori Tomotaka Ohshima Taiki Yamamoto Shunsaku Goto Toshihisa Nishizawa Shinji Shimato Takashi Izumi Kyozo Kato

Our aim was to assess the clinical safety and efficacy of overlap stenting for in-stent restenosis after carotid artery stenting. The study was conducted between July 2008 and February 2015. A database of consecutive carotid artery stenting procedures was retrospectively assessed to identify the cases of in-stent restenosis that were treated with overlap stenting under proximal or distal protec...

2017
Chih-Ming Lin Jian-Chi Su Yu-Jun Chang Chi-Kuang Liu Henry Horng-Shing Lu Yuh-Jyh Jong

Carotid stenosis is a major cause of stroke and timely intervention with stenting manipulation can significantly reduce the risk of secondary stroke. The impact of stenting procedures on patient functional capabilities has not yet been explored. The primary aim of this study was to examine associations between periprocedural carotid sonography parameters and post-treatment functional capabiliti...

Journal: :The West Indian medical journal 2008
A Sparman C V Browne L Wills

Percutaneous transluminal coronary angioplasty (PTCA) is a novel procedure to Barbadian healthcare. Only one centre in Barbados provides PTCA and stenting. This is a retrospective study aimed at describing the initial results of coronary angioplasty and stenting in the first 48 patients at the Carib-American Heart Centre and exploring the feasibility and safety of coronary angioplasty and stent...

Journal: :Circulation journal : official journal of the Japanese Circulation Society 2006
Jean-Francois Surmely Yoshihisa Kinoshita Debabrata Dash Tetsuo Matsubara Mitsuyasu Terashima Mariko Ehara Tatsuya Ito Kenya Nasu Yoshihiro Takeda Nobuyoshi Tanaka Takahiko Suzuki Osamu Katoh

Percutaneous treatment of a bifurcation lesion still shows a significant complication rate, mainly because of restenosis at the ostial site of the side branch vessel. Different techniques, such as V-stenting, culottes-stenting or crush stenting, allow full ostial coverage and may therefore achieve uniform drug distribution within the lesion. The crush technique results in a strong mechanical co...

2017
Tatsuya Ishii Kosuke Minaga Satoshi Ogawa Maiko Ikenouchi Tomoe Yoshikawa Takuji Akamatsu Takeshi Seta Shunji Urai Yoshito Uenoyama Yukitaka Yamashita

Background and study aims  Self-expandable metallic stents (SEMS) have been widely used for left-sided colorectal obstruction. Few studies on SEMS placement for right-sided colonic obstructions have been reported because stenting in the right colon is technically difficult, particularly in the ileocecal region. We present 4 cases of successful bridge-to-surgery stenting for ileocecal cancer. Us...

Journal: :Catheterization and cardiovascular interventions : official journal of the Society for Cardiac Angiography & Interventions 2014
Sahil A Parikh Mehdi H Shishehbor Bruce H Gray Christopher J White Michael R Jaff

The pathophysiology of atherosclerotic renal artery stenosis (RAS) includes activation of the renin-angiotensin-aldosterone axis with resultant renovascular hypertension. Renal artery stenting has emerged as the primary revascularization strategy in most patients with hemodynamically significant atherosclerotic RAS. Despite the frequency with which hemodynamically significant RAS is observed an...

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

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

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