ncab
Home / National Oesophago-Gastric Cancer Audit
National Oesophago-Gastric Cancer Audit
Updated on NCAB 13 November 2024 from the OGCNA 2024 report published January 2024 covering data from 01/04/2020 to 31/03/2022.
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);