|
@@ -134,10 +134,10 @@
|
|
@if($pro->isDefaultNA())
|
|
@if($pro->isDefaultNA())
|
|
<input type="hidden" name="naProUid" value="{{$pro->uid}}">
|
|
<input type="hidden" name="naProUid" value="{{$pro->uid}}">
|
|
@endif
|
|
@endif
|
|
-
|
|
|
|
|
|
+
|
|
<input type="hidden" class="form-control form-control-sm" placeholder="title"
|
|
<input type="hidden" class="form-control form-control-sm" placeholder="title"
|
|
name="title" id="note-create-title" value="{{count($proVisitTemplates) === 1 ? $proVisitTemplates->first()->title : 'Note'}}">
|
|
name="title" id="note-create-title" value="{{count($proVisitTemplates) === 1 ? $proVisitTemplates->first()->title : 'Note'}}">
|
|
-
|
|
|
|
|
|
+
|
|
<div class="form-group mb-2">
|
|
<div class="form-group mb-2">
|
|
<label for="" class="text-secondary text-sm mb-1">Effective Date *</label>
|
|
<label for="" class="text-secondary text-sm mb-1">Effective Date *</label>
|
|
<input type="date" name="effectiveDate" class="form-control" value="{{get_current_date($pro->display_timezone)}}">
|
|
<input type="date" name="effectiveDate" class="form-control" value="{{get_current_date($pro->display_timezone)}}">
|
|
@@ -278,12 +278,9 @@
|
|
<span class="text-info font-weight-bold">*</span>
|
|
<span class="text-info font-weight-bold">*</span>
|
|
@endif
|
|
@endif
|
|
@if($note->was_cm_setup_performed)
|
|
@if($note->was_cm_setup_performed)
|
|
- <i class="fas fa-clipboard-check text-success" title="Care plan was setup on this note."></i>
|
|
|
|
|
|
+ <i class="fas fa-clipboard-check text-success" title="Care plan was setup on this note."></i>
|
|
@endif
|
|
@endif
|
|
<span class="ml-1">{{ $note->is_cancelled ? '[cancelled]' : '' }}</span>
|
|
<span class="ml-1">{{ $note->is_cancelled ? '[cancelled]' : '' }}</span>
|
|
- @if($note->is_flagged_for_supervising_physician_review)
|
|
|
|
- <span class="mx-2"><i class="fas fa-flag text-danger" title="Flagged for review"></i></span>
|
|
|
|
- @endif
|
|
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
{{ $note->new_or_fu_or_na === 'NEW' ? 'New' : 'Follow-up' }}
|
|
{{ $note->new_or_fu_or_na === 'NEW' ? 'New' : 'Follow-up' }}
|
|
@@ -313,7 +310,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
|