Kaynağa Gözat

RM action report - compact

Vijayakrishnan 3 yıl önce
ebeveyn
işleme
d4f4d735bb

+ 16 - 42
resources/views/app/practice-management/rm-action-report.blade.php

@@ -128,30 +128,27 @@
             <table class="table table-sm table-striped table-bordered border-0 p-0 m-0 text-nowrap">
                 <thead class="bg-light border-bottom-0">
                     <tr>
-                        <th>Care Month</th>
+                        <th>Month</th>
                         <th>Patient</th>                        
                         <th>MCP</th>
                         <th>RMM</th>
-                        <th>Number of Measurement Days</th>
-                        <th>Most Recent Visit</th>
-                        <th>Most Recent Visit Days Before EOM</th>
-                        <th># Minutes Billed by MCP</th>
-                        <th># Minutes Billed by RMM</th>
-                        <th># Minutes Billed Total</th>
-                        <th>Has Admin interacted?</th>
-                        <th>Has MCP interacted?</th>
-                        <th>Is Payable to MCP?</th>
+                        <th>Meas.<br>Days</th>
+                        <th>DSLM</th>
+                        <th>Last<br>Visit</th>
+                        <th>DSLV</th>
+                        <th>MCP<br>Mins.</th>
+                        <th>RMM<br>Mins.</th>
+                        <th>Total<br>Mins.</th>
+                        <th>Admin<br>Comm.</th>
+                        <th>MCP<br>Comm.</th>
+                        <th>MCP<br>Payable</th>
                         <th>MCP Bill</th>
-                        <th>Is Payable to RMM?</th>
+                        <th>RMM<br>Payable</th>
                         <th>RMM Bill</th>
                         <th>Guidance</th>
-                        <th>Claiming Closed?</th>
+                        <th>Claiming<br>Closed?</th>
                         <th>Claim</th>
-                        <th>Claim Status</th>
-
-                        <th>Has Been Spoken To This Month</th>
-                        <th>Days Since Last Visit</th>
-                        <th>Last Visit Date</th>
+                        <th>Claim<br>Status</th>
                     </tr>
                 </thead>
                 <tbody>
@@ -162,7 +159,7 @@
                                 {{friendly_date_month_year($row->start_date)}}
                             </a>
                         </td>
-                        <td class="text-nowrap border-left-0">
+                        <td class="">
                             <a href="/patients/view/{{$row->client->uid}}">
                                 {{$row->client->name_first}} {{$row->client->name_last}}
                             </a>
@@ -184,6 +181,7 @@
                         <td>
                             {{$row->number_of_days_with_remote_measurements}}
                         </td>
+                        <td></td>
                         <td>
                             <!-- Most Recent Visit -->
                             @if($row->client->mostRecentCompletedMcpNote)
@@ -277,30 +275,6 @@
                                 @include('app.patient.care-month.update-claim-status', ['claim' => $rowFirstClaim])
                             @endif
                         </td>
-                        <td>
-                            {{$row->has_anyone_interacted_with_client_about_rm_outside_note? 'YES': 'NO'}}
-                        </td>
-                        <td>
-                            @if($row->client->most_recent_completed_mcp_note_date)
-                                @php 
-                                    $date1 = new DateTime(friendly_date($row->client->most_recent_completed_mcp_note_date));
-                                    $date2 = new DateTime(get_current_date());
-                                    $diff = $date1->diff($date2);
-                                @endphp 
-                                {{ $diff->days}}
-                            @else 
-                            --
-                            @endif
-                        </td>
-                        <td>
-                            @if($row->client->mostRecentCompletedMcpNote)
-                            <a href="/patients/view/{{$row->client->uid}}/notes/view/{{$row->client->mostRecentCompletedMcpNote->uid}}">
-                                {{friendly_date($row->client->most_recent_completed_mcp_note_date)}}
-                            </a>
-                            @else 
-                            --
-                            @endif
-                        </td>
                     </tr>
                     @endforeach
                 </tbody>