نتایج جستجو برای: chronic wound

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

Journal: :world journal of plastic surgery 0
guillermo ramos-gallardo vallarta medical center, zapopan, jalisco, méxico

according to the national institutes of health and the center for disease and prevention, it is estimated that 65 to 80 percent of the human infectious are caused by biofilms. antibiotics and drainage of purulent discharge are the main treatment measures. but in chronic infections sometimes these findings are not easy to recognize. biofilm is an extracellular polymeric conglomeration generally ...

According to the National Institutes of Health and the Center for Disease and Prevention, it is estimated that 65 to 80 percent of the human infectious are caused by biofilms. Antibiotics and drainage of purulent discharge are the main treatment measures. But in chronic infections sometimes these findings are not easy to recognize. Biofilm is an extracellular polymeric conglomeration generally ...

2011
Nicoletta Frescos Rhonda Nay Deirdre Fetherstonhaugh Stephen Gibson

Background Pain is one of the key characteristics which distress patients with chronic wounds. Chronic wound pain has a significant impact on the patient’s quality of life and delays wound healing. Assessment and management of pain during wound dressing changes is well addressed, however, chronic persistent wound pain is underassessed and under-treated resulting in patients’ perception that wou...

Journal: :archives of pediatric infectious diseases 0
sedigheh rafiei tabatabaei pediatric infections research center, mofid children's hospital, shahid beheshti university of medical sciences, tehran, ir iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی شهید بهشتی (shahid beheshti university of medical sciences) abdollah karimi pediatric infections research center, mofid children's hospital, shahid beheshti university of medical sciences, tehran, ir iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی شهید بهشتی (shahid beheshti university of medical sciences) ali amanati pediatric infections research center, mofid children's hospital, shahid beheshti university of medical sciences, tehran, ir iran; pediatric infections research center, department of pediatric infectious diseases, mofid children's hospital, dr. shariati ave., p.o.box: 1546815514, tehran, ir iran. tel/fax: +98-2122226941سازمان اصلی تایید شده: دانشگاه علوم پزشکی شهید بهشتی (shahid beheshti university of medical sciences) maryam kazemi aghdam pediatric pathology research center, shahid beheshti university of medical sciences, tehran, ir iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی شهید بهشتی (shahid beheshti university of medical sciences) bibi shahin shamsian pediatric congenital hematologic disorders research center, shahid beheshti university of medical sciences, tehran, ir iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی شهید بهشتی (shahid beheshti university of medical sciences) javad ghoroubi pediatric surgery research center, shahid beheshti university of medical sciences, tehran, ir iranسازمان اصلی تایید شده: دانشگاه علوم پزشکی شهید بهشتی (shahid beheshti university of medical sciences)

here, we report on a ten-year-old girl with chronic draining nonhealing ulcer in her neck and unilateral cervical chronic lymphadenopathy. her ulcer had poor clinical response to broad spectrum antibiotics and anti-tuberculosis treatment. she had undergone several wound biopsies with no conclusive results. she was otherwise healthy with no known underlying disease. final wound excisional biopsy...

2013
Sahoko H Little Sunil S Menawat Michael Worzniak Michael D Fetters

Primary care physicians often care for patients with chronic wounds, and they can best serve patients if they have knowledge and proficient skills in chronic wound care, including sharp debridement. The Oakwood Annapolis Family Medicine Residency in Michigan, USA developed a Wound Care Service, incorporating wound care training during the surgical rotation. Effectiveness of the wound care train...

Journal: :Advances in Wound Care 2015

BACKGROUND Full-thickness skin graft (FTSG) is a very versatile tool regularly used in small sizes. With the established knowledge of the graft take through the margins as well as wound bed, we extended the use of the FTSG for reconstruction of large-sized defects with satisfactory results.  METHODS We presented our experience in wound reconstruction using FTSG in 28 patients. We select...

2007
Marjorie Fierheller

A clinical investigation into the relationship between increased periwound skin temperature and localized wound infection Marjorie Fierheller, RN, BScN, Ms(c); Dr. Michael Clark; Dr. RG Sibbald; Chronic Wound Healing Clinic, Mississauga, Ontario Many studies relate the presence of chronic wound infection to reduced strength of healing tissue and delayed healing. Although failure to heal may be ...

2008
Sue Templeton

• Non viable wound tissue (slough and/or necrosis). • Lack of healthy granulation tissue (wound tissue may be pale, greyish and avascular). • No reduction in wound size over time. • Recurrent wound breakdown. Numerous molecular and biochemical imbalances are found within the chronic wound environment, including elevated inflammatory cytokines, elevated matrix metalloproteinases (MMPs) and decre...

Journal: :Advanced Healthcare Materials 2021

Ultrasonic Patches In article number 2100785 by Xue Feng and co-workers, a flexible ultrasonic patch is designed fabricated for chronic wound treatment. While the applied to damaged area of wound, it makes conversion Rac1-GDP Rac1-GTP, which can accelerate healing wound. The soft, light completely conform treatment treat effectively.

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

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

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