Additional Information
[% IF request.outstanding_tests.size %]
- there are further laboratory investigations pending
[% END %] [% IF request_errors.size; errs = [ ]; FOREACH entry IN request_errors; # only want reportable errs: err_code = entry.error_code.code; uc_err_code = err_code | upper; NEXT UNLESS report_error_codes.item(err_code); err_str = report_error_codes.item(err_code).description _ ' [' _ uc_err_code _ ']'; errs.push(err_str); END; IF errs.size; FOREACH err IN errs %]- [% err %]
[% END; END; END %] [% specimen = request.specimen_map.item(data.id).sample_code.join(''); IF specimen.match('BMA') AND NOT specimen.match('PB') AND NOT data.request_trial; %]- please send a peripheral blood sample with all bone marrows
[% END %] [% IF is_amended_report %]- this is an amended report which supercedes any previous report on this specimen
[% END %]- the definitive report is available online at [% c.cfg('settings').service_url %]