Friday, June 27, 2025
31.1 C
Singapore

PM Lee comments on Zika cases 5 days after official announcement of infection

The Ministry of Health (MOH) announced Singapore’s first locally transmitted Zika case on Sunday afternoon. By yesterday (31 Aug) afternoon the number of cases had spiralled to over a hundred cases. Two cluster areas have also been identified. Several countries including the USA have issued travel warnings to Singapore.

Five days after MOH’s announcement, PM Lee has commented on the infection in his Facebook. He said that his Government has been “tracking Zika for a while now, and knew it was only a matter of time before it reached Singapore.” He said that for most people Zika infection is is mild, and in fact often causes no symptoms at all.

He said that pregnant women women, like they are vulnerable to other viral infection like dengue and chicken pox, are at risk to Zika as well. PM asked pregnant women to take necessary precautions against the infection and get tested if they show symptoms.

Besides the two identified clusters, Mr Lee asked Singaporeans to assume that Zika is elsewhere in Singapore too.

See also  MOH: Company allegedly offering healthcare awards for S$10K is under investigation

“Our best defence is to eradicate mosquitos and destroy breeding habitats, all over Singapore,” he said.

He advised: “Do the 5-step Mozzie Wipeout. Let’s all do our part to fight Zika, and dengue as well.”

Netizens who commented on PM Lee’s post though don’t seem assuaged by his assurance that the infection is a mild one.
unnamed (1) unnamed (2)Some like Shu Hua and Joel Siah pointed out that there seems to be shortage of insect repellents in retail outlets.

Shu Hua: “Dear PM Lee, I’m pregnant and I have trouble finding insect repellent with deet as it is sold out everywhere. Can u specially cater for us pregnant ladies to buy? Thank u.”

Joel Siah: “I went to Guardian, Watsons and NTUC to hunt for repellent. Shelves are empty and staff are not able to advise when stock will be replenished. Why can’t this basic protection item be readily available? We are not even expecting it to be given to us for free!”

See also  Police arrest 64-year-old for snatching 81-year-old man's necklace

Hot this week

Singapore launches GaN hub to power next-gen semiconductors

SINGAPORE: Singapore launched a new S$123 million semiconductor facility...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });