نتایج جستجو برای: marcenac incision

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

Journal: :Head & neck 2013
Giuliano Perigli Etleva Qirici Benedetta Badii Aurora Kokomani Fabio Staderini Michaela Luconi Clara Crescioli Massimo Mannelli Mario Maggi Fabio Cianchi

BACKGROUND The role of minimally invasive surgery in Graves' disease is still controversial. The aim of this study was to compare the clinical outcomes of patients undergoing minimal-incision thyroidectomy with those undergoing conventional thyroidectomy for Graves' disease. METHODS A prospective study was performed on 148 patients undergoing total thyroidectomy. Seventy-one patients underwen...

Journal: :Orthopedics 2012
Paul Manner

Describe the most common techniques used for minimally invasive hip surgery. Certainly the most commonly described approaches in the literature are the posterior and direct anterior. The posterior approach is essentially the same as what surgeons have done traditionally but with a shorter incision and less dissection of the deep musculature. The 2-incision approach, which I prefer, has fallen o...

Journal: :Experimental and clinical transplantation : official journal of the Middle East Society for Organ Transplantation 2013
Ke Wang Dong-fu Liu Lin Wang Chun-hua Lin Chang-pin Men Feng-chun Wan Hui Wang Zhen-li Gao

OBJECTIVES We sought to evaluate the advantages of an inguinal incision in extracting the kidney during retroperitoneal laparoscopic live-donor nephrectomy. MATERIALS AND METHODS From May 2008 to June 2011, fifty-eight cases of retroperitoneal live-donor nephrectomy were performed at our hospital; all data were analyzed retrospectively. All donors were grouped in a test group (n=32, inguinal ...

Journal: :ANZ journal of surgery 2002
Stephen Jancewicz Stan Sidhu Bin Jalaludin Peter Campbell

BACKGROUND The descriptions of the optimal method for placing a cervical collar incision for thyroidectomy or parathyroidectomy are varied. It has been our impression that a collar incision marked in the neutral upright neck, migrates superiorly relative to the sternal notch when the patient is placed in the supine position. The aim of this study was to investigate the validity of this impressi...

2017
Mutsumi NAGAI Naoki KANEKO Fumihiro ARAI Gen KUSAKA Mami ISHIKAWA

When a wide polygonal dural window is created, a short dural incision length is preferred by surgeons because suturing a wastefully long incision line during closure is troublesome. A locator to facilitate making the shortest dural incision when creating a polygonal dural window would be helpful. We geometrically analyzed the shortest incision design for a pentagonal dural window and produced a...

Journal: :Acta orthopaedica Belgica 2013
Jun-Feng Cai Feng Yuan Min Ma Wei Zhou Shu-Lin Luo Feng Yin

We describe our experience with a two-incision anterolateral acromial approach in locking plate fixation of proximal humeral fractures in older adults. Mean time between injury and surgery was 3.08 +/- 1.24 days. A proximal anterolateral transverse incision and a more distal longitudinal incision were used. A locking plate was inserted along the lateral side of the humerus from the proximal inc...

2016
Jyotirmoy Phookan Pritam Chatterjee

Objective: To show utility of small incision (4 cm or less) in parotidectomy where incision is purely cervical. Study design: Prospective study. Setting: Tertiary care centre. Materials and Methods: In the study period of 7 years, from July 2008 to June 2015, 40 patients were included in this study, and were considered pre-operatively for possible attempt to perform minimally invasive small inc...

Journal: :European journal of cardio-thoracic surgery : official journal of the European Association for Cardio-thoracic Surgery 2007
Hironori Ishibashi Masahide Hirose Shin-ichiro Ohta

Fig. 1. Computed tomography clearly demonstrated lung hernia of the right lower lobe through a chest wall defect at the site of a previous thoracoscopic surgery. At the previous thoracoscopic surgery, intercostal incision was closed with two interrupted sutures passing over the rib above the incision and through the rib below the incision, and three horizontal mattress interrupted sutures trave...

Journal: :Liver transplantation : official publication of the American Association for the Study of Liver Diseases and the International Liver Transplantation Society 2008
Joos Heisterkamp Geert Kazemier

A novel J-shaped incision for liver transplantation was introduced in attempt to reduce the wound-related complication rate while maintaining comparable access. Some 58 consecutive patients with the classic Mercedes incision were compared with the following 60 consecutive patients with a J-shaped incision. Nine of 60 patients (15%) with a J-shaped incision were converted to an extensive incisio...

2012
Jun Suh Lee Tae Ho Hong Jun Gi Kim

PURPOSE The intraumbilical incision is being used more frequently, with increasing cases of single incision laparoscopic surgery. Since the umbilicus is deeper than the surrounding wall, it has abundant bacteria. No study has compared the adverse outcomes of periumbilical and intraumbilical incisions. We analyzed the wound complication rates of perforated appendicitis patients according to the ...

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

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

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