ncab
Home / St George's University Hospitals NHS Foundation Trust
St George's University Hospitals NHS Foundation Trust
Sort |
ID |
Unit | Audit |
Metric |
Result |
Previous Report |
Comparison |
National Aggregrate |
National Standard |
|
Previous Report |
CQC Key Question |
Notes |
Scroll the table right to view more information.
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);