Browse Source

Merge branch 'dev' of rav.triplestart.com:jmudaka/stagfe2 into dev

Samson Mutunga 3 years ago
parent
commit
775ee55873

+ 0 - 11
resources/views/app/practice-management/remote-monitoring-admin-row-markup.blade.php

@@ -32,17 +32,6 @@
             @endif
         </div>
     </td>
-    <td>
-        <div class="d-flex align-items-baseline">
-            @if($iPatient->most_recent_completed_mcp_note_uid_cm)
-                <a href = "/patients/view/{{$iPatient->client_uid}}/notes/view/{{$iPatient->most_recent_completed_mcp_note_uid_cm}}">
-                    <span class="sort-data">{{$iPatient->most_recent_completed_mcp_note_date_cm ? friendly_date($iPatient->most_recent_completed_mcp_note_date_cm) : '-'}}</span>
-                </a>
-            @else
-                <span class="sort-data">-</span>
-            @endif
-        </div>
-    </td>
     <td>
         <div class="d-flex align-items-baseline">
             <i class="mr-1 text-sm fa {{$lastVisitWithin90Days ? 'fa-check text-success' : 'fa-exclamation-triangle text-danger'}}"></i>

+ 0 - 1
resources/views/app/practice-management/remote-monitoring-admin.blade.php

@@ -91,7 +91,6 @@
                                 <th class="border-0">Cell. Scale?</th>
                                 <th class="border-0">Last BP</th>
                                 <th class="border-0">Last Wt</th>
-                                <th class="border-0">Last Visit</th>
                                 <th class="border-0">Days Since<br>Last Visit</th>
                                 <th class="border-0">Interacted?</th>
                                 <th class="border-0">#Meas. Days</th>

+ 1 - 11
resources/views/app/practice-management/remote-monitoring-row-markup.blade.php

@@ -32,17 +32,7 @@
             @endif
         </div>
     </td>
-    <td>
-        <div class="d-flex align-items-baseline">
-            @if($iPatient->most_recent_completed_mcp_note_uid_cm)
-                <a href = "/patients/view/{{$iPatient->client_uid}}/notes/view/{{$iPatient->most_recent_completed_mcp_note_uid_cm}}">
-                    <span class="sort-data">{{$iPatient->most_recent_completed_mcp_note_date_cm ? friendly_date($iPatient->most_recent_completed_mcp_note_date_cm) : '-'}}</span>
-                </a>
-            @else
-                <span class="sort-data">-</span>
-            @endif
-        </div>
-    </td>
+    
     <td>
         <div class="d-flex align-items-baseline">
             <i class="mr-1 text-sm fa {{$lastVisitWithin90Days ? 'fa-check text-success' : 'fa-exclamation-triangle text-danger'}}"></i>

+ 0 - 1
resources/views/app/practice-management/remote-monitoring.blade.php

@@ -101,7 +101,6 @@
                                 <th class="border-0">Cell. Scale?</th>
                                 <th class="border-0">Last BP</th>
                                 <th class="border-0">Last Wt</th>
-                                <th class="border-0">Last Visit</th>
                                 <th class="border-0">Days Since Last Visit</th>
                                 <th class="border-0">Interacted?</th>
                                 <th class="border-0">#Meas. Days</th>