[% META title = 'Admin » Diagnosis Generated Lab Tests View' -%] [% # INCLUDE dumper.tt dump = data; %]

Diagnosis Generated Lab Tests [All]

[% FOREACH entry IN data; # PROCESS dumper.tt dump = entry.values.0; label = entry.keys.0; # WTF?? why an array ? tests = entry.values.0; # AoH NEXT UNLESS tests.size; # commented out entries %]
[% label %]
[% FOREACH test IN tests %]
[% test.field_label %] ([% test.lab_section %])
[% END %] [% END %]

[% site.html.back_button %]