ADVERTISEMENT

Garin: Project ARK guarantees 10-K RT-PCR tests daily by end-May

Published May 23, 2020 12:00 am
By Ben Rosario The private sector’s Project ARK bid to boost government’s COVID-19 testing capacity through its PCR initiative is right on schedule in guaranteeing 10,000 RT-PCR (real-time polymerase chain reaction) tests per day by the end of the month. Former Health Secretary Janette Garin gestures during the Inquiry into the implementation of the DOH Health Facilities Enhancement Program including the alleged irregularities in the Barangay Health Stations Project in Pasay city, July 4, 2018. (Czar Dancel / MANILA BULLETIN) Iloilo 1st district Rep. Janette Garin
(CZAR DANCEL / MANILA BULLETIN) House Deputy Minority Leader and Iloilo Rep. Janette Garin said an additional 7,000 RT-PCR tests per day will be available by the end of June, while an increase of 7,000 more will be realized by the end of July. Project ARK’s target of 24,000 RT-PCR tests daily will be made available in all parts of the country, thus further strengthening the country’s anti-COVID-19 fight by preventing transmission of the disease. Garin disclosed that in less than one month since the launching of its PCR initiative, Project ARK will be automating 12 laboratories in the following hospitals and health facilities: 1. Cebu Molecular Laboratory 2. Eastern Visayas Regional Medical Center 3. Jose B. Lingad Regional Medical Hospital 4. Negros Occidental Provincial Hospital 5. Perpetual Hospital – Las Piñas and Laguna 6. Philippine Children’s Medical Center 7. Western Visayas Medical Center 8. Zamboanga City Medical Center 9. Baguio General Hospital 10. Bicol Public Health 11. Lung Center of the Philippines 12. National Kidney and Transplant Institute (NKTI) Initiated by businessman and presidential adviser on enterpreneurship Joey Concepcion, Project ARK has also ensured adequate swab testing centers for those who have tested positive for COVID-19 in its Rapid Antibody Testing (RAT) project. Garin described the RAT project as an “avenue that paved way for contact tracing in areas where there were silent transmissions.” “This will not be possible without the incomparable efforts of Joey Concepcion and his GoNegosyo team,” said Garin, a former secretary of health. The opposition solon said the business sector has given tremendous trust and confidence to Concepcion, adding that this has made “a difference.” “We also thank San Miguel Corporation and Ayala Foundation for their generous assistance to our project. Both foundations together with the Philippine Red Cross have contributed a lot to our country’s COVID response,” Garin said. She pointed out that RAT has been deemed necessary in the anti-COVID fight because the “DOH algorithm” does not allow asymptomatic persons to undergo RT-PCR, which remains the gold standard in determining whether or not a person is infected. “When people get tested with RAT and they turn out positive for IgG and IgM despite being asymptomatic, nabibigyan sila ng (they are given a) chance at priority na ma-test (to be tested) for RT-PCR. "Sa nakikita ko ngayon (From what I see now), both Rapid Antibody Test Kits and RT-PCR have their own strengths and weaknesses,” she explained. Garin disclosed that in the coming weeks, GoNegosyo, Ayala Foundation, and San Miguel Foundation, together with the House of Representatives, will be activating more laboratories, namely: 1. Adella Serra TY Memorial Medical Center 2. Bataan General Hospital and Medical Center 3. Bicol Regional Diagnostic and Reference Laboratory 4. Bohol Gallares Hospital 5. Butuan Medical Center 6. Cagayan De Oro Medical Center 7. Cotabato Regional Medical Center 8. Davao - Southern Philippines Medical Center 9. Dr. Jose Fabella Memorial Hospital 10. Dr. Jose N. Rodriguez (Tala) Memorial Hospital and Sanitarium 11. General Santos Medical Center 12. Ilocos Training Regional Medical Center 13. Isabela Doctors General Hospital 14. La Union Medical Center 15.National Center for Mental Health (NCMH) 16. Northern Mindanao Medical Center (NMMC) 17. Ospital ng Palawan 18. Perpetual Hospital – Biñan 19. Quirino Memorial Medical Center 20. San Lazaro Hospital 21. UERM Memorial Medical Center 22. West Visayas State University Medical Center
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.