RSS Git Download  Clone
Raw Blame History
<!-- BEGIN [% component.name %] -->
  <table class="tree">
    <tr>
      <td>
		[% div_name = 'stats'; INCLUDE site/snippets/toggleview.tt type = 'folder' %]
      </td>
      <td>
        <span class="title">Stats &amp; Audit</span>
      </td>
    </tr>
  </table>

    <div class='itemhidden' id="[% div_name %]">
      <table style="margin-left: 30px">
      [%
        INCLUDE row class_function = 'audit/nhs_number'
            title = 'NHS numbers supplied';
        INCLUDE row class_function = 'audit/revised_diagnoses?sort_by=date'
            title = 'Diagnosis revisions (by date)';
        INCLUDE row class_function = 'audit/revised_diagnoses?sort_by=reporter'
            title = 'Diagnosis revisions (by reporter)';
        INCLUDE row class_function = 'audit/revised_diagnoses?sort_by=reviser'
            title = 'Diagnosis revisions (by reviser)';
        INCLUDE row class_function = 'audit/turnaround/average'
            title = 'Request turnaround times (average)';
        INCLUDE row class_function = 'audit/turnaround/percentile'
            title = 'Request turnaround times (95th percentile)';
        INCLUDE row class_function = 'audit/turnaround/lab_test'
            title = 'Lab-test turnaround times (average)';
        INCLUDE row class_function = 'audit/lab_tests_sign_off'
            title = 'Lab-tests signed-off';
        INCLUDE row class_function = 'audit/trend_analysis'
            title = 'Lab-test trend analysis',
      %]
    </table>
  </div>
<!-- END [% component.name %] -->