IDS-iSYS 17-OH Progesterone Assay
Products are for professional/laboratory use only.
An automated assay for the quantitative determination of 17-OH Progesterone in human serum or plasma. The assay is intended for use as an aid in the diagnosis and treatment of various disorders of the adrenal glands or ovaries.
Features and benefits:
- Exceptional sensitivity and highly reproducible results
- Suitable for measurement of a variety of sample types
- Excellent correlation with existing 17-OH Progesterone ELISA assays
- Fully automated assay
- All reagents are ready to use
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(); });