نتایج جستجو برای: contained disc herniation

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

2017
Yu-tong Gu Zhan Cui Hong-wei Shao Yun Ye Ai-qun Gu

BACKGROUND We designed an easy posterolateral transforaminal endoscopic decompression technique, termed PTES, for radiculopathy secondary to lumbar disc herniation. The purpose of the study is to describe the technique of PTES and evaluate the efficacy and safety for treatment of lumbar disc herniation including primary herniation, reherniation, intracanal herniation, and extracanal herniation ...

2018
Haolin Sun Longtao Qi Shijun Wang Xuwen Li Chunde Li

Apoptosis plays pivotal role in the pathogenesis of degenerative disc diseases, which is the primary contributor to low back pain. Although the role of hydrogen sulfide (H2S) in cell apoptosis is well appreciated, the effects and mechanism that H2S regulates the program death of intervertebral disc cell are not yet elucidated. In this study, we utilized the nucleus pulposus (NP) from patients w...

2012
Do Yeon Kim Chang Hyun Oh Seung Hwan Yoon Hyung Chun Park Chong Oon Park

OBJECTIVE To evaluate the usefulness of back pain questionnaires for lumbar disc screening among Korean young males. METHODS We carried out a survey for lumbar disc screening through back pain questionnaires among the volunteers with or without back pain. Three types of back pain questionnaire (Oswestry Low Back Pain Score, Aberdeen Low Back Pain Scale, and Acute Low Back Pain Screeing Questi...

Journal: :BMC Musculoskeletal Disorders 2007
Arja Häkkinen Ilkka Kiviranta Marko H Neva Hannu Kautiainen Jari Ylinen

BACKGROUND The overall rate of operations after recurrent lumbar disc herniation has been shown to be 3-11%. However, little is known about the rate of residives. Thus the aim of this study was to explore the cumulative rates of re-operations and especially residive disc herniations at the same side and level as the primary disc herniation after first lumbar disc herniation surgery and the fact...

Journal: :Proceedings of the Western Pharmacology Society 2010
Judith Aronsohn Kenneth Chapman Magdy Soliman Trusha Shah Sherif Costandi Rafik Michael Adel R Abadir

In this study we present the efficacy of aspiration of disc material employing the Stryker Disc Dekompressor during percutaneous microdiscectomy for the treatment of chronic spinal and radicular pain due to contained lumber disc herniation and compare the short-term outcome in such patients with those who received lumber epidural injection. A total of 50 patients with chronic lumber discogenic ...

Journal: :Pain physician 2016
Xinbo Wu Guoxin Fan Xiaofei Guan Yanjie Zhu Longfei Huang Shisheng He Xin Gu

UNLABELLED The technique of percutaneous endoscopic lumbar discetomy (PELD) in the transforaminal approach has evolved over the years due to the advances in endoscopic photology and instrumentation and become the most popular technique for lumbar disc herniation. Although PELD offers many advantages, the indications of PELD are limited mostly to non-migrated or low-migrated disc herniation. It ...

2015
Charlotte Katharine Gunner James Tomlinson Anna Lillian Watts Antony Rex Michael

Intradural disc herniation is found in only 0.3% of cases of disc herniation. The majority of these (>95%) are found in the lumbar region, with fewer than 5% occurring in the thoracic region [1,2]. While imaging occasionally raises suspicion of an intradural component to a herniated disc, the majority of cases are diagnosed intraoperatively [1-6]. We describe a case of an intradural thoracic di...

Journal: :The Journal of bone and joint surgery. American volume 2003
Eugene J Carragee Michael Y Han Patrick W Suen David Kim

BACKGROUND The surgical treatment of sciatica with discectomy is ineffective in a sizable percentage of patients, and reherniation occurs after 5% to 15% of such procedures. The purpose of the present study was to determine if competence of the disc anulus and the type of herniation could be used to predict postoperative clinical outcomes following lumbar discectomy. METHODS A prospective obs...

2010
Cristina Tacu N Ianovici Elena Rezus I. S. Stratulat Silvia Nicoleta Miu

The development in technology and informatics in the last decades enables integrated analysis of biomechanical and clinical data and facilitates the understanding of relations between human gait characteristic and different medical conditions of a patient. The aim of the study was to demonstrate the importance of gait temporospatial parameters analysis [opposite foot off, opposite foot contact,...

Journal: :Rhode Island medical journal 2009
Ann Conn Ricardo M Buenaventura Sukdeb Datta Salahadin Abdi Sudhir Diwan

BACKGROUND Caudal epidural injection of local anesthetics with or without steroids is one of the most commonly used interventions in managing chronic low back and lower extremity pain. However, there has been a lack of well-designed randomized, controlled studies to determine the effectiveness of caudal epidural injections in various conditions - disc herniation and radiculitis, post-lumbar lam...

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

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

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