| ECOG: |
[% INCLUDE build_select_field
name = 'ecog'
type = 'precursor'
%]
[% error_ecog %]
|
Hb: |
[% INCLUDE build_text_field
error = error_hb
units = 'g/dL'
type = 'precursor'
name = 'hb'
size = 4
%]
|
| WBC: |
[% INCLUDE build_text_field
units = 'x 109/L'
error = error_wbc
type = 'precursor'
name = 'wbc'
size = 4
%]
|
Platelets: |
[% INCLUDE build_text_field
units = 'x 109/L'
error = error_plts
type = 'precursor'
name = 'plts'
size = 4
%]
|
| Haematocrit vol.: |
[% INCLUDE build_text_field
error = error_haematocrit_vol
units = '%'
type = 'precursor'
name = 'haematocrit_vol'
size = 4
%]
|
Neutrophils: |
[% INCLUDE build_text_field
error = error_neutrophils
units = 'x 109/L'
type = 'precursor'
name = 'neutrophils'
size = 4
%]
|
| Lymphocytes: |
[% INCLUDE build_text_field
units = 'x 109/L'
error = error_lymphs
type = 'precursor'
name = 'lymphs'
size = 4
%]
|
Monocytes: |
[% INCLUDE build_text_field
units = 'x 109/L'
error = error_monocytes
type = 'precursor'
name = 'monocytes'
size = 4
%]
|
[% IF hmrn_data.category_has_data_include_shared.precursor.size;
INCLUDE hmrn_submit delete_section = 'precursor';
ELSE; INCLUDE hmrn_submit; END %]