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);
}
After a stroke, keep in mind that you are the most important person in your own recovery. You need to have a major say in the decisions about your care. This may be hard for you, and you may sometimes feel like sitting back and letting others take charge.
Make sure others understand that you want to be involved in the decisions about your care.
State your wishes and opinions on matters that affect you. Talk with your doctor about your concerns. Ask questions.
If you need extra time to think or you have trouble talking, try not to let others make decisions for you without hearing what you have to say.
If you have a speech problem, you may have trouble getting others to understand your wishes. Ask someone to help you express your ideas and needs. Or write them down if you can.
If you feel that anyone is "talking down" to you or speaking about you as if you were not present, express your concern.
Know and follow your care plan and your rehabilitation (rehab) plan.
Feeling sad about having a stroke and the resulting disabilities is normal. But if you get depressed, it can interfere with your recovery. At the first sign that you are feeling depressed, talk with your family and your doctor. The sooner you know if you are depressed, the sooner you can get treatment. Treatment can help you feel better.
Author: All Healthwise education is reviewed by a team that includes physicians, nurses, advanced practitioners, registered dieticians, and other healthcare professionals.
Current as of: July 31, 2024
Author:
All Healthwise education is reviewed by a team that includes physicians, nurses, advanced practitioners, registered dieticians, and other healthcare professionals.
This information does not replace the advice of a doctor. Ignite Healthwise, LLC, disclaims any warranty or liability for your use of this information. Your use of this information means that you agree to the . Learn .