[% content_only = 1 # no html wrappers %] [% # shared by print_record - called by outreach/report.tt & print_run - called direct %] [% data = request.data; # PROCESS dumper.tt dump = data.data.as_tree; patient = data.patient_case.patient; outreach = request.outreach; # PROCESS dumper.tt dump = outreach; history = request.history; %]
Haematological Malignancy Diagnostic Service
[% c.cfg('settings').service_address %] [% c.cfg('settings').service_telno %]
Patient details:
| Name: | [% patient.last_name | upper %], [% patient.first_name | ucfirst %] [% patient.middle_name | ucfirst %] DoB: [% patient.dob.strftime('%d.%b.%Y') %] NHS No: [% INCLUDE site/nhs_number.tt nhs_number = patient.nhs_number %] |
| Address: | [% outreach.demographics.address | html %], [% outreach.demographics.post_code %] |
| GP: | [% outreach.demographics.practitioner || 'UNKNOWN' %], [% outreach.demographics.display_name | html %] |
Laboratory results:
Comment:
Diagnosis:
[% data.request_report.diagnosis.name | html %]