Ver código fonte

fixed remote monitoring

Josh 3 anos atrás
pai
commit
e650be8428

+ 2 - 8
resources/views/app/practice-management/remote-monitoring.blade.php

@@ -39,9 +39,7 @@
                         <th class="border-0">Relation</th>
                         <th class="border-0">Measurement Days</th>
                         <th class="border-0">Unstamped Measurements</th>
-                        @if(!$pro->is_hcp)
-                            <th class="border-0">Communicated With Patient</th>
-                        @endif
+                        
                         <th class="border-0">Phone</th>
                     </tr>
                     </thead>
@@ -99,11 +97,7 @@
                                        href="/remote-monitoring-measurements/{{$iPatient->care_month_uid}}">View</a>
                                 @endif
                             </td>
-                            @if(!$pro->is_hcp)
-                                <td class="">
-                                    {{$iPatient->has_non_hcp_communicated_to_patient_about_rm ? 'Yes' : 'No'}}
-                                </td>
-                            @endif
+
                             <td class="">
                                 {{$iPatient->cell_number}}
                             </td>