نتایج جستجو برای: saphenofemoral junction

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

Journal: :Journal of vascular and interventional radiology : JVIR 2003
Robert J Min Neil Khilnani Steven E Zimmet

PURPOSE To report long-term follow-up results of endovenous laser treatment for great saphenous vein (GSV) reflux caused by saphenofemoral junction (SFJ) incompetence. MATERIALS AND METHODS Four hundred ninety-nine GSVs in 423 subjects with varicose veins were treated over a 3-year period with 810-nm diode laser energy delivered percutaneously into the GSV via a 600- micro m fiber. Tumescent ...

Journal: :Journal of vascular and interventional radiology : JVIR 2010
Terence Kiat Beng Teo Kiang Hiong Tay Shueh En Lin Seck Guan Tan Richard H Lo Manish Taneja Farah G Irani Mathew George Sebastien Kiat Hon Lim Bien Soo Tan

PURPOSE To assess the efficacy of endovenous laser therapy (EVLT) in the treatment of lower-limb venous ulcers secondary to venous reflux. MATERIALS AND METHODS Forty-four of 139 patients referred for EVLT from January 2004 to August 2007 had nonhealing venous ulcers. Preprocedural duplex ultrasound (US) was performed to document saphenous venous reflux secondary to saphenofemoral/saphenopopl...

Journal: :Phlebology 2009
P Chapman-Smith A Browne

OBJECTIVES The purpose of this study was to determine the long-term efficacy, safety and rate of recurrence for varicose veins associated with great saphenous vein (GSV) reflux treated with ultrasound-guided foam sclerotherapy (UGFS). METHODS A five-year prospective study was performed, recording the effect on the GSV and saphenofemoral junction (SFJ) diameters, and reflux in the superficial ...

2006
L Stötter A Bockelbrink

Objective: Prospective, randomized comparison of short-term and one-year postoperative outcomes after radiofrequency endoluminal ablation (REA) of the great saphenous vein (GSV), saphenofemoral junction (SFJ) ligation with extended tributary ligation and invagination GSV stripping, and SFJ ligation with extended tributary ligation and GSV cryostripping. Methods: In all, 60 consenting patients w...

2017
Michael Vasquez Antonios P Gasparis

Objectives * Varithena 017 Investigator Group: Michael Vasquez, MD, Venous Institute of Buffalo, Amherst, NY; Antonios Gasparis, MD, Stony Brook University Medical Center, Stony Brook, NY; Kathleen Gibson, MD, Lake Washington Vascular, Bellevue, WA; James Theodore King, MD, Vein Clinics of America, Oakbrook Terrace, IL; Nick Morrison, MD, Morrison Vein Institute, Scottsdale, AZ; Girish Munavall...

Journal: :The New England journal of medicine 2010
Hervé Decousus Paolo Prandoni Patrick Mismetti Rupert M Bauersachs Zoltán Boda Benjamin Brenner Silvy Laporte Lajos Matyas Saskia Middeldorp German Sokurenko Alain Leizorovicz

BACKGROUND The efficacy and safety of anticoagulant treatment for patients with acute, symptomatic superficial-vein thrombosis in the legs, but without concomitant deep-vein thrombosis or symptomatic pulmonary embolism at presentation, have not been established. METHODS In a randomized, double-blind trial, we assigned 3002 patients to receive either fondaparinux, administered subcutaneously a...

Journal: :European journal of vascular and endovascular surgery : the official journal of the European Society for Vascular Surgery 2010
S Doganci U Demirkilic

OBJECTIVES The aim of this study is to compare efficacy, early postoperative morbidity and patient comfort of two laser wavelengths and fibre types in treatment of great saphenous vein (GSV) incompetence resulting in varicosities of the lower limb. DESIGN Prospective randomised clinical trial. MATERIALS AND METHODS Sixty patients (106 limbs) were randomised into two groups. They were treate...

Journal: :International journal of infectious diseases : IJID : official publication of the International Society for Infectious Diseases 2002
B V Navaneeth Ramesh Tripathi Manzoor Abbas M R Sandhya Belwadi

Sulmonellu organisms occur worldwide and are responsible for a broad spectrum of clinical syndromes, including self-limited gastroenteritis, bacteremia and vascular infection, enteric fever, and metastatic focal infections, although infection may be asymptomatic.’ Here we report a case of subcutaneous abscess caused by multiresistant Salmonella senftenberg. A 62-year-old obese female presented ...

Journal: :Annals of surgery 2012
Christopher J Pannucci Amy Shanks Marc J Moote Vinita Bahl Paul S Cederna Norah N Naughton Thomas W Wakefield Peter K Henke Darrell A Campbell Sachin Kheterpal

OBJECTIVE To identify independent predictors of 30-day venous thromboembolism (VTE) events requiring treatment after outpatient surgery. BACKGROUND An increasing proportion of surgical procedures are performed in the outpatient setting. The incidence of VTE requiring treatment after outpatient surgery is unknown. METHODS Prospective observational cohort study using the American College of S...

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

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

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