Immunexpress
SeptiCyte® RAPID revolutionizes sepsis diagnosis and treatment, with actionable results available in an hour. SeptiCyte®RAPID can determine the likelihood of sepsis and differentiate from non-infectious systemic inflammatory response syndrome (SIRS) in critically ill patients. The test, which uses a small volume of blood, can be performed easily in any hospital lab with the Biocartis Idylla™ molecular testing system. SeptiCyte®RAPID is available for IVD use in New Zealand and RUO in Australia.
function resizeCTA(){
jQuery(".em_ctab__cta_main_container").each(function(){
var containerHeight = jQuery(this).outerHeight(); var containerWidth = jQuery(this).width();
var content = jQuery(this).find('.em_ctab__cta_content p'); var button = jQuery(this).find('.em_ctab__cta_button');
button.css('top', (containerHeight/2 - button.outerHeight()/2) );
var marginRight = button.outerWidth() + 25;
content.css('margin-right', marginRight);
});
}
jQuery( window ).resize(function() { resizeCTA(); });
jQuery(document).ready(function(){ resizeCTA(); });