|
@@ -6,6 +6,8 @@
|
|
|
<tr>
|
|
|
<th class="px-2 text-secondary">Created</th>
|
|
|
<th class="px-2 text-secondary">Patient</th>
|
|
|
+ <th class="px-2 text-secondary">Pro</th>
|
|
|
+ <th class="px-2 text-secondary">Report Date</th>
|
|
|
<th class="px-2 text-secondary">Report</th>
|
|
|
<th class="px-2 text-secondary">Title</th>
|
|
|
<th class="px-2 text-secondary">Category</th>
|
|
@@ -26,6 +28,10 @@
|
|
|
{{$document->patient->displayName()}}
|
|
|
</a>
|
|
|
</td>
|
|
|
+ <td class="px-2">
|
|
|
+ {{$document->hcp ? $document->hcp->displayName() : '-'}}
|
|
|
+ </td>
|
|
|
+ <td class="px-2">{{ friendly_date_time($document->report_date, false) }}</td>
|
|
|
<td class="px-2">
|
|
|
<div class="d-flex align-items-center">
|
|
|
<a class="pdf-viewer-trigger" native target="_blank"
|