نتایج جستجو برای: apical patency

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

Journal: :Clinical journal of the American Society of Nephrology : CJASN 2010
D Maya Ivan Tamorie Smith Michael Allon

BACKGROUND AND OBJECTIVES Concentrated heparin solutions are instilled into the catheter lumens after each hemodialysis session to prevent catheter thrombosis. The heparin lock concentration at many centers has been decreased recently to reduce the risk of systemic bleeding and contain costs. However, the effect of this change on catheter patency is unknown. We compared catheter patency between...

Journal: :Revista brasileira de cirurgia cardiovascular : orgao oficial da Sociedade Brasileira de Cirurgia Cardiovascular 2009
Roberto Rocha E Silva Márcio Augusto Truffa José Ricardo Bueno de Moraes Birolli Tárcio Figueiredo Silva Ricardo De Mola João Bosco de Oliveira

OBJECTIVE Left internal thoracic artery (LITA) grafting has become the gold standard in coronary artery bypass graft procedure (CABG). In order to optimize the use of LITA or other grats, sequential anastomosis has been used. There is no consensus on equivalence of results between isolated and sequential grafts. The aim of this study is to compare the patency of isolated versus sequential graft...

Journal: :JACC. Cardiovascular imaging 2009
Herbert B Ward Rosemary F Kelly E Kenneth Weir

Graft patency and completeness of revascularization are major determinants of long-term outcome following coronary artery bypass graft (CABG) procedures (1,2). Even though the results of percutaneous coronary intervention are routinely assessed with on-table X-ray angiography, the patency of grafts is not routinely determined during either on-pump (ON-CABG) or off-pump (OP-CABG) revascularizati...

Journal: :The Journal of laryngology and otology 2012
M Moore R Eccles

This review examines why there is no normal range of nasal patency available to the surgeon when assessing nasal obstruction, and discusses the factors that influence nasal patency. Current normal ranges are examined and criticised because of the variability of normal values and the poor sampling methods used. Instability of physiological nasal patency is related to factors such as the nasal cy...

2015
Hun Cho Jin Woo Kim You Sun Hong Sang Hyun Lim Je Hwan Won

OBJECTIVE This study was conducted to evaluate stent compression in iliac vein compression syndrome (IVCS) and to identify its association with stent patency. MATERIALS AND METHODS Between May 2005 and June 2014, after stent placement for the treatment of IVCS with acute ilio-femoral deep vein thrombosis, follow-up CT venography was performed in 48 patients (35 women, 13 men; age range 23-87 ...

Journal: :Fertility and sterility 1995
P Swart B W Mol F van der Veen M van Beurden W K Redekop P M Bossuyt

OBJECTIVE To assess the value of hysterosalpingography (HSG) in diagnosing tubal patency and peritubal adhesions using laparoscopy with chromopertubation as the gold standard. DESIGN Meta-analysis of 20 studies comparing HSG and laparoscopy for tubal patency and peritubal adhesions. PATIENTS Four thousand one hundred seventy-nine patients with infertility in 20 studies. INTERVENTION Hyste...

2011
Shingo Hatakeyama Terumasa Toikawa Akiko Okamoto Hayato Yamamoto Kengo Imanishi Teppei Okamoto Noriko Tokui Yuichiro Suzuki Naoki Sugiyama Atsushi Imai Yasuhiro Hashimoto Shigemasa Kudo Takahiro Yoneyama Takuya Koie Noritaka Kamimura Hisao Saitoh Tomihisa Funyu Chikara Ohyama

Vascular access stenosis is a major complication in hemodialysis patients. We prospectively observed 50 patients in whom 50 nitinol shape-memory alloy-recoverable technology (SMART) stents were used as salvage therapy for recurrent peripheral venous stenosis. Twenty-five stents each were deployed in native arteriovenous fistula (AVF) and synthetic arteriovenous polyurethane graft (AVG) cases. V...

Journal: :Veterinarski glasnik 2023

Dacryocystography is a specific method of radiological examination the nasolacrimal apparatus based on use positive contrast agent, which allows assessment morphology and patency. Pathological conditions in rabbits are very common clinical practice, disturbance this apparatus? patency usually consequence dental diseases or respiratory infections. The aim article to present most pathological tha...

Journal: :Journal of vascular surgery 2011
Tyler S Reynolds Mohamed Zayed Karen M Kim Jason T Lee Brandon Ishaque Ramanath B Dukkipati Amy H Kaji Christian de Virgilio

OBJECTIVES Brachiobasilic arteriovenous fistulas (BBAVF) can be performed in one or two stages. We compared primary failure rates, as well as primary and secondary patency rates of one- and two-stage BBAVF at two institutions. METHODS Patients undergoing one- and two-stage BBAVF at two institutions were compared retrospectively with respect to age, sex, body mass index, use of preoperative ve...

Journal: :Circulation 2013
Aljoscha Rastan Hans Krankenberg Iris Baumgartner Erwin Blessing Stefan Müller-Hülsbeck Ernst Pilger Dierk Scheinert Johannes Lammer Martin Gißler Elias Noory Franz-Josef Neumann Thomas Zeller

BACKGROUND Stenting has been shown to improve patency after femoral artery revascularization compared with balloon angioplasty. Limited data are available evaluating endovascular treatment for obstructive lesions of the popliteal artery. METHODS AND RESULTS This prospective, randomized, multicenter trial compared primary nitinol stent placement to percutaneous transluminal balloon angioplasty...

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

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

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