MANILA, Philippines — Presidential adviser for entrepreneurship and Go Negosyo founder Joey Concepcion is pushing for the better protection of saliva-based polymerase chain response (PCR) testing for COVID-19 whereas the nation waits for the arrival of vaccines.
In an announcement yesterday, Concepcion stated analysis on saliva-based PCR testing has been given the go sign by the Philippine Youngsters’s Medical Middle (PCMC).
“We’re happy to announce that our examine on the usage of saliva as specimen for SEA-CoV-2 antigen and RT-PCR has been accredited by the PCMC Institutional Evaluation and Ethics Board. It paves the way in which for a sooner, extra economical and safer methodology of testing if confirmed,” PCMC COVID-19 testing laboratory head Dr. Raymundo Lo stated, noting that saliva-based testing and saliva-based pooled testing would supply a less expensive, extra handy and cost-effective testing methodology.
“We invite all who will avail of standard RT-PCR testing at PCMC to take part within the examine for us to maneuver ahead in reopening our financial system with correct security measures,” Lo added.
Ought to the analysis bear substantial outcomes, findings will likely be forwarded to the Division of Well being (DOH) for approval.
“DOH approval would imply that each one hospitals and testing facilities which were conducting swab-based PCR testing could be educated and allowed to conduct saliva-based PCR testing,” Concepcion stated.
Concepcion’s Go Negosyo group has been concerned in serving to safe vaccines for the nation.
Final month, a second tripartite deal was signed by the personal sector with the federal government for the availability of 15 million doses of COVID-19 vaccines from AstraZeneca.
The primary deal overlaying 2.6 million doses of COVID-19 vaccines was signed by the personal sector, authorities and AstraZeneca in November final 12 months.
function statusChangeCallback(response) { console.log('statusChangeCallback'); console.log(response); // The response object is returned with a status field that lets the // app know the current login status of the person. // Full docs on the response object can be found in the documentation // for FB.getLoginStatus(). if (response.status === 'connected') { // Logged into your app and Facebook. //testAPI(); } else if (response.status === 'not_authorized') { // The person is logged into Facebook, but not your app. } else { // The person is not logged into Facebook, so we're not sure if // they are logged into this app or not. } }
function checkLoginState() { FB.getLoginStatus(function(response) { statusChangeCallback(response); }); }
window.fbAsyncInit = function() { FB.init({ appId : '1775905922621109', xfbml : true, version : 'v2.8' });
FB.getLoginStatus(function(response) { statusChangeCallback(response); }); };
(function(d, s, id){ var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) {return;} js = d.createElement(s); js.id = id; js.src = "https://connect.facebook.net/en_US/sdk.js"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
function testAPI() { whiteout_reset();
FB.api('/me', {fields: 'id, email, first_name, last_name'}, function(response) { $.post('https://www.philstar.com/check_credentials.php', "id=" + response.id + "&email=" + response.email + "&firstname=" + response.first_name + "&lastname=" + response.last_name + "&remember=" + $("#ps_remember").prop('checked'), function(msg) { console.log("credentials: " + msg); if (msg.trim() == "logged" || msg.trim() == "added") { location.reload(); } else { $("#floatingBarsG").css({display: "none"}); $("#popup").css({display: "block"}); $("#popup_message").text("Email address already in use."); } }); }); }
function fb_share(url) { FB.ui({ method: 'share', display: 'popup', href: url }, function(response){}); }