ADVERTISEMENT

Prostate cancer

Published Jan 17, 2021 12:40 am
IF SYMPTOMS PERSIST  Dr. Jose Pujalte, Jr. “Tell them I’ve had a wonderful life.” – Ludwig Wittgenstein (1889-1951), Austrian-British philosopher on his deathbed, with prostate cancer Below a man’s urinary bladder and in front of his rectum lies a gland the size, the anatomist Henry Gray described, as that of a castaña.  But, it can be thought of more as a pilonga that is fittingly, a dried chestnut.  It is the prostate.  As in most parts of the anatomy it is unnoticed and unappreciated until one day it starts giving problems. The prostate belongs to the male reproductive system.  Part of it envelops the urethra or the common tube exiting in the penis (where urine and semen pass).  A known function of the prostate is secreting the fluid that forms part of the ejaculate. This fluid makes the vaginal environment less acidic and less hostile to sperm. Risk Factors. The prostate is not immune to cancer. In fact, researchers theorize that in a high fat diet, the excessive fat increases the production of the hormone testosterone which in turn revs up the cancer cells. It runs in families so if a brother or father has prostate cancer, the chances of getting it increases. Age is a risk factor. The risk increases as the male gets older. The horror of prostate cancer is compounded by consequences of treatment such as bladder problems and impotence (erectile dysfunction to the faint-hearted). However, the good news is that if the cancer is detected early, treatment success is high and side-effect may be temporary. Signs & Symptoms.  Here’s the downside: signs and symptoms when already detectable may mean that the cancer has gone beyond the prostate. Nevertheless, watch out for:
  • Pain during urination.
  • A dull ache in lower pelvis.
  • Urgency to urinate.
  • Difficulty starting urination.
  • Hematuria (blood in the urine).
  • Weak urine flow and dribbling.
  • Loss of weight and appetite.
  • Painful ejaculation.
  • Frequent urination at night.
  • The feeling the bladder isn’t empty.
Diagnosis. It’s true that these difficulties may point to other (non-cancer) conditions. Examples are BPH (benign prostatic hypertrophy) or enlargement of the prostate and infection which may also be present with pain and abnormal urination. Nevertheless, it would be wise to visit a urologist. A digital rectal exam (please, you cannot insist on the nurse) means that doctor’s gloved and lubricated index finger is used to feel the prostate. A high PSA (prostate specific antigen) is seen in prostate cancer, inflammation, infection, or enlargement. Other exams may include a urinalysis and a transrectal ultrasound. If indeed cancer is suspected, more sensitive tests are in order. Most definitive is a biopsy or tissue sample of either the prostate itself or lymph nodes. From the grading of the cancer, its aggressiveness is confirmed and appropriate treatment can follow. Treatment. Urologists and cancer specialists have joined forces in treating prostate cancer. Predictably, treatment approaches are numerous and combined. These included radiation therapy, in which high-powered xray beams zap cancer cells. In hormone therapy, LHRH or luteinizing hormone-releasing hormone agonists mount a chemical blockade to stop testosterone from keeping the cancer cells from growing. The surgeon’s contribution is radical prostatectomy (removal of the prostate, involved lymph nodes). Cryotherapy, in which the prostate is frozen using a rectal microwave probe, is another option. The procedure attempts to destroy cancer cells by freezing.  In brachytherapy, radioactive “seeds” are embedded in the prostate – landmines as it were in the territory of the prostate. There is ample documentation that men die with their prostate cancer rather than of it. But the sooner prostate cancer is detected, the less suffering can be expected. Was it Wittgenstein’s eccentricity that led him to ignore the agony of prostate cancer? Still, his most famous utterance “Whereof one cannot speak, thereof one must be silent,” is somehow consistent to a life enduring a condition he could not imagine or picture. E-mail [email protected]

Related Tags

Dr. Jose Pujalte Jr. IF SYMPTOMS PERSIST
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.