浏览代码

added indicator for care plan on notes

= 3 年之前
父节点
当前提交
3b71bed011
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      resources/views/app/patient/notes.blade.php

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

@@ -285,6 +285,9 @@
                     @if(!!$note->visitTemplate)
                     @if(!!$note->visitTemplate)
                         <span class="text-info font-weight-bold">*</span>
                         <span class="text-info font-weight-bold">*</span>
                     @endif
                     @endif
+                    @if($note->was_cm_setup_performed)
+                        <i class="fas fa-clipboard-check text-success" title="Care plan was setup on this note."></i> 
+                    @endif
                     <span class="ml-1">{{ $note->is_cancelled ? '[cancelled]' : '' }}</span>
                     <span class="ml-1">{{ $note->is_cancelled ? '[cancelled]' : '' }}</span>
                 </td>
                 </td>
                 <td>
                 <td>
@@ -315,6 +318,7 @@
                         -
                         -
                     @endif
                     @endif
                 </td>
                 </td>
+               
                 @if($pro->pro_type == 'ADMIN')
                 @if($pro->pro_type == 'ADMIN')
                     <td>{{ $note->is_bill_closed ? 'YES':'NO' }}</td>
                     <td>{{ $note->is_bill_closed ? 'YES':'NO' }}</td>
                 @endif
                 @endif