ADVERTISEMENT

Confronting breast cancer

Published Sep 24, 2021 03:12 pm
Photo from Unsplash

October is breast cancer consciousness month. Here is good news for women (and men) who may be looking fearfully at the possibility of having breast cancer!

Do you know we have the first ever, freestanding, profit-for-charity surgical ambulatory center, which implements US protocols and uses advanced technologies for breast cancer diagnosis, treatment, and management?

Yes, this is the Asian Breast Center (ABC) in Makati. You will feel the warmth, comfort, and positivity in the unique healing environment that puts you at ease, a modern approach to treatment, and its advocacy of early detection, prevention, and breast conservation. WHO’s Agency for Research on cancer shows that breast cancer is overtaking lung cancer in terms of cases reported and our country has the highest incidence of breast cancer in Southeast Asia.

The profit-for-charity ABC (they have scholars in the field in partnership with De La Salle School of Medicine in Cavite) from the excess profit they get from paying patients. It opened its doors in 2017 on the eighth floor of Centuria Medical Makati to the health community and breast cancer awareness advocates. The one-stop shop is now the facility of choice for women (and men) when it comes to their breast health and wellness. Providing a COVID-safe environment free from in-hospital diseases and viruses, it is fitted with a spacious waiting area, consultation rooms, diagnostic rooms, a modern operating room, and recovery rooms aptly called Executive Suites.

As the ABC strictly adheres to the National Comprehensive Cancer Network’s (NCCN) guidelines, patients are assured they are getting the same quality and standard of care similar to leading breast cancer hospitals in the US. This means you no longer have to travel abroad to get the same level of care because it’s already here! Topnotch treatment is provided by ABC’s team of doctors headed by Dr. Norman San Agustin, a fellow of the American College of Surgeons and founder and president of Morristown Surgical Associates at the Morristown Medical Center in New Jersey.

The center believes in offering a holistic, comprehensive, and multi-disciplinary approach to breast care that includes prevention, screening, diagnosis, and treatment. The 45-minute comprehensive consultation is already inclusive of a complete medical history assessment, Gail scoring, clinical breast exam, education on breast exam and cancer risk-reduction, cart ultrasound reading, tailored treatment plan, and options for other diagnostic procedures superior to other health providers. Experts from medical oncology, radiation oncology, surgical oncology, plastic surgery, radiology, and even physical therapy can all be found at the ABC.

For diagnosis, the center has a Molecular Breast Imaging (MBI) machine that can accurately detect cancer with higher accuracy and specificity versus a mammogram. It is much safer than a Magnetic Resonance Imaging (MRI) exam, an expensive high-tech diagnostic test used specifically if there are inconclusive findings in the mammogram and/or breast ultrasound. Some European nations have totally banned some breast MRI tests because it uses Gadolinium-based contrast (or dye) agents that remain in the brain for many years after the scan. The MBI uses Tc-99 sestamibi, an approved agent for breast imaging. This low-radiation-dose protocol dye is perfectly safe as it is completely secreted once the patient urinates after the exam, and so it does not remain in the body. The MBI can be helpful for some women who need but cannot endure an MRI session for reasons such as kidney failure, claustrophobia, or who have pacemakers or some other metallic implants.

So there, fear not, expert diagnosis and treatments in ABC need not make you less of a woman if you have breast cancer.

( Next week: Coping with breast cancer)

Related Tags

Angel Thoughts Breast cancer
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.