Browse Source

flagged which care month has rm setup

= 3 years ago
parent
commit
682af75d43
1 changed files with 4 additions and 0 deletions
  1. 4 0
      resources/views/app/patient/care-months.blade.php

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

@@ -122,6 +122,10 @@
                     <td>
                     <td>
                         <a href="/patients/view/{{ $patient->uid }}/care-months/view/{{ $careMonth->uid }}">
                         <a href="/patients/view/{{ $patient->uid }}/care-months/view/{{ $careMonth->uid }}">
                             {{friendly_date($careMonth->start_date)}}
                             {{friendly_date($careMonth->start_date)}}
+
+                            @if($careMonth->was_rm_setup_performed)
+                            <i class="fas fa-clipboard-check text-success" title="RM setup was performed on this care month."></i>
+                            @endif
                         </a>
                         </a>
                     </td>
                     </td>
 			<td>{{ $careMonth->number_of_days_with_remote_measurements }}</td>
 			<td>{{ $careMonth->number_of_days_with_remote_measurements }}</td>