نتایج جستجو برای: pedicled flap

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

BACKGROUND Lesions in perineal area are common. The usual treatment is coverage by skin graft and flaps which may be local, pedicled or free types. In this paper V-Y flaps were used to cover the defects. METHODS V-Y flaps were used in the gluteal area in 15 patients. Lesions were due to different causes. RESULTS Of 15 patients, 11 were males and 4 were females. Their ages ranged from 3...

Journal: :Plastic and reconstructive surgery 2002
Maurice Y Nahabedian William Dooley Navin Singh Paul N Manson

The purpose of the present study was to determine whether contour abnormalities of the abdomen after breast reconstruction with abdominal flaps are related to the harvest of the rectus abdominis muscle. Abdominal contour was analyzed in 155 women who had breast reconstruction with abdominal flaps; 108 women had free transverse rectus abdominis muscle (TRAM) flaps, 37 had pedicled TRAM flaps, an...

Journal: :Revista brasileira de ortopedia 2012
Juliana Corrêa Dallagnol Rosyane Rena de Freitas André Luiz Soares Crivellaro Glauco José Pauka Mello Mário Armani Neto Geraldo de Freitas Filho

Radical surgeries for treatment of scapular and pelvic girdle tumors (hemipelvectomy and interscapulothoracic amputation) are generally extended procedures, with large areas of local tissue loss after tumor resection. The use of a flap that includes all the anterior and posterior thigh musculature after femur dissection, pedicled in the superficial femoral vessels, has been described was only o...

2016
Carlos Olvera-Caballero Abel Ortiz-Dominguez

A 15-year-old patient harmed himself upon firing a shotgun that he was carrying when he slipped and fell, causing a destructive wound in the right arm with a medial entry hole and a posterolateral exit hole. The biceps, coracobrachialis, triceps, deltoids, skin cover, and humerus were injured; however, the blood vessels and major nerves of the area were surprisingly not affected. The residual s...

Journal: :International wound journal 2015
Jing-Chun Zhao Chun-Jing Xian Jia-Ao Yu Kai Shi

Successful reconstruction of extensive anterior chest wall defect following major electrical burn represents a very challenging surgery. Herein we report the first case using pedicled full-thickness abdominal flap combined with skin grafting to treat this injury with severe infection and exposure of pericardium and ribs in a Chinese patient. Following the performance of chest debridement to rem...

Journal: :Techniques in hand & upper extremity surgery 2013
Babu Bajantri Latheesh Latheef Shanmuganathan Raja Sabapathy

A groin flap is an axial-patterned cutaneous flap based on the superficial circumflex iliac arteriovenous system, which can provide soft-tissue coverage to defects on any aspect of the hand and the distal two thirds of the forearm. One of the presumed disadvantages of the pedicled groin flap is the discomfort experienced by the patient during the time required before flap division. These disadv...

2011
Nyree Griffin Jeremy Rabouhans Lee A. Grant Roy L. H. Ng David Ross Paul Roblin Mark L. George

Radical pelvic surgery is often required in patients with advanced, persistent or recurrent gynaecological and anorectal malignancies. In the last decade, pedicled flap reconstructions have been increasingly used for pelvic floor and neovaginal reconstruction, introducing well-vascularised non-irradiated tissue into the wound cavity and hence reducing wound complications. The aim of this pictor...

2014
Md. Sohaib Akhtar Mohd Fahud Khurram Arshad Hafeez Khan

Aims and Objectives. The aim of this study was to evaluate the versatility of pedicled tensor fascia lata flap for reconstruction of various anatomical regions. Materials and Methods. In this retrospective study a total of 34 patients with defects over various anatomical regions were included. The defects were located over the trochanter (n = 12), groin (n = 8), perineum (n = 6), lower anterior...

Journal: :Interactive cardiovascular and thoracic surgery 2013
Rebecca Llewellyn-Bennett Robin Wotton Douglas West

A best evidence topic in thoracic surgery was written according to a structured protocol. The question addressed was 'In pneumonectomy patients, is buttressing the bronchial stump associated with a reduced incidence of bronchopleural fistula?'. Fifty-seven papers were found using the reported search, of which 12 represented the best evidence to answer the clinical question. The authors, journal...

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

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

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