tag when the banner is visible
createCookie(window.cookieName,window.cookieValue, window.cookieDuration); // Create the cookie
}
function createCookie(name,value,days) {
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
}
else var expires = "";
if(window.dropCookie) {
document.cookie = name+"="+value+expires+"; path=/";
}
}
function checkCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}
function eraseCookie(name) {
createCookie(name,"",-1);
}
window.onload = function(){
if(checkCookie(window.cookieName) != window.cookieValue){
createDiv();
}
}
function removeMe(){
var element = document.getElementById('cookie-law');
element.parentNode.removeChild(element);
}
Recovery Ratings After Surgery for Lumbar Herniated Disc
In a study of people who had 6 to 12 weeks of severe sciatica related to a herniated disc, one group was assigned to have surgery soon (the surgery group). The other group (the nonsurgical group) was assigned to try nonsurgical treatments for 6 months, followed by surgery if their symptoms didn't improve.
When asked about their recovery 2 months after surgery or the start of nonsurgical treatment, people in the surgery group felt better (closer to complete recovery) than people in the nonsurgical group. But after 1 year, both treatment groups rated their recovery about the same.
Current as of: March 9, 2022
Author: Healthwise Staff Medical Review: Kathleen Romito MD - Family Medicine Adam Husney MD - Family Medicine Jeffrey N. Katz MD, MPH - Rheumatology
Current as of: March 9, 2022
Author:
Kathleen Romito MD - Family Medicine & Adam Husney MD - Family Medicine & Jeffrey N. Katz MD, MPH - Rheumatology
This information does not replace the advice of a doctor. Healthwise, Incorporated, disclaims any warranty or liability for your use of this information. Your use of this information means that you agree to the . Learn .