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