Parcourir la source

Incoming report updates

Vijayakrishnan il y a 3 ans
Parent
commit
05e578ceb0
1 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 6 0
      resources/views/app/dashboard/incoming_reports.blade.php

+ 6 - 0
resources/views/app/dashboard/incoming_reports.blade.php

@@ -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"