浏览代码

RPM manager (wip)

Vijayakrishnan 2 年之前
父节点
当前提交
c9a14a178e

+ 1 - 1
app/Http/Controllers/PracticeManagementController.php

@@ -2555,7 +2555,7 @@ WHERE
 
         $patients = DB::select($query);
         $paginator = new LengthAwarePaginator($patients, $total, $request->input('per_page') ?: $defaultPageSize, $request->input('page') ?: 1);
-        $paginator->setPath(route('practice-management.rpm-matrix-admin'));
+        $paginator->setPath(route('practice-management.rpm-manager'));
 
         $proRoles = [];
         if($pro->pro_type === 'ADMIN') $proRoles[] = 'ADMIN';

+ 2 - 2
resources/views/app/practice-management/rpm-manager/row.blade.php

@@ -1,7 +1,7 @@
 <?php $lastVisitWithinDays = !is_null($iPatient->days_between_most_recent_mcp_note_date_and_end_of_care_month) && $iPatient->days_between_most_recent_mcp_note_date_and_end_of_care_month <= 120; ?>
 <tr data-client-uid="{{$iPatient->client_uid}}" data-care-month-uid="{{$iPatient->care_month_uid}}">
 
-    <td>
+    <td class="border-left-0">
         <a href="/patients/view/{{ $iPatient->client_uid }}"
            native target="_blank"
            open-in-stag-popup
@@ -209,6 +209,6 @@
 
     <td><span class="text-nowrap">{{$iPatient->next_visit_date ?: '-'}}</span></td>
 
-    <td></td>
+    <td class="border-right-0"></td>
 
 </tr>

+ 6 - 6
resources/views/app/practice-management/rpm-manager/table.blade.php

@@ -16,7 +16,7 @@
         <table class="table table-sm table-bordered table-striped table-hover p-0 m-0 min-width-1100px border-0" id="table-rm-matrix">
             <thead class="bg-light">
             <tr>
-                <th class="border-top-0"></th>
+                <th class="border-top-0 border-left-0"></th>
                 <th class="border-top-0"></th>
                 <th class="border-top-0"></th>
                 <th class="border-top-0"></th>
@@ -37,10 +37,10 @@
                     <th class="border-top-0 bg-aliceblue" colspan="3">Claim</th>
                 @endif
                 <th class="border-top-0"></th>
-                <th class="border-top-0"></th>
+                <th class="border-top-0 border-right-0"></th>
             </tr>
             <tr>
-                <th class="border-bottom-0 border-top-0">Name</th>
+                <th class="border-bottom-0 border-top-0 border-left-0">Name</th>
                 <th class="border-bottom-0 border-top-0">DOB</th>
                 <th class="border-bottom-0 border-top-0">MCP</th>
                 <th class="border-bottom-0 border-top-0">RMM</th>
@@ -48,12 +48,12 @@
                 <th class="border-bottom-0 border-top-0">DSLV</th>
 
                 <!--# Meas. Days-->
-                <th class="border-bottom-0 border-top-0">Total</th>
+                <th class="border-bottom-0 border-top-0">All</th>
                 <th class="border-bottom-0 border-top-0">BP</th>
                 <th class="border-bottom-0 border-top-0">WT</th>
 
                 <th class="border-bottom-0 border-top-0">BP</th>
-                <th class="border-bottom-0 border-top-0">Weight</th>
+                <th class="border-bottom-0 border-top-0">WT</th>
 
                 @if($viewingAs !== 'RME')
                     <th class="border-bottom-0 border-top-0">Mine</th>
@@ -94,7 +94,7 @@
                 @endif
 
                 <th class="border-bottom-0 border-top-0">Next</th>
-                <th class="border-bottom-0 border-top-0"></th>
+                <th class="border-bottom-0 border-top-0 border-right-0"></th>
             </tr>
             </thead>
             <tbody>