ADVERTISEMENT

'Bully' Roque should not attend IATF meetings if he can't stand the heat — Robredo

Published Sep 12, 2021 11:14 am

Vice President Leni Robredo on Sunday, September 12, called Presidential spokesman Harry Roque “rude” and a “bully” after his outburst against doctors for their criticisms of the government’s pandemic response.

(Vice President Leni Robredo/Facebook)

Robredo said that the Palace official should stop attending meetings of the Inter-Agency Task Force (IATF) on Emerging Infectious Diseases, in which he is a member, if he cannot handle criticisms and contrary opinions.

“Kung merong ibang tao na kausap mo na iba iyong pagtingin sa mga bagay, wala ka namang karapatan na mag-react (If there are people who have a different opinion, you don’t have the right to react) the way na (that) Secretary Roque did. Kaya nga may IATF para mapakinggan lahat (The IATF exists to hear everybody),” Robredo said during her weekly radio show over dzXL.

“Kung hindi ka agree, okay naman sabihin mong hindi ka agree pero wala kang karapatan na mambully, mambastos (If you don’t agree, it’s okay to say that you don’t agree but you don’t have a right to bully, to be rude),” she added.

The purpose of the IATF meetings is “to harmonize” different opinions and views to come up with the right solution to the problem.

“Kung ayaw mong makinig ng (If you don’t want to listen to) contrary opinion, h’wag ka nang pumunta dun kasi iyon ang (don’t go there anymore because that’s the) purpose ng (of the) meeting,” Robredo said.

READ: Netizens deplore Roque's diatribe vs pro-ECQ doctors

But Roque could not seem to handle different perspectives as he was caught during a teleconference call with a medical experts’ group berating health care workers for opposing the government’s plan to shift to granular lockdowns from region-wide quarantine classifications.

In the leaked video, the spokesman and future guest senatorial candidate of Energy Secretary Alfonso Cusi’s faction of the PDP-Laban repeatedly pointed his finger and raised his voice as a response to Dr. Maricar Limpin, president of the Philippine College of Physicians (PCP).

Roque accused her group of having “never said anything good about the government response” to the pandemic.

READ: Roque's apology not sincere — Limpin

The vice president said Roque’s anger was “very misplaced” and said that if anyone was politicking, as the Palace official claimed, it was them.

“Kung nakinig lang tayo sa (If we only listened to our) health experts from the very start siguro ngayon hindi na kasinglala (maybe now, it is not as worse),” Robredo lamented.

She scoffed at Roque's allegations that the opposition wants the government to fail because if it does, the opposition will go down as well.

READ: 'Opposition wishing for failed vaccination program', says Roque

The reason why the IATF exists is for “convergence” of different agencies, expert opinions, and sectors.

“Kasi kaming mga (Because us) government officials nandiyan kami hindi para sa sarili namin pero nandiyan kami kasi nirerepresent namin ‘yung taong bayan (we are there not for ourselves but we are here to represent the people),” she said.

Related Tags

Harry Roque VP Leni Robredo covid-19 maricar limpin IATF meeting Doctors opposition
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.