[% META title="Request View History" %] [% # PROCESS dumper.tt dump = history %] [% INCLUDE record/patient_summary.tt %]
Request ViewLog History [ printlog ]
[% IF history.size %]| UserID | Date | Time | Address | |
|---|---|---|---|---|
| [% loop.count %] | [% entry.user.first_name | ucfirst %] [% entry.user.last_name | upper %] | [% entry.time.strftime('%d.%b.%Y') %] | [% entry.time.strftime('%T') %] | [% entry.ip_address %] |
No log entries available for this record
[% END %][% site.html.back_button %]