نتایج جستجو برای: tube thoracostomy removal

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

Journal: :European journal of cardio-thoracic surgery : official journal of the European Association for Cardio-thoracic Surgery 2005
Panagiotis Misthos Evangelos Sepsas Marios Konstantinou Kalliopi Athanassiadi Ioannis Skottis Achilles Lioulias

OBJECTIVE A prospective randomized study was conducted in order to analyze the role of fibrinolytics in the treatment of complicated parapneumonic effusion. METHODS From 2001 to 2004, 127 consecutive patients were managed for thoracic empyema. In all cases the cause was bacterial pneumonia. Seventy patients were managed with sole tube thoracostomy (group A) and 57 with combination of tube tho...

Journal: :Medical Journal Armed Forces India 2006

Journal: :American Journal of Roentgenology 1983

Journal: :Chest 1997
C J Grodzin R A Balk

STUDY OBJECTIVES To evaluate the clinical safety, efficacy, and cost of a small indwelling pleural catheter (7F, Turkel Safety Thoracentesis System [Sherwood, Davis, and Geck; St. Louis]) vs repeated needle thoracentesis or closed tube thoracostomy as a means to drain a large-volume pleural effusion. SETTING Inpatients in a tertiary care university teaching hospital in urban Chicago. DESIGN...

2017
Melissa Pastoressa Truong Ma Nicholas Panno Michael Firstenberg

Successful treatment of traumatic hemothoraces is imperative to reduce morbidity and mortality among patients. Treatment modalities range from more conservative to invasive measures, including antibiotic therapy, thoracostomy tube placement, video-assisted thoracoscopic surgery, or thoracotomy. Various studies have documented success in using fibrinolytics such as tissue plasminogen activator (...

Journal: :Revista do Colegio Brasileiro de Cirurgioes 2015
Emanuelle Maria Sávio de Abreu Carla Jorge Machado Mario Pastore Neto João Baptista de Rezende Neto Marcelo Dias Sanches

OBJECTIVE to investigate the effect of standardized interventions in the management of tube thoracostomy patients and to assess the independent effect of each intervention. METHODS A chest tube management protocol was assessed in a retrospective cohort study. The tube thoracostomy protocol (TTP) was implemented in August 2012, and consisted of: antimicrobial prophylaxis, chest tube insertion ...

Journal: :The Journal of Thoracic and Cardiovascular Surgery 1985

2014
Mohammad Bagher Heydari Mohammad Ali Hessami Khosro Setayeshi Fatemeh Sajadifar

hest injury is a common problem in patients sustaining blunt or penetrating trauma.1 Thoracic wounds account for 20-25% of all trauma deaths. Only 10-15% of all chest wounds require tube thoracostomy, whereas the remaining 85% can be managed with a closed tube thoracostomy.2 A major morbidity associated with this therapeutic device is empyema. The role of prophylactic antibiotics in reducing th...

Journal: :Respiratory care 2013
Jiann-Hwa Kao Hsin-Kuo Kao Yen-Wen Chen Wen-Kuang Yu Sheng-Wei Pan Jia-Horng Wang Te-Cheng Lien Li-Ing Ho Yu Ru Kou

BACKGROUND Prolonged chest tube duration is less well studied in patients who are supported by mechanical ventilation and have acquired pneumothorax. We investigated the impact of prolonged chest tube duration on patient outcomes and the risk factors associated with prolonged chest tube duration. METHODS This retrospective observational study included 106 ventilated subjects who had been trea...

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

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

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