|
@@ -17,28 +17,26 @@
|
|
|
<th class="px-3 border-0">Last Visit</th>
|
|
|
<th class="px-3 border-0">Next Appt.</th>
|
|
|
<th class="px-3 border-0">Status</th>
|
|
|
-{{-- <th class="px-3 border-0">CCM</th>--}}
|
|
|
-{{-- <th class="px-3 border-0">RPM</th>--}}
|
|
|
- <th class="px-3 border-0 d-none">Last Weight-In</th>
|
|
|
- <th class="px-3 border-0 d-none">Last BP</th>
|
|
|
- <th class="px-3 border-0">Assigned On</th>
|
|
|
|
|
|
- <th>Name</th>
|
|
|
- <th>DOB</th>
|
|
|
- @if($pro->pro_type == 'ADMIN')
|
|
|
- <th>MCP</th>
|
|
|
- @endif
|
|
|
<th>BP</th>
|
|
|
<th> <i class="fa fa-heartbeat"></i> </th>
|
|
|
<th>Pulse</th>
|
|
|
<th>BP/Pulse Timestamp</th>
|
|
|
- <th>BP <i class="fa fa-car-battery"></i></th>
|
|
|
- <th>BP <i class="fa fa-broadcast-tower"></i></th>
|
|
|
<th>Weight</th>
|
|
|
<th>Weight Timestamp</th>
|
|
|
- <th>Scale <i class="fa fa-battery"></i></th>
|
|
|
- <th>Scale <i class="fa fa-broadcast-tower"></i></th>
|
|
|
|
|
|
+{{-- <th>Scale <i class="fa fa-battery"></i></th>--}}
|
|
|
+ {{-- <th class="px-3 border-0">RPM</th>--}}
|
|
|
+ {{-- <th class="px-3 border-0">CCM</th>--}}
|
|
|
+{{-- <th class="px-3 border-0 d-none">Last Weight-In</th>--}}
|
|
|
+{{-- <th class="px-3 border-0 d-none">Last BP</th>--}}
|
|
|
+ <th class="px-3 border-0">Assigned On</th>
|
|
|
+
|
|
|
+ <th>Name</th>
|
|
|
+ <th>DOB</th>
|
|
|
+ @if($pro->pro_type == 'ADMIN')
|
|
|
+ <th>MCP</th>
|
|
|
+ @endif
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|