فهرست منبع

RPM admin UI updates

Vijayakrishnan 3 سال پیش
والد
کامیت
4a7b6f6343

+ 4 - 5
resources/views/app/practice-management/remote-monitoring-row-markup-for-admin.blade.php

@@ -1,6 +1,5 @@
 <tr data-client-uid="{{$iPatient->client_uid}}" data-care-month-uid="{{$iPatient->care_month_uid}}">
     <td>{{ $trIndex + 1 }}</td>
-    <td>{{ @$iPatient->mcp_name }}</td>
     <td class="pl-2">
         <a href="/patients/view/{{ $iPatient->client_uid }}/care-months/view/{{$iPatient->care_month_uid}}"
            native target="_blank"
@@ -133,7 +132,7 @@
         if($iPatient->number_of_days_with_remote_measurements >= 16 && $lastVisitWithin90Days) {
             $codeStatus = 'Ready';
             if($iPatient->claim_454) {
-                $codeStatus = 'Billed';
+                $codeStatus = 'Claimed';
             }
         }
         ?>
@@ -146,7 +145,7 @@
                 <i class="fa fa-thumbs-up text-sm"></i>
                 {{$codeStatus}}
             </span>
-        @elseif($codeStatus === 'Billed')
+        @elseif($codeStatus === 'Claimed')
             <span class="text-nowrap text-success">
                 <i class="fa fa-check text-sm"></i>
                 {{$codeStatus}}
@@ -161,7 +160,7 @@
             ($iPatient->rm_total_time_in_seconds_by_mcp + $iPatient->rm_total_time_in_seconds_by_rmm_pro) >= 1200) {
             $codeStatus = 'Ready';
             if($iPatient->claim_457) {
-                $codeStatus = 'Billed';
+                $codeStatus = 'Claimed';
             }
         }
         ?>
@@ -174,7 +173,7 @@
                 <i class="fa fa-thumbs-up text-sm"></i>
                 {{$codeStatus}}
             </span>
-        @elseif($codeStatus === 'Billed')
+        @elseif($codeStatus === 'Claimed')
             <span class="text-nowrap text-success">
                 <i class="fa fa-check text-sm"></i>
                 {{$codeStatus}}

+ 1 - 2
resources/views/app/practice-management/rpm-matrix-for-admin-table.blade.php

@@ -24,8 +24,7 @@
         <table class="table table-sm table-striped table-hover p-0 m-0 min-width-1100px" id="table-rm-matrix">
             <thead class="bg-light">
             <tr>
-		<th></th>
-		<th>CM MCP</th>
+		        <th></th>
                 <th class="border-0 pl-2">@include('app.practice-management._sort_header', ['route' => route("practice-management.rpm-matrix-admin"), 'label' => 'Name', 'key' => 'client_name'])</th>
                 <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("practice-management.rpm-matrix-admin"), 'label' => 'CM MCP', 'key' => 'mcp_name'])</th>
                 <th class="border-0">@include('app.practice-management._sort_header', ['route' => route("practice-management.rpm-matrix-admin"), 'label' => 'Age', 'key' => 'age_in_years'])</th>