|
@@ -68,6 +68,7 @@
|
|
|
<th class="border-0">Patient</th>
|
|
|
<th class="border-0 px-1">OB</th>
|
|
|
<th class="border-0">Signed<br>Notes</th>
|
|
|
+ <th class="border-0">CM<br>Setup</th>
|
|
|
<th class="border-0">Created At</th>
|
|
|
<th class="border-0">Address</th>
|
|
|
@if($showProgramsColumn)<th class="border-0">Program(s)</th>@endif
|
|
@@ -108,6 +109,15 @@
|
|
|
{{$numSignedNotes ? $numSignedNotes :'-'}}
|
|
|
</span>
|
|
|
</td>
|
|
|
+ <td>
|
|
|
+ @if($patient->has_cm_setup_been_performed)
|
|
|
+ <i class="fa fa-check text-secondary on-hover-opaque"></i>
|
|
|
+ <br>
|
|
|
+ <a href="{{route('patients.view.notes.view.dashboard', ['patient' => $patient, 'note' => $patient->cmSetupNote])}}">Note</a>
|
|
|
+ @else
|
|
|
+ -
|
|
|
+ @endif
|
|
|
+ </td>
|
|
|
<td>
|
|
|
{{ friendly_date_time_short_with_tz($patient->created_at, true, 'EASTERN') }}
|
|
|
<hr>
|