As of 11 Oct 2025, the Performance Measurement Network has been upgraded. If you experience any problems with the site, please report them to Wiki Webmaster.
Go to Joint Commission

Set Question-Related Measures

09 March 2021 - 04:58 | Version 8 |

help Check which Measure Sets and MIFs need to be offered as options in AskQuestion. Then click "Save All" button below list.
No such plugin multisave

Save All

Javascript for selecting measures via measuresets
%STARTATTACH{"js%TOPIC%.js" comment="Saved on %DATE%" }%
  $(function() { 
    var parState = '';
    var childState = '';
    $('input.measureSet').change(function() {
      parState = $(this).prop('checked'); 
      $(this).parent().find('input.measureIF').prop('checked',parState); 
    });
    $('input.measureIF').change(function() {
      if ($(this).parent().parent().find('input:checkbox:checked').length > 0 ) { 
        $(this).parent().parent().parent().find('input.measureSet').prop('checked',true); 
      } else {
        $(this).parent().parent().parent().find('input.measureSet').prop('checked',false); 
      } 
    });
  }); 
%ENDATTACH%

Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Performance Measurement Network? Send feedback
This website is using cookies. More info. That's Fine