|
@@ -20,11 +20,15 @@
|
|
<span class="">Is this pre-existing, or being added during this visit?</span>
|
|
<span class="">Is this pre-existing, or being added during this visit?</span>
|
|
<div class="d-flex align-items-baseline mt-1">
|
|
<div class="d-flex align-items-baseline mt-1">
|
|
<label class="my-0 d-inline-flex align-items-center">
|
|
<label class="my-0 d-inline-flex align-items-center">
|
|
- <input type="radio" name="additionReasonCategory" value="ON_INTAKE" {{$point && $point->addition_reason_category === 'ON_INTAKE' ? 'checked' : ''}}>
|
|
|
|
|
|
+ <input type="radio" name="additionReasonCategory" value="ON_INTAKE"
|
|
|
|
+ {{$point && $point->addition_reason_category === 'ON_INTAKE' ? 'checked' : ''}}
|
|
|
|
+ {{$point && $point->added_in_note_id === $note->id ? '' : 'readonly disabled'}}>
|
|
<span class="ml-1">Pre-existing</span>
|
|
<span class="ml-1">Pre-existing</span>
|
|
</label>
|
|
</label>
|
|
<label class="ml-3 my-0 d-inline-flex align-items-center">
|
|
<label class="ml-3 my-0 d-inline-flex align-items-center">
|
|
- <input type="radio" name="additionReasonCategory" value="DURING_VISIT" {{$point && $point->addition_reason_category === 'DURING_VISIT' ? 'checked' : ''}}>
|
|
|
|
|
|
+ <input type="radio" name="additionReasonCategory" value="DURING_VISIT"
|
|
|
|
+ {{$point && $point->addition_reason_category === 'DURING_VISIT' ? 'checked' : ''}}
|
|
|
|
+ {{$point && $point->added_in_note_id === $note->id ? '' : 'readonly disabled'}}>
|
|
<span class="ml-1">Added during this visit (as part of my plan)</span>
|
|
<span class="ml-1">Added during this visit (as part of my plan)</span>
|
|
</label>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
@@ -63,7 +67,7 @@
|
|
</label>
|
|
</label>
|
|
<label class="ml-3 my-0 d-inline-flex align-items-center">
|
|
<label class="ml-3 my-0 d-inline-flex align-items-center">
|
|
<input type="radio" name="removalReasonCategory" value="DURING_VISIT" {{$point && $point->removal_reason_category === 'DURING_VISIT' ? 'checked' : ''}}>
|
|
<input type="radio" name="removalReasonCategory" value="DURING_VISIT" {{$point && $point->removal_reason_category === 'DURING_VISIT' ? 'checked' : ''}}>
|
|
- <span class="ml-1">Removed during this visit</span>
|
|
|
|
|
|
+ <span class="ml-1">Removed during this visit (as part of my plan)</span>
|
|
</label>
|
|
</label>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|