|
@@ -7,13 +7,13 @@
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'DOB', 'key' => 'dob'])</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'DOB', 'key' => 'dob'])</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'Age', 'key' => 'age_in_years'])</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'Age', 'key' => 'age_in_years'])</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'Sex', 'key' => 'sex'])</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'Sex', 'key' => 'sex'])</th>
|
|
- <th class="border-0">Insurance</th>
|
|
|
|
|
|
+ <th class="border-0 text-secondary">Insurance</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'Last Visit', 'key' => 'most_recent_completed_mcp_note_date'])</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'Last Visit', 'key' => 'most_recent_completed_mcp_note_date'])</th>
|
|
- <th class="border-0">Next Appt.</th>
|
|
|
|
- <th class="border-0">Status</th>
|
|
|
|
|
|
+ <th class="border-0 text-secondary">Next Appt.</th>
|
|
|
|
+ <th class="border-0 text-secondary">Status</th>
|
|
|
|
|
|
- <th class="border-0">BP</th>
|
|
|
|
- <th class="border-0"> <i class="fa fa-heartbeat"></i> @include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => '', 'key' => 'most_recent_cellular_bp_value_irregular'])</th>
|
|
|
|
|
|
+ <th class="border-0 text-secondary">BP</th>
|
|
|
|
+ <th class="border-0 text-nowrap">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => '<i class="fa fa-heartbeat text-secondary"></i>', 'key' => 'most_recent_cellular_bp_value_irregular'])</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'Pulse', 'key' => 'most_recent_cellular_bp_value_pulse'])</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'Pulse', 'key' => 'most_recent_cellular_bp_value_pulse'])</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'BP/Pulse Timestamp', 'key' => 'most_recent_cellular_bp_measurement_at'])</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'BP/Pulse Timestamp', 'key' => 'most_recent_cellular_bp_measurement_at'])</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'Weight', 'key' => 'most_recent_cellular_weight_value'])</th>
|
|
<th class="border-0">@include('app.practice-management._sort_header', ['route' => route("mcp.patients"), 'label' => 'Weight', 'key' => 'most_recent_cellular_weight_value'])</th>
|
|
@@ -23,11 +23,11 @@
|
|
{{-- <th class="border-0">RPM</th>--}}
|
|
{{-- <th class="border-0">RPM</th>--}}
|
|
{{-- <th class="border-0 d-none">Last Weight-In</th>--}}
|
|
{{-- <th class="border-0 d-none">Last Weight-In</th>--}}
|
|
{{-- <th class="border-0 d-none">Last BP</th>--}}
|
|
{{-- <th class="border-0 d-none">Last BP</th>--}}
|
|
- <th class="border-0">Assigned On</th>
|
|
|
|
|
|
+ <th class="border-0 text-secondary">Assigned On</th>
|
|
|
|
|
|
@if($pro->pro_type == 'ADMIN')
|
|
@if($pro->pro_type == 'ADMIN')
|
|
- <th class="border-0">MCP</th>
|
|
|
|
- <th class="border-0">Initiative</th>
|
|
|
|
|
|
+ <th class="border-0 text-secondary">MCP</th>
|
|
|
|
+ <th class="border-0 text-secondary">Initiative</th>
|
|
@endif
|
|
@endif
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|