|
@@ -17,8 +17,6 @@
|
|
<th> </th>
|
|
<th> </th>
|
|
<th>Created At</th>
|
|
<th>Created At</th>
|
|
<th>Type</th>
|
|
<th>Type</th>
|
|
-<th>Cm Reason1</th>
|
|
|
|
-<th>Cm Reason2</th>
|
|
|
|
<th>Cm Total Time In Seconds</th>
|
|
<th>Cm Total Time In Seconds</th>
|
|
<th>Cm Total Time In Seconds By Cm Pro</th>
|
|
<th>Cm Total Time In Seconds By Cm Pro</th>
|
|
<th>Cm Total Time In Seconds By Mcp</th>
|
|
<th>Cm Total Time In Seconds By Mcp</th>
|
|
@@ -52,7 +50,6 @@
|
|
<th>Rm Total Time In Seconds By Rms Pro</th>
|
|
<th>Rm Total Time In Seconds By Rms Pro</th>
|
|
<th>Rm Total Time In Seconds By Rmg Pro</th>
|
|
<th>Rm Total Time In Seconds By Rmg Pro</th>
|
|
<th>Detail Json</th>
|
|
<th>Detail Json</th>
|
|
-<th>Rm Reasons</th>
|
|
|
|
<th>Number Of Days With Remote Measurements</th>
|
|
<th>Number Of Days With Remote Measurements</th>
|
|
<th>Is Bill Closed</th>
|
|
<th>Is Bill Closed</th>
|
|
<th>Bill Closed At</th>
|
|
<th>Bill Closed At</th>
|
|
@@ -73,6 +70,19 @@
|
|
<th>Company Pro Id</th>
|
|
<th>Company Pro Id</th>
|
|
<th>Company Id</th>
|
|
<th>Company Id</th>
|
|
<th>Company Location Id</th>
|
|
<th>Company Location Id</th>
|
|
|
|
+<th>Rm Num Measurements Not Stamped By Mcp</th>
|
|
|
|
+<th>Rm Num Measurements Not Stamped By Non Hcp</th>
|
|
|
|
+<th>Rm Num Measurements Not Stamped By Rmm</th>
|
|
|
|
+<th>Rm Num Measurements Not Stamped By Rme</th>
|
|
|
|
+<th>Has Mcp Rm Interacted By Note</th>
|
|
|
|
+<th>Mcp Rm Interaction Note Id</th>
|
|
|
|
+<th>Is Rm Interaction Waived</th>
|
|
|
|
+<th>Was Rm Setup Performed</th>
|
|
|
|
+<th>Rm Setup Claim Id</th>
|
|
|
|
+<th>Created By Pro Id</th>
|
|
|
|
+<th>Has Anyone Interacted With Client About Rm Outside Note</th>
|
|
|
|
+<th>Is Rm Time Waived</th>
|
|
|
|
+<th>Did Previous Care Month Have Mcp Note</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
<tbody>
|
|
<tbody>
|
|
@@ -81,8 +91,6 @@
|
|
<td><a href="/care_months/view/{{ $subRecord->uid }}"><i class="fas fa-share-square"></i></a></td>
|
|
<td><a href="/care_months/view/{{ $subRecord->uid }}"><i class="fas fa-share-square"></i></a></td>
|
|
<td><?= friendly_date_time($subRecord->created_at) ?></td>
|
|
<td><?= friendly_date_time($subRecord->created_at) ?></td>
|
|
<td><?= $subRecord->type ?></td>
|
|
<td><?= $subRecord->type ?></td>
|
|
-<td><?= $subRecord->cm_reason1 ?></td>
|
|
|
|
-<td><?= $subRecord->cm_reason2 ?></td>
|
|
|
|
<td><?= $subRecord->cm_total_time_in_seconds ?></td>
|
|
<td><?= $subRecord->cm_total_time_in_seconds ?></td>
|
|
<td><?= $subRecord->cm_total_time_in_seconds_by_cm_pro ?></td>
|
|
<td><?= $subRecord->cm_total_time_in_seconds_by_cm_pro ?></td>
|
|
<td><?= $subRecord->cm_total_time_in_seconds_by_mcp ?></td>
|
|
<td><?= $subRecord->cm_total_time_in_seconds_by_mcp ?></td>
|
|
@@ -116,7 +124,6 @@
|
|
<td><?= $subRecord->rm_total_time_in_seconds_by_rms_pro ?></td>
|
|
<td><?= $subRecord->rm_total_time_in_seconds_by_rms_pro ?></td>
|
|
<td><?= $subRecord->rm_total_time_in_seconds_by_rmg_pro ?></td>
|
|
<td><?= $subRecord->rm_total_time_in_seconds_by_rmg_pro ?></td>
|
|
<td><?= $subRecord->detail_json ?></td>
|
|
<td><?= $subRecord->detail_json ?></td>
|
|
-<td><?= $subRecord->rm_reasons ?></td>
|
|
|
|
<td><?= $subRecord->number_of_days_with_remote_measurements ?></td>
|
|
<td><?= $subRecord->number_of_days_with_remote_measurements ?></td>
|
|
<td><?= $subRecord->is_bill_closed ?></td>
|
|
<td><?= $subRecord->is_bill_closed ?></td>
|
|
<td><?= friendly_date_time($subRecord->bill_closed_at) ?></td>
|
|
<td><?= friendly_date_time($subRecord->bill_closed_at) ?></td>
|
|
@@ -137,6 +144,19 @@
|
|
<td><?= $subRecord->company_pro_id ?></td>
|
|
<td><?= $subRecord->company_pro_id ?></td>
|
|
<td><?= $subRecord->company_id ?></td>
|
|
<td><?= $subRecord->company_id ?></td>
|
|
<td><?= $subRecord->company_location_id ?></td>
|
|
<td><?= $subRecord->company_location_id ?></td>
|
|
|
|
+<td><?= $subRecord->rm_num_measurements_not_stamped_by_mcp ?></td>
|
|
|
|
+<td><?= $subRecord->rm_num_measurements_not_stamped_by_non_hcp ?></td>
|
|
|
|
+<td><?= $subRecord->rm_num_measurements_not_stamped_by_rmm ?></td>
|
|
|
|
+<td><?= $subRecord->rm_num_measurements_not_stamped_by_rme ?></td>
|
|
|
|
+<td><?= $subRecord->has_mcp_rm_interacted_by_note ?></td>
|
|
|
|
+<td><?= $subRecord->mcp_rm_interaction_note_id ?></td>
|
|
|
|
+<td><?= $subRecord->is_rm_interaction_waived ?></td>
|
|
|
|
+<td><?= $subRecord->was_rm_setup_performed ?></td>
|
|
|
|
+<td><?= $subRecord->rm_setup_claim_id ?></td>
|
|
|
|
+<td><?= $subRecord->created_by_pro_id ?></td>
|
|
|
|
+<td><?= $subRecord->has_anyone_interacted_with_client_about_rm_outside_note ?></td>
|
|
|
|
+<td><?= $subRecord->is_rm_time_waived ?></td>
|
|
|
|
+<td><?= $subRecord->did_previous_care_month_have_mcp_note ?></td>
|
|
</tr>
|
|
</tr>
|
|
@endforeach
|
|
@endforeach
|
|
</tbody>
|
|
</tbody>
|