|
@@ -19,12 +19,12 @@ if (!!@$point->data) {
|
|
|
class="form-group mb-2 border-left border-right rte-holder"
|
|
|
data-field-name="free_text"
|
|
|
><?= $parsed && @$parsed->free_text ? $parsed->free_text : '' ?></div>
|
|
|
- <div class="px-2">
|
|
|
- @include('app.patient.segment-templates.subjective_general_v2.allergies')
|
|
|
- @include('app.patient.segment-templates.subjective_general_v2.medications')
|
|
|
- @include('app.patient.segment-templates.subjective_general_v2.problems')
|
|
|
- @include('app.patient.segment-templates.subjective_general_v2.goals')
|
|
|
- @include('app.patient.segment-templates.subjective_general_v2.care_team')
|
|
|
+ <div class="bg-white">
|
|
|
+ <div class="px-2 c-pointer on-hover-aliceblue" onclick="$('.note-bottom-toolbar .allergies-center-trigger').trigger('click'); return false;">@include('app.patient.segment-templates.subjective_general_v2.allergies')</div>
|
|
|
+ <div class="px-2 c-pointer on-hover-aliceblue" onclick="$('.note-bottom-toolbar .medications-center-trigger').trigger('click'); return false;">@include('app.patient.segment-templates.subjective_general_v2.medications')</div>
|
|
|
+ <div class="px-2 c-pointer on-hover-aliceblue" onclick="$('.note-bottom-toolbar .problems-center-trigger').trigger('click'); return false;">@include('app.patient.segment-templates.subjective_general_v2.problems')</div>
|
|
|
+ <div class="px-2 c-pointer on-hover-aliceblue" onclick="$('.note-bottom-toolbar .goals-center-trigger').trigger('click'); return false;">@include('app.patient.segment-templates.subjective_general_v2.goals')</div>
|
|
|
+ <div class="px-2 c-pointer on-hover-aliceblue" onclick="$('.note-bottom-toolbar .careteam-center-trigger').trigger('click'); return false;">@include('app.patient.segment-templates.subjective_general_v2.care_team')</div>
|
|
|
</div>
|
|
|
<div class="m-2">
|
|
|
<button submit class="btn btn-sm btn-primary mr-2"><i class="fa fa-save"></i></button>
|