ADVERTISEMENT

Cancer and your state of mind

Published Mar 26, 2022 07:29 am

Can emotions be linked to cancer?

As they say, always manage your emotions. Of course, there are times it is easier said and done, especially if these are negative emotions such as anger, resentment, hate, fear, regret, shame, or sadness. Emotions do not usually subside quickly, especially for those who have had unpleasant experiences or traumas who at times carry them for the rest of their lives. Unfortunately, negative emotions can bring other negativity in your life too, like cancer.

What cancer teaches us is that when it comes to health.

Cancer is not a word that triggers a happy emotion. It is a word that brings fear, worry, and sadness to all of us. There is at least one person in your life who has been afflicted with this disease, and we all know what it feels to have a loved one go through it or succumb to it.

In fact, the World Health Organization (WHO) states that cancer is the second leading cause of death around the world with one in six deaths in 2018. In the Philippines, seven people pass away per hour, according to the Cancer Coalition of the Philippines. Because cancer is brought by different types, it is hard or even impossible to find a cure. So how can we beat cancer? With prevention.

In her book Yes, You Can Prevent and Control Cancer: A Personal Journal for Daily Living and Total Wellbeing, educator and researcher Dr. Christine E.V. Gonzalez, NMD, PhD enumerates the underlying causes of cancer. After all, if you know what causes it, then you also have the power to stop or prevent it. The author indicates that an unhealthy diet, toxic water and dehydration, chemicals, stress, mental and spiritual toxins, and environmental toxicity may all contribute to the big C. But did you know that deadly emotions may be linked to cancer too?

Unfortunately, there are some emotions that linger longer and, when left unaddressed or suppressed, they can affect the body too.

It’s true. According to Dr. Gonzales, deadly emotions are those you have been carrying for quite some time. Since we encounter a lot of things every day, our emotions can vary and change in a day as well. Unfortunately, there are some emotions that linger longer and, when left unaddressed or suppressed, they can affect the body too.

Here are some tips on how to manage your emotions and take care of emotional health. After all, self-care is not just about looking good, but it is also about feeling good too.

  • Keep a journal. Writing them down can help you assess and see patterns on why you felt a certain way at a certain time.
  • Feel what you feel. Do not try to deny or avoid them, instead address them and know that it is normal to feel a certain way sometimes. This helps you become more familiar with them that can eventually help you manage them later on.
  • Be mindful. Breathe, relax, observe, and take in the present moment.
  • Forgive. Oftentimes, your lingering, negative emotions are caused by someone who hurt you. Forgiveness is not only moving on, but also helping yourself release this burden of emotions.

Managing emotions is difficult but important because emotions can impact your health as well. If you have always been having difficulty managing them, it is okay to seek help. There are therapists and councilors who can help you unpack these emotions, let go of those that linger too long, and teach you to control them. You can also try inner child therapy, especially if you have had unpleasant experiences in your childhood. Saps Uttam is an integrative and clinical hypnotherapist, who can guide you in getting you deep into your subconscious to know the root causes and help you start to heal.

What cancer teaches us is that when it comes to health, the power is always within us to change for the worse, or for the better. May you always choose the latter.

Related Tags

cancer wellbeing Emotions
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.