[% META title = 'Resources » Stats & Audit » Turnaround time for specimen' %]
[% # PROCESS dumper.tt dump = stats %]
[% site.html.back_button %]
Registration to [% c.model('Base').does_authorisation
? 'authorisation' : 'reporting' %] duration for 95% of non-trial requests:
[% specimen_type %] samples
[% PROCESS site/date_constraints.tt
func_name = 'get_page'
target_url = app_url _ '/audit/turnaround_chart/' _ c.param('id')
restricted = { # too slow to allow these:
no_constraint = 1,
all_since = 1,
}
%]
| total: |
[% stats.total %] |
|
| range: |
[% stats.range %] ([% stats.min %] - [% stats.max %]) days |
| mean: |
[% stats.mean | format('%.1f') %] day |
| median: |
[% stats.median %] day |
| mode: |
[% stats.mode %] day |
| skewness: |
[% stats.skewness | format('%.1f') %] |
|
trimmed mean:
|
[% stats.trimmed_mean | format('%.1f') %] day |
| 90th percentile: |
[% x_percentile(90) %] day |
| 95th percentile: |
[% x_percentile(95) %] day |
| 98th percentile: |
[% x_percentile(98) %] day |
[% IF c.user_can('report') %]
Download data:
[% END %]
|