浏览代码

MCP dashboard - care month quick stamper

Vijayakrishnan 3 年之前
父节点
当前提交
246c673770
共有 1 个文件被更改,包括 5 次插入4 次删除
  1. 5 4
      resources/views/app/mcp/dashboard/measurements-pending-stamping.blade.php

+ 5 - 4
resources/views/app/mcp/dashboard/measurements-pending-stamping.blade.php

@@ -28,13 +28,14 @@
                     @endif
                 </td>
                 <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
                        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}}">
+                       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
                     </a>
                 </td>