diff --git a/app/imaging/completed/template.hbs b/app/imaging/completed/template.hbs index fe7b5c9135..ea954730a0 100644 --- a/app/imaging/completed/template.hbs +++ b/app/imaging/completed/template.hbs @@ -4,6 +4,7 @@
{{t 'labels.date_requested'}} | +{{t 'labels.requested_by'}} | {{t 'labels.patient'}} | {{t 'labels.imaging_type'}} | {{t 'labels.notes'}} | @@ -13,6 +14,7 @@ {{#each model as |imaging|}}
---|---|---|---|---|
{{date-format imaging.requestedDate}} | +{{imaging.requestedBy}} | {{imaging.patient.displayName}} | {{imaging.imagingType.name}} | {{imaging.notes}} |