ADVERTISEMENT

BoC on full alert against entry of nCoV-infected products

Published Jan 29, 2020 12:00 am
By Genalyn Kabiling The Bureau of Customs (BOC) has been placed on full alert to guard against the entry of imported products that may be infected with the novel coronavirus. Customs authorities are closely coordinating with the health and agriculture departments to thoroughly inspect food items, animals, farm products and used clothing imported from coronavirus-hit countries, according to Customs Assistant Commissioner Vincent Maronilla. (REUTERS/BOC/MANILA BULLETIN) (REUTERS/BOC/MANILA BULLETIN) The alert status was issued by Customs chief Rey Leonardo Guerrero last Monday to help ensure public safety and health amid concerns about the coronavirus spreading in some countries, Maronilla said. "The intelligence and enforcement group of Bureau of Customs are now on full alert as per order of the Commissioner guarding against all items not just food items by which we coordinate with the Department of Health (DOH) and Department of Agriculture (DA) that might be a carrier or a source of carrying these diseases other than actual humans," Maronilla said during a press conference in Malacañang. Customs personnel are also directed "to be in complete gear when conducting initial examination for items coming from counties that have been identified to have positive results in terms of infection of this virus," he said. Maronilla said the customs bureau prohibits the importation of food products without any corresponding license or permit from the Food and Drug Administration or the DA. He said it is up to the agriculture department to decide whether a ban will be imposed on certain products imported from virus-affected nations. "Nakikipagtulungan kami (we are working) very closely with the Department of Agriculture in treating food products coming in from these countries," he said. "We're leaving it to the DA if they will impose a ban or some stricter measure," he said. Maronilla said customs, immigration, and quarantine officers are also deployed to board and inspect aircraft and ships coming into the country. Such vessels usually carry food items and other bulk goods that must undergo a thorough inspection, he said. "Sometimes what is the leak na nangyayari comes from the food na hindi natin nakikita na (that we don't see) that are actually bringing also items in small amounts pero (but) infectious. Like for example yung mga cruise ships, may mga pagkain iyon doon at hindi naman galing iyon dito. Galing iyan sa foreign sources (Like for example cruise ships, there are food times coming from foreign sources). If you don't inspect that carefully during our boarding formalities, that could be a cause," he said in a later interview with reporters at the Palace. "'Yung mga airline food, kapag you don't inspect that properly maari din iyon maging cause (If you don't inspect airline food properly, they might be the cause)," he said. He said they would also closely guard against the entry of imported animals into the country, noting that "some exotic animals" have been intercepted at the Ninoy Aquino International Airport (NAIA). "Very vigilant naman yung task force natin doon (Our task force is very vigilant). There's an interagency task force there outside of the efforts of the men and women of  the BoC in NAIA," he said. He said the local team is also actively working with customs authorities from other parts of Asia to monitor the entry of imported animals and other farm products. “Ukay-ukay" or used clothing will also undergo strict inspection by the customs bureau amid concerns these might be carrier of the virus, according to Maronilla. “We’re on high alert on used clothing,” he said. "We’ve already identified products that we put on high alert. Our risk management has been alerted to put them on all red flags,” he added. He admitted that they have learned lessons from the African Swine Fever outbreak in stepping up the inspection of farm products and other items.   "We are all looking at our past experiences and doing what we can to at least have some policies against this coronavirus sa pagpasok dito," he said. The novel coronavirus has triggered a worldwide alert as it rapidly spreads from China to other countries. It has reportedly killed more than 100 people in China where the virus originated. The Philippines is reportedly still coronavirus-free country amid intensified government measures to prevent its spread.  Several patients, however, have been reportedly placed under health quarantine to determine if they are infected with the virus.
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.