[% META title = 'Admin » Clinician » Edit' -%] [% # PROCESS dumper.tt dump = data %] [% edit_referrer_dfv_js %] [% PROCESS admin/referral_nav.tt page = 'clinicians' %]

Edit Clinician Details

[% IF dfv_errors %]
[% c.cfg('msg').dfv_errors %]
[% IF error_national_code %]
National code [% error_national_code %]
[% END %] [% IF error_name %]
Name [% error_name %]
[% END %] [% IF error_referral_type_id %]
Referral type [% error_referral_type_id %]
[% END %] [% IF error_active %]
Active [% error_active %]
[% END %]
[% END %]
National Code Surname, Initial(s) Referral Type Active
[% site.html.submit %]
[% IF data.referrer_department.size %]

Belongs to:

[% FOREACH entry IN data.referrer_department; # PROCESS dumper.tt dump = entry.as_tree; %] [% END %]
Parent Organisation Org Code Department Active
[% loop.count %] [% entry.parent_organisation.description %] [% entry.parent_organisation.parent_code %] [% entry.hospital_department.display_name %] [% entry.is_active %] edit
[% END %]

[% site.html.back_button %]