[% # INCLUDE dumper.tt dump = params %] [% # INCLUDE dumper.tt dump = errs %]
LCC Logo
HMDS Request Form

Request IS for clinical trial

Request is NOT for clinical trial

[% IF errs %]

Form validation failed, please correct error(s) below:

[% ELSIF params.is_validated %]

Form passed validation. Please check details are correct and re-submit. Then print the request form with barcode and send with your specimen(s) to the laboratory at the address provided.

[% END %]
[% errs.last_name %]
[% errs.first_name %]
[% errs.day OR errs.month OR errs.year %] [% INCLUDE dateselect.tt %]
[% errs.gender %]
[% errs.nhs_number %]
[% errs.patient_number %]
[% errs.location %]
[% errs.referrer %]

[% errs.doi %]
[% errs.tb %]
[% errs.previous %]

[% errs.specimen %]
[% errs.sample_ref %]
[% errs.diagnosis %]
[% errs.report_to %]
[% errs.treatment %]
[% errs.clinical_details %]

[% errs.hb %]
[% errs.wbc %]
[% errs.plt %]
[% errs.lymphs %]
[% errs.neut %]
[% errs.other %]

[% errs.taken_by %]
[% errs.contact %]
[% errs.datetime %]
[% IF params.is_validated; btn_type = 'success'; btn_label = 'Submit'; ELSE; btn_type = 'primary'; btn_label = 'Validate'; END %]