|
@@ -31,6 +31,7 @@
|
|
|
<div class="d-flex align-items-baseline mt-1">
|
|
|
<label class="my-0 d-inline-flex align-items-center">
|
|
|
<input type="radio" name="additionReasonCategory" value="ON_INTAKE"
|
|
|
+ {{ !$point ? 'checked' : '' }}
|
|
|
{{$point && $point->addition_reason_category === 'ON_INTAKE' ? 'checked' : ''}}
|
|
|
{{0 && $point && $point->added_in_note_id !== $note->id ? 'readonly disabled' : ''}}>
|
|
|
<span class="ml-1">Pre-existing</span>
|
|
@@ -145,9 +146,9 @@
|
|
|
<div if-active-or-not-active class="d-none">
|
|
|
|
|
|
@if(1 || $patient->core_note_id !== $note->id) {{-- allow review/plan from core note --}}
|
|
|
-
|
|
|
+ <div class="row">
|
|
|
@if(!@$noReview)
|
|
|
- <div class="mb-2">
|
|
|
+ <div class="mb-2 col-md-6">
|
|
|
<?php
|
|
|
$currentValue = '';
|
|
|
$previousValue = '';
|
|
@@ -200,7 +201,7 @@
|
|
|
@endif
|
|
|
|
|
|
@if(!@$noPlan)
|
|
|
- <div class="mb-2">
|
|
|
+ <div class="mb-2 col-md-6">
|
|
|
<?php
|
|
|
$currentValue = '';
|
|
|
$previousValue = '';
|
|
@@ -245,8 +246,8 @@
|
|
|
<?php endif; ?>
|
|
|
</div>
|
|
|
@endif
|
|
|
-
|
|
|
+ </div>
|
|
|
@endif
|
|
|
|
|
|
</div>
|
|
|
-</div>
|
|
|
+</div>
|