نتایج جستجو برای: decompressive neuroplasty

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

2009
Cheol Wan Park Eun Young Kim Jae Myung Kim Chan Jong Yoo

Objective: In pediatric patients, autologous-bone assisted cranioplasty is preferred because the child’s original skull material will become reintegrated. Unfortunately, the replaced bone flap sometimes undergoes bone resorption, which results in structural breakdown necessitating reoperation. We report two children who underwent failure of autologous cranioplsty following decompressive craniec...

2016
David Chwei-Chin Chuang Frank Fang Tommy Nai-Jen Chang Johnny Chuieng-Yi Lu

BACKGROUND Thoracic outlet syndrome (TOS) is a highly controversial clinical entity. There is much debate on its terminology, existence, diagnosis, and treatment. The purpose of this study was to describe our opinions about these controversial topics of TOS and the treatment of TOS over the past 30 years. METHODS From 1985 to 2014, a total of 80 patients underwent decompressive surgery for TO...

2010
Mohamed Lotfy Ahmed El Said Sameh Sakr

Background: A decompressive craniotomy can relieve critically increased intracranial pressure. Objective: to assess the postoperative clinical outcome and compare it with other series. Methods: (a) patient selection: patients presented to the Neuroemergency unit in Kasr El-Eini Hospitals from January 2006 to December 2007 with traumatic brain injury and fulfilling the following criteria 1) clin...

2016
Roberto Bezerra Vital Pedro Tadao Hamamoto Filho Gustavo Jose Luvizutto Luis Gustavo Ducati Gabriel Pereira Braga Helio Rubens de Carvalho Nunes Flavio Ramalho Romero Eliana Marisa Ganem Marco Antonio Zanini Rodrigo Bazan Johannes Boltze

BACKGROUND Malignant cerebral artery strokes have a poor prognosis, with nearly 80% of mortality in some series despite intensive care. After a large randomized trial, decompressive hemicraniectomy has been performed more often in stroke patients. Here, we describe patients in a tertiary teaching hospital in Brazil, emphasizing the impact of age on outcomes. METHODS A retrospective cohort of ...

2015
Julius Hoehne Monika Friedrich Alexander Brawanski Michael Melter Karl-Michael Schebesch

BACKGROUND Intracranial hypertension is a well-known life-threatening complication of bacterial meningitis. Investigations on decompressive craniectomy after failure of conservative management are scarce, but this surgical treatment should be considered and performed expeditiously, as it lowers the intracranial pressure and improves brain tissue oxygenation. Early cranioplasty can further aid t...

2016
Lixiang Zhou Jinlu Yu Lichao Sun Yanwu Han Guangming Wang

INTRODUCTION In patients with traumatic brain injury, an effective approach for managing refractory intracranial hypertension is wide decompressive craniectomy. Postoperative hydrocephalus is a frequent complication requiring cerebrospinal fluid (CSF) diversion. PRESENTATION OF CASE A 50-year-old male who underwent decompressive craniectomy after traumatic brain injury. He developed hydroceph...

2012
Dong Am Park Seok Won Kim Seung Myung Lee Chong Gue Kim Suk Jung Jang Chang Il Ju

OBJECTIVE This study was performed to describe the clinical presentation, surgical outcome in patients with symptomatic myelopathy caused by ossification of the yellow ligament (OYL). METHODS The authors reviewed consequent 12 patients in whom posterior decompressive laminectomies were performed for OYL from 1999 to 2005. Diagnostic imagings including simple radiographs, computed tomography a...

Journal: :Acta neurologica Belgica 2011
Massimiliano Visocchi Giuseppe Esposito Giuseppe Maria Della Pepa Francesco Doglietto Carlotta Ginevra Nucci Marco Maria Fontanella Nicola Montano

INTRODUCTION Giant frontal mucocele (GFM) is an extremely rare cause of frontal lobe syndrome. Subdural empyema (SDE) is an uncommon complication of paranasal sinisutis, for which craniotomy and decompressive craniotomy are the most effective surgical procedures. CASE REPORT A 54-year-old man was brought unconscious to the Emergency Room where recurrent generalized seizures occurred. Heroine ...

Journal: :Journal of clinical neuroscience : official journal of the Neurosurgical Society of Australasia 2012
Alexander E Ropper Stephen V Nalbach Ning Lin Ian F Dunn William B Gormley

Extra-axial fluid collections are known consequences of decompressive hemicraniectomy. Studies have examined these collections and their management. We retrospectively reviewed 12 consecutive patients who underwent decompressive hemicraniectomy for the treatment of malignant cerebral edema after infarction and evaluated the evolution, resolution and treatment of post-operative extra-axial fluid...

Journal: :Turkish neurosurgery 2014
Yuhai Wang Chunli Wang Likun Yang Sang Cai Xuejian Cai Jirong Dong Jiandong Zhang Jun Zhu

AIM Fast direct decompression surgery for treatment of severe head injury often results in intraoperative and postoperative complications. Controlled decompression may help prevent these complications. This preliminary study aims to compare the effects of controlled and conventional decompression in patients with severe head injury. MATERIAL AND METHODS A total of 128 patients with severe hea...

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

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

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