[% # INCLUDE dumper.tt dump = pds %] [% # 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 pds.size; PROCESS pds.tt; END %] [% IF params.item('_skip_pds') || is_validated; # latter set in pds.tt if SMSP-0000 generate_pdf = 1; # flag for submit button control %]

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.report_to %]
[% errs.clinical_details %]
[% errs.treatment %]

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

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