[% 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 %] [% 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; %] [% END %]
Specimen
Total
Reported
Delta days (95%):
Report | Auth'n
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 %]