ADVERTISEMENT

TMC kicks off Colorectal Cancer Awareness Month with medical symposium

Published Apr 7, 2018 06:11 pm
The Medical City (TMC) kicked off celebrations in observance of Colorectal Cancer Awareness Month with a medical symposium for lay people. The objective was to provide more people with a better understanding of colorectal cancer and create awareness about the importance of early detection and cure. Held recently at the Augusto Barcelon Auditorium, the forum titled “Colorectal Cancer Screening and Management: What, How and Why?” gathered doctors from TMC to promote and talk about the value of colorectal cancer (CRC) screening. The message was clear -- that cancer screening can save lives, but the fact remains that many do not know about it. At present, colorectal cancer is the third most common type of cancer in the Philippines overtaking liver cancer, with breast and lung cancer being the most prevalent, according to data released by the Philippine Cancer Society back in 2015. It is also the third most common cancer in the world, with more than 1.4 million cases reported. Factors that may increase the risk of getting colon ccancer include age (50 years old and above), inflammatory intestinal conditions, a family history of colon cancer, a low-fiber high fat diet and a sedentary lifestyle. In his talk “Colorectal Cancer: Why we screen, Who we screen, and How we screen,” Dr. Atenodoro Marciano “Jun” Ruiz, a gastroenterologist and consultant at TMC, said that aside from early detection of symptoms through colonoscopy or stool test, it is also best to keep a healthy lifestyle through exercise and proper diet. “Colon cancer is preventable and treatable, especially when diagnosed early. It can be beaten,” Dr. Ruiz emphasized. Dr. Marie Dione Sacdalan, in her talk “When the Gut gets Clogged: Surgery for Colorectal Cancer,” said that surgery remains to be top treatment choice for colorectal cancer. “It is through surgery that the chances for survival increase, of course depending on the condition of the patient in terms of handling the stress of a surgery. It is best that the doctor and the patient discuss everything prior to surgery.” Meanwhile, Dr. Josephine Tolentino discussed “Facts, Myths and Fallacies about Chemotherapy” another known cancer treatment option. There have been many improvements in chemotherapy which should not scare people anymore. She cited as well TMC’s Chemotherapy Unit and its highly trained staff of nurses and doctors who administer chemotherapy. “There are now several advancements in cancer treatment technology not just to increase cancer survival rates but achieve quality of life. There is no need to be scared or worried about chemotherapy, contrary to several earlier notions.” Dr. Katherine Therese Bundalian, in her discussion “Colorectal Risk Factors and Prevention,” said it is very important to spread awareness about the risk factors of cancer like lifestyle and diet, coupled with screening for early detection, lower the risk of colon cancer. One of the most awaited lectures during the symposium, however, was that of Dr. Enrique “Eric” Tayag, Assistant Secretary at the Department of Health (DOH). In his talk “Explore a Service Delivery Network Model for Colorectal Cancer,” Dr. Tayag lamented that the country’s health system is fragmented, which results in poor access to health services. “There should be an effective service delivery network that can be achieved through collaboration in order to provide people with the proper medical services, whether they are in the urban or rural areas.” He said the service delivery network can also work for colorectal cancer, where cancer can be prevented, screened, and treated. He called for the creation of service delivery networks in the provinces where doctors, hospitals, clinics, health workforce, services they provide and their equipment, will be included in a registry so that patients are assured of effective delivery of medical services. “We are also looking at using wireless communications technology where medical advice can be done virtually or online.” Overall, Dr. Manuel Roxas, Chairman of the Department of Surgery of TMC and co-Director of the TMC Augusto P. Sarmiento Cancer Institute said that colorectal cancer, despite all the risk factors associated with it, is definitely screenable, curable and treatable. “The treatment should have a system; treatment should not be just going to one doctor anymore but a whole team. At TMC, we’re trying to develop a model of treatment that other cancer treatments can follow.” The Medical City is located along Ortigas Avenue, Pasig City. For more information about The Medical City and its services, call (+632) 988-1000 or (+632) 988-7000, email at [email protected], or visit www.themedicalcity.com.  
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.