ADVERTISEMENT

Silent attack: A COVID-19 experience

Published Jul 9, 2021 12:12 am
SURVIVOR’S TALE (The author, who hails from Bohol, is currently in Canada. He works at a Catholic School in Manila.) This pandemic goes beyond any prediction, calculation, and data analysis. It has been a year or more of lockdowns and quarantines. Most of our senses cannot afford to notice the virus. Our naked eyes cannot. Our sense of touch, smell, taste, and hearing cannot too. The presence of the virus is like a clever thief. It attacks unnoticed. The writer here is a COVID-19 survivor. I strictly followed the health standards and government protocols. My experience happened in the midst of vigilance. Last March 28, 2021, the early symptoms kicked in. First, I felt the unusual tiredness and body pain. The thing is, those two symptoms stirred me to rest and just sleep the whole day. The long hours of sleep, I assumed, may end the tiredness, but it didn’t. More and more, I started to become weak and exhausted. I longed to stay in bed and sleep longer. Even with the initial symptoms, I had no thought of the virus. Since there was a change of weather from winter to spring time, it could be the typical flu. To keep my body active, I took a warm bath just to make myself aware of my body temperature and underlying physical reactions. I became weaker after a few hours. The tiredness and body pain led to body chills in the evening of March 28. I trembled out of control. As expected, my body temperature increased. I developed an alarming fever. From 37.8, it went up, and then, down. The thought of having the virus started to sink in. When more symptoms surfaced, it was no longer a suspicion; I knew I was COVID-19 positive. Though very tired, it was not easy to sleep the first night with all the symptoms, plus the anxiety that I had the virus. Honestly, I was scared. The next day, I woke up late. The moment I opened my eyes, I checked myself thoroughly, beginning with my breathing, body temperature, heartbeat, and my whole consciousness. I told myself that I must be feeling the symptoms of a mild case only.  But I started to feel new signs. Headache came and I found it difficult to do simple chores. I felt disoriented. I started to increase my vitamin C intake and took Tylenol twice a day. The second day of the ordeal was the start of self-isolation. Though there was no test done yet, I did early precautions to protect other household members. Doing more research about the virus on the Internet helped me in a way, but I think it also added to the anxiety and other psychological reactions. Before ending the first day of isolation, a new symptom took my attention. A dry cough gradually developed. Of all the symptoms, dry cough was the toughest one. It alerted me to monitor my breathing. Well, most of what I read about the virus states that the hardest part is when patients are having difficulty in breathing. Unfortunately, that heightened my worry. I started to connect with my family in the Philippines and close friends through online, telling them of my current situation. It is our nature to seek emotional support during unpleasant situations and feelings. In my case, the disclosure was helpful and therapeutic. I felt that I had entered the healing phase, though the battle had just begun. The five of us in the household decided to have a test. We booked for the online SWAB Test schedule. The test was done on a good Friday, April 2, and we received our results the day after. We were all positive for COVID-19. So we stayed together throughout the isolation period of 10 days as mandated by the Ministry of Health. By the way, I had this COVID experience while I was in Canada. In a few days, some symptoms stopped, while others like dry cough and headache continued. The experience of 10 days in the isolation period may vary for each person. It depends on how a body fights the virus. The virus is deadly, it behaves like a lion, always ready and vigorous, looking for something or someone to devour. The COVID battle is real; it is between life and death. There were sleepless nights during my isolation, and I thought I would lose my life. I thought – what if my breathing stops? Waking up at dawn and being conscious that I am in the middle of a battlefield was terrible. The virus’ tactic is to launch a silent attack. The best weapon to retaliate is kindness to oneself. As the Latin saying goes, “Nemo dat quod non habet,” which literally means, “no one gives what they do not have." The virus attacks us silently but kindness shall win. Be kind to yourself first – that’s my COVID-19 survivor’s battle cry.

Related Tags

covid-19 SURVIVORS TALE survivor covid-19 survivor
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.