نتایج جستجو برای: prolapsed disk

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

Journal: :The archives of bone and joint surgery 2016
Babak Mirzashahi Abbas Tafakhori Arvin Najafi Mahmoud Farzan

Even though intervertebral disc degeneration can be found in the natural course of alkaptonuria, detection of the disease by black disc color change in a patient without any other presentation of alkaptonuria is an exceptionally rare condition. We have reported a very rare case of alkaptonuria presented with low back pain and steppage gait in a 51-year-old male with a complaint of chronic low-b...

Journal: :The Journal of bone and joint surgery. American volume 2012
Kristen Radcliff Alan Hilibrand Jon D Lurie Tor D Tosteson Lawrence Delasotta Jeffrey Rihn Wenyan Zhao Alexander Vaccaro Todd J Albert James N Weinstein

BACKGROUND The Spine Patient Outcomes Research Trial (SPORT) is a prospective, multicenter study of operative versus nonoperative treatment of lumbar intervertebral disc herniation. It has been suggested that epidural steroid injections may help improve patient outcomes and lower the rate of crossover to surgical treatment. METHODS One hundred and fifty-four patients included in the intervert...

Journal: :Annals of Pediatric Surgery 2011

Journal: :Turkish neurosurgery 2008
Hakan Sabuncuoğlu Selçuk Ozdoğan Erdener Timurkaynak

Although the first reported surgery for lumbar disc herniation was published many years ago, there still remains little agreement for the most effective treatment protocol for symptomatic cases. Many patients with extruded lumbar disc herniation require surgical intervention due to radiculopathy of lower extremities but some neurological symptoms of intervertebral disc herniation may frequently...

Journal: :Spine 2008
Anna N A Tosteson Jonathan S Skinner Tor D Tosteson Jon D Lurie Gunnar B Andersson Sigurd Berven Margaret R Grove Brett Hanscom Emily A Blood James N Weinstein

STUDY DESIGN Spine Patient Outcomes Research Trial observational and randomized cohort participants with a confirmed diagnosis of intervertebral disc herniation (IDH) who received either usual nonoperative care and/or standard open discectomy were followed from baseline at 6 weeks, 3, 6, 12, and 24 months at 13 spine clinics in 11 US states. OBJECTIVE To evaluate the cost-effectiveness of sur...

Journal: :Indian Journal of Surgical Oncology 2013

Journal: :In vivo 2011
Davide De Vita Salvatore Giordano Emilio Piccione

Acute haemorrhage following pelvic reconstructive surgery is a complication that requires immediate evaluation and treatment. Most researchers describe the perioperative morbidity associated with complex surgery for prolapsed pelvic organs, but to date, no studies have reported on the management of acute haemorrhage during surgery. This case study describes two cases of acute bleeding during co...

Journal: :BMC Women's Health 2002
Mustafa Kucuk

BACKGROUND: Fallopian tube prolapse as a complication of abdominal hysterectomy is a rare occurrence. A case with fallopian tube prolapse was managed by a combined vaginal and laparoscopic approach and description of the operative technique is presented. CASE PRESENTATION: A 39-year-old woman with vaginal prolapse of the fallopian tube after total abdominal hysterectomy presented with an incorr...

2014
Seung Jae Lee Young Don Kim Haksu Kyung

Dear Editor, Rupture of the posterior capsule and prolapse of the vit-reous body are relatively common complications of cataract surgery. When posterior capsule rupture (PCR) occurs, the vitreous body prolapsed into anterior chamber should be removed completely. However, the surgical procedure to remove the vitreous body is difficult and troublesome because the vitreous structure is transparent...

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

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

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