|
@@ -28,13 +28,14 @@
|
|
@endif
|
|
@endif
|
|
</td>
|
|
</td>
|
|
<td class="text-secondary">
|
|
<td class="text-secondary">
|
|
- <a native target="_blank"
|
|
|
|
|
|
+ <a href="{{ route('practice-management.rpm_work_matrix') }}?patientUid={{$row->client->uid}}&careMonthUid={{$row->careMonth->uid}}"
|
|
|
|
+ native target="_blank"
|
|
open-in-stag-popup
|
|
open-in-stag-popup
|
|
update-parent
|
|
update-parent
|
|
update-target="#dashboard-measurements-pending-stamping"
|
|
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}}">
|
|
|
|
|
|
+ popup-style="tall overflow-visible"
|
|
|
|
+ mc-initer="rpm-work-matrix"
|
|
|
|
+ title="Care Month Matrix: {{date('M Y', strtotime($row->careMonth->start_date))}}">
|
|
{{ friendly_date_time_short_with_tz_from_timestamp_divide1000($row->ts, 'EASTERN') }} EST
|
|
{{ friendly_date_time_short_with_tz_from_timestamp_divide1000($row->ts, 'EASTERN') }} EST
|
|
</a>
|
|
</a>
|
|
</td>
|
|
</td>
|