Bläddra i källkod

Merge branch 'master' of rav.triplestart.com:jmudaka/stagfe2

= 3 år sedan
förälder
incheckning
c4d49c562d

+ 2 - 0
resources/views/app/patient/care-months.blade.php

@@ -107,6 +107,7 @@
             <thead class="bg-light">
             <tr>
                 <th class="text-secondary border-bottom-0">Start Date</th>
+                <th class="text-secondary border-bottom-0"># Days w/ Remote Meas.</th>
                 <th class="text-secondary border-bottom-0">Total Time</th>
                 <th class="text-secondary border-bottom-0">Bill</th>
                 <th class="text-secondary border-bottom-0">MCP</th>
@@ -123,6 +124,7 @@
                             {{friendly_date($careMonth->start_date)}}
                         </a>
                     </td>
+			<td>{{ $careMonth->number_of_days_with_remote_measurements }}</td>
                     <td>{{time_in_hrminsec($careMonth->rm_total_time_in_seconds)}}</td>
                     <td>
                         @if($careMonth->rmBill)

+ 3 - 3
resources/views/app/patient/wizard-partials/add-multiple-pre-existing.blade.php

@@ -17,7 +17,7 @@
                 <th class="border-bottom-0 text-secondary">Subjective</th>
                 <th class="border-bottom-0 text-secondary">Plan</th>
                 <th class="border-bottom-0 text-secondary width-140px">Start Date</th>
-                <th class="border-bottom-0 text-secondary text-nowrap">{{$adder}}</th>
+                <th class="d-none border-bottom-0 text-secondary text-nowrap">{{$adder}}</th>
                 <th class="border-bottom-0 text-secondary width-50px"></th>
             </tr>
             </thead>
@@ -73,7 +73,7 @@
                 <td class="p-0">
                     <input type="date" key="start_date" bucket="data">
                 </td>
-                <td class="p-0">
+                <td class="p-0 d-none">
                     <input type="text" key="prescriber" bucket="data">
                 </td>
                 <td class="px-2 align-middle text-center text-nowrap">
@@ -88,4 +88,4 @@
             <button class="btn btn-sm btn-default border bg-white" onclick="closeStagPopup(); return false;">Close</button>
         </div>
     </form>
-</div>
+</div>