WELLlife™ COVID-19 / Influenza A&B Tests* utilize advanced immunoassay technology to quickly and accurately differentiate between SARS-CoV-2, influenza A, and influenza B with a single nasal swab. Recommended for rapid diagnostics, these tests are essential tools for timely management of viral infections, supporting swift treatment decisions during the flu season and amidst public health concerns.
For additional product information please visit our product page.
For custom bulk orders, pricing inquiries and/or product dating please scroll to the bottom of the page for our contact information.
This product has multiple variants. The options may be chosen on the product page
jQuery(document).ready(function ($) {
// Handle click-to-open behavior
$('#menu-2-c549af0 a.has-submenu').on('click', function (event) {
var $link = $(this);
var $submenu = $link.next('ul.sub-menu');
// Open on first click, navigate on second
if (!$link.parent().hasClass('submenu-open')) {
event.preventDefault();
event.stopPropagation();
$link.parent().toggleClass('submenu-open');
$submenu.stop(true, true).slideToggle('fast');
}
});
// Auto-open the current category trail on page load
$('#menu-2-c549af0 li.current-menu-item, #menu-2-c549af0 li.current-menu-ancestor')
.each(function () {
$(this).addClass('submenu-open');
});
});