Subscribe confirmed
Thank you for subscribing to updates from HQIP.
Benchmarks are available from the national clinical audits (NCAs) listed below. The audits are listed in order of the date of publication of the benchmarks on the ncab site, with the most recent shown first.
HQIP aim to add further NCAs as the project progresses.
Loading...
Receive free email notifications of new benchmarks SIGN UP
Cookie Consent Banner by Real Cookie Banner
$(".menu-toggle").click(function(){
$(".mobile-menu").fadeToggle();
$(this).toggleClass("toggled");
});
$(document).ready(function(){
$("#s1").select2({
width: '100%',
placeholder: "Select a trust",
allowClear: true
});
$("#s2").select2({
width: '100%',
placeholder: "Select a trust",
allowClear: true
});
$("#s3").select2({
width: '100%',
placeholder: "Select a trust",
allowClear: true
});
});
(function($) {
var allPanels = $('.accordion > dd').hide();
$('.accordion > dt').click(function() {
if (!$(this).hasClass("active")) {
allPanels.slideUp();
$(this).next().slideDown();
$('.accordion .active').removeClass('active');
$(this).addClass('active');
} else {
$(this).next().slideUp();
$('.accordion .active').removeClass('active');
}
//allPanels.slideUp();
//$('dt.active').removeClass('active');
//$(this).next().slideDown();
//$(this).addClass('active');
return false;
});
})(jQuery);