|
@@ -4,7 +4,6 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th class="border-bottom-0 border-top-0 text-secondary">Patient</th>
|
|
|
- <th class="border-bottom-0 border-top-0 text-secondary">Care Month</th>
|
|
|
<th class="border-bottom-0 border-top-0 text-secondary">Type</th>
|
|
|
<th class="border-bottom-0 border-top-0 text-secondary">Value</th>
|
|
|
<th class="border-bottom-0 border-top-0 text-secondary">Timestamp</th>
|
|
@@ -18,17 +17,6 @@
|
|
|
{{$row->client->displayName()}}
|
|
|
</a>
|
|
|
</td>
|
|
|
- <td>
|
|
|
- <a native target="_blank"
|
|
|
- open-in-stag-popup
|
|
|
- update-parent
|
|
|
- update-target="#dashboard-measurements-pending-stamping"
|
|
|
- mc-initer="cm-matrix-{{$row->client->id}}"
|
|
|
- title="Care Month Matrix: {{date('M Y', strtotime($row->careMonth->start_date))}}"
|
|
|
- href="/patient-care-month-matrix/{{$row->careMonth->uid}}">
|
|
|
- {{ friendly_month($row->careMonth->start_date) }}
|
|
|
- </a>
|
|
|
- </td>
|
|
|
<td class="text-nowrap">
|
|
|
{{$row->label}}
|
|
|
</td>
|
|
@@ -40,7 +28,15 @@
|
|
|
@endif
|
|
|
</td>
|
|
|
<td class="text-secondary">
|
|
|
- {{ friendly_date_time_short_with_tz_from_timestamp_divide1000($row->ts, 'EASTERN') }} EST
|
|
|
+ <a native target="_blank"
|
|
|
+ open-in-stag-popup
|
|
|
+ update-parent
|
|
|
+ update-target="#dashboard-measurements-pending-stamping"
|
|
|
+ mc-initer="cm-matrix-{{$row->client->id}}"
|
|
|
+ title="Care Month Matrix: {{date('M Y', strtotime($row->careMonth->start_date))}}"
|
|
|
+ href="/patient-care-month-matrix/{{$row->careMonth->uid}}">
|
|
|
+ {{ friendly_date_time_short_with_tz_from_timestamp_divide1000($row->ts, 'EASTERN') }} EST
|
|
|
+ </a>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@endforeach
|