UTAK Personalised QCS – You Choose
Products are for professional/laboratory use only.
UTAK Custom QC, unmatched flexibility
Brand new? Unexpected? Pioneering? Dare we say… impossible? Yes, you’re at the right place.
- You choose the analytes
- You choose the matrix
- You choose the form
- You choose the aliquot size
Simple, elegant solutions. Sophisticated, custom service. Precision-crafted products. UTAK create flexible third-party quality controls designed for the unique needs of today’s diagnostic labs. You’re pushing the boundaries of what’s possible. We’re here to help.
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(); });