Browse Source

Admin patients list - NA columns

Vijayakrishnan 3 năm trước cách đây
mục cha
commit
3677b2b067

+ 2 - 0
resources/views/app/admin/patients-table-extended.blade.php

@@ -25,6 +25,7 @@
             <th class="border-0">Weight Timestamp</th>
             <th class="border-0">Weight Timestamp</th>
             <th class="border-0">Created</th>
             <th class="border-0">Created</th>
             <th class="border-0">Assigned On</th>
             <th class="border-0">Assigned On</th>
+            <th class="border-0">NA</th>
             <th class="border-0">Notes</th>
             <th class="border-0">Notes</th>
             <th class="border-0">Status</th>
             <th class="border-0">Status</th>
             <th class="border-0">Temp. Gun</th>
             <th class="border-0">Temp. Gun</th>
@@ -91,6 +92,7 @@
                     </div>
                     </div>
                 </td>
                 </td>
                 <td>{{$patient->getMcpAssignedOn()}}</td>
                 <td>{{$patient->getMcpAssignedOn()}}</td>
+                <td>{{$patient->defaultNaPro ? $patient->defaultNaPro->displayName() : '-'}}</td>
                 <td class="p-0 pb-1">
                 <td class="p-0 pb-1">
                     <div if-details-view>
                     <div if-details-view>
                     @if(count($patient->activeNotes))
                     @if(count($patient->activeNotes))