نتایج جستجو برای: central venous catheterization

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

Journal: :Case reports in oncology 2015
Osamu Imataki Hiroyuki Kubo Yukiko Hamasaki Maki Oku Jun-Ichiro Kida Makiko Uemura Harumi Matsuka

Persistent left superior vena cava is a congenital vascular anomaly, which is possibly arrhythmogenic and thrombogenic, rarely complicated with coronary sinus atresia. We treated a 42-year-old male with Hodgkin's lymphoma requiring central venous catheter placement for intensive chemotherapy. Persistent left superior vena cava was revealed after the insertion of the central venous catheter by t...

Journal: :Chest 1990
M E Wylam G A Schmidt

This report describes the identification of a partial anomalous pulmonary venous connection during routine central venous catheterization in a man with pulmonary hypertension. To our knowledge, this is the first report in the English literature to describe this occurrence during central line placement.

2009
Paul Barash

Central venous catheterization is a critical component of management for the critically ill patient in the operating room and intensive care unit. When using ultrasound techniques for central venous access, access is achieved with fewer attempts, a reduced incidence of carotid artery punctures or 'hits', an increased success rate, and a decreased duration of procedure compared to the traditiona...

Journal: :Nephrology, dialysis, transplantation : official publication of the European Dialysis and Transplant Association - European Renal Association 2010
Peter Thomson Catherine Stirling Jamie Traynor Scott Morris Robert Mactier

BACKGROUND Central venous catheterization is a fundamental component in delivering haemodialysis yet is associated with significantly higher complication rates than other methods of vascular access. In this study, we report results of univariate and multivariate analyses designed to identify and quantify independent risk association for catheterization type, clinical variables and laboratory va...

2014
John Sy Cynthia C Nast Phuong-Thu T Pham Phuong-Chi T Pham

Chronic indwelling catheters have been reported to be associated with membranoproliferative glomerulonephritis (MPGN) via the activation of the classical complement pathway in association with bacterial infections such as coagulase negative staphylococcus. We herein provide supporting evidence for the direct causal relationship between chronic catheter infections and MPGN via a case of recurren...

2014
Ian C Gilchrist

2014 Right heart catheterization using peripheral venous access is an approach initially used by pioneers of cardiovascular exploration, but subsequently almost forgotten with the popularization of direct puncture techniques of central veins for diagnostic, monitoring and therapeutic needs. Improved equipment and the recognition of the complications of direct central (femoral) artery puncture r...

2017
Sze Shyang Kho Siew Teck Tie Swee Kim Chan Mei Ching Yong Sing Ling Chai Pei Jye Voon

Chylothorax is defined as the presence of chyle in the pleural cavity. Central vein thrombosis is an under-recognized cause of chylothorax in the adult population and is commonly related to central venous catheterization. Case 1 illustrates a patient with AIDS and disseminated tuberculosis with left chylothorax and central vein thrombosis after a month of antituberculosis therapy. Case 2 was a ...

Journal: :emergency journal 0
bahman naghipour department of anesthesiology, tabriz university of medical sciences, tabriz, iran gholamreza faridaalaee emergency department, maragheh university of medical sciences, maragheh, iran

introduction: the correlation of central venous pressure (cvp) with inferior vena cava (ivc) sonographic diameter has been reported in several studies. however, few studies have attempted to find the best anatomic location of measurement. therefore, the purpose of this study was determining the best anatomic location to find precise correlation between cvp and ivc diameter using transesophageal...

Journal: :Trauma image & procedure 2022

Central venous catheterization (CVC) is very common procedure in the emergency department and intensive care unit. Although patients undergoing CVC may have various indications contraindications for this catheterization, typically similar, regardless of route. However, site-specific precautions also exist. This report describes overall with access by internal jugular vein. Neurologic complicati...

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

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

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