نتایج جستجو برای: hyperbaric oxygenation

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

Journal: :Journal of the American Podiatric Medical Association 2010
Stephanie C Wu William Marston David G Armstrong

Wound repair and regeneration is a highly complex combination of matrix destruction and reorganization. While major hurdles remain, advances over the past generation have improved the clinician's armamentarium in the medical and surgical management of this problem. The purpose of this manuscript is to review the current literature regarding the pragmatic use of three of the most commonly employ...

2016
Piseth Seng Alexandre Cerlier Carole Cassagne Mathieu Coulange Regis Legré Andreas Stein

Invasive infection caused by Saccharomyces cerevisiae is rare. We report the first case of osteomyelitis caused by S. cerevisiae (baker's yeast) in a post-traumatic patient. The clinical outcome was favorable after surgical debridement, prolonged antifungal treatment and hyperbaric oxygen therapy.

Journal: :Emergency medicine clinics of North America 2007
Mark F Buettner Derek Wolkenhauer

This article focuses on the use of hyperbaric oxygen therapy (HBOt) in the treatment of open fractures and crush injuries. Based on the clinical evidence and cost analysis, medical institutions that treat open fracture and crush injuries are justified in incorporating HBOt as a standard of care. Both Medicare and Undersea and Hyperbaric Medical Society guidelines list crush injuries as an appro...

Journal: :Review of surgery 1952
D Gozal A Ziser A Shupak A Ariel Y Melamed

Necrotizing fasciitis was diagnosed in 16 patients during the years 1980 to 1984. All patients were managed by a uniform protocol consisting of radical excisional surgery, intravenous antibiotics, and hyperbaric oxygen therapy. An overall mortality rate of 12.5% was achieved. In view of the encouraging results, this therapeutic regimen is highly recommended.

Journal: :The Turkish journal of pediatrics 2009
Günalp Uzun Hüseyin Sen Mesut Mutluoğlu Mustafa Kul Mehmet G Senol

We read with great interest the article by Yarar et al. entitled “Analysis of the features of acute carbon monoxide poisoning and hyperbaric oxygen therapy in children”1. Carbon monoxide (CO) poisoning, with its high morbidity and mortality, remains an important public health problem. The data about CO poisoning in pediatric patients are limited and the contributions of Yarar et al. are of valu...

Journal: :Arhiv za higijenu rada i toksikologiju 1993
L Bojić H Kovacević D Andrić D Romanović N M Petri

The subjects in the study were 111 patients with open angle glaucoma who were submitted to treatment by hyperbaric oxygenation. Two groups were formed at random, an experimental one of 91 patients and a control group of 20 patients. The experimental group consisted of four subgroups classified according to the course of treatment they received: 30 sessions (31 patients), 20 sessions (20 patient...

Journal: :Compendium 2012
Cheryl Braswell D Tim Crowe

Hyperbaric oxygen therapy (HBOT) is emerging in veterinary medicine as an effective treatment or adjunct therapy for a variety of disorders in which improving oxygen delivery to tissues is a priority. The primary mechanisms of action of HBOT are (1) immediate hyperoxygenation of plasma and tissues and (2) decreased gas bubble (air embolus) size. With each hyperbaric 'dive,' secondary physiologi...

Journal: :Undersea & hyperbaric medicine : journal of the Undersea and Hyperbaric Medical Society, Inc 2012
Robert A Warriner Harriet W Hopf

Problem wounds represent a significant and growing challenge to our healthcare system. The incidence and prevalence of these wounds are increasing in the population, resulting in growing utilization of healthcare resources and dollars expended. Venous leg ulcers represent the most common lower-extremity wound seen in ambulatory wound care centers, with recurrences frequent and outcomes often le...

2011
Adam Gassas Weixian Min A. Wayne Evans Susan Carter George K. Sándor Eyal Grunebaum

Background. Hyperbaric oxygen (HBO) therapy, which is used for many conditions, may also have immunosuppressive effects and could be used for prevention or treatment of graft-versus-host disease (GvHD). If HBO is immunosuppressant, then we hypothesize that HBO therapy will delay the T-cell mediated skin graft rejection. Methods. C57/BL6 black-coated (H2B) mice received skin graft from CBA (H2D)...

Journal: :Journal of oral and maxillofacial surgery : official journal of the American Association of Oral and Maxillofacial Surgeons 2007
John J Freiberger Rebecca Padilla-Burgos Austin H Chhoeu Kevin H Kraft Otto Boneta R E Moon C A Piantadosi

PURPOSE Bisphosphonate (BP)-associated osteonecrosis of the jaw (ONJ) is an emerging problem with few therapeutic options. Our pilot study of BP-ONJ investigated a possible role for hyperbaric oxygen (HBO(2)) therapy. PATIENTS AND METHODS A total of 16 patients, ranging in age from 43 to 78 years, with BP-ONJ were treated with adjunctive HBO(2) between July 2003 and April 2006. Staging was ba...

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

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

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