[% META title = 'Resources » Stats & Audit » Turnaround times by specimen' %] [% # PROCESS dumper.tt dump = data %]

Non-trial request turnaround times (95 percentile) by specimen:

[% PROCESS site/date_constraints.tt func_name = 'get_page' target_url = app_url _ '/audit/turnaround/percentile' restricted = { # too slow to allow these: no_constraint = 1, all_since = 1, } %]

[% title | upper %]

[% IF data.size; using_auth = 0; # to determine if authorisation stage in use FOREACH entry IN data; # PROCESS dumper.tt dump = entry.value; IF entry.value.delta_authorise; using_auth = 1; LAST; END; END; # PROCESS dumper.tt dump = using_auth; %] [% IF using_auth %] [% END %] [% FOREACH entry IN data; # PROCESS dumper.tt dump = entry; specimen = entry.key; count = entry.value.count; delta_report = entry.value.delta_report; delta_auth = entry.value.delta_authorise; %] [% IF using_auth %] [% END %] [% END %]
Specimen
Total
Reported
Delta days (95%):
Report [% IF using_auth %] | Auth'n [% END %]
R » A
[% specimen %] [% count %] [% delta_report OR site.html.grey_null %][% delta_auth OR site.html.grey_null %] [% IF delta_auth AND delta_report; '+'; delta_auth - delta_report; ELSE; site.html.grey_null; END %] [% IF c.user_can('report') %] [% END %]
[% ELSE %]

no data for time period specified

[% END %]

[% site.html.back_button %]