|
@@ -18,6 +18,9 @@ list($goals, $counts) = Point::getPointsOfCategoryExtended($patient, 'GOAL', $no
|
|
|
<table class="table table-sm table-bordered bg-white mb-2 point-table read">
|
|
|
<thead>
|
|
|
<tr class="">
|
|
|
+ @if($patient->core_note_id !== $note->id)
|
|
|
+ <th class="border-bottom-0 text-secondary text-center width-30px d-none">Rel.</th>
|
|
|
+ @endif
|
|
|
<th class="border-bottom-0 text-secondary">Goal</th>
|
|
|
@if(!@$summaryView) <th class="border-bottom-0 text-secondary width-50px">Edit</th> @endif
|
|
|
<th class="border-bottom-0 text-secondary w-30">Subjective</th>
|
|
@@ -38,6 +41,9 @@ list($goals, $counts) = Point::getPointsOfCategoryExtended($patient, 'GOAL', $no
|
|
|
data-name-base64="{{!!@($goal->data->goal) ? base64_encode($goal->data->goal) : ''}}"
|
|
|
data-is-removed="{{$goal->is_removed ? 1 : 0}}"
|
|
|
data-is-removed-due-to-entry-error="{{$goal->is_removed_due_to_entry_error ? 1 : 0}}">
|
|
|
+ @if($patient->core_note_id !== $note->id)
|
|
|
+ @include('app.patient.wizard-partials.relevance-column', ['point' => $point])
|
|
|
+ @endif
|
|
|
<td>
|
|
|
<div class="d-flex align-items-baseline">
|
|
|
@include('app.patient.wizard-partials.state-icon', ['point' => $goal])
|