|
@@ -2,15 +2,32 @@
|
|
|
<div class="col-md-12">
|
|
|
<h6 class="my-3"><b><u>Review Of Systems</u></b></h6>
|
|
|
</div>
|
|
|
+ <div class="col-md-12 section bg-light py-2 mb-3">
|
|
|
+ <div class="c-pointer"
|
|
|
+ open-in-stag-popup
|
|
|
+ href="/note-segment-view-by-name/{{$note->uid}}/omega_ros/edit"
|
|
|
+ mc-initer="init-ros-{{$note->id}}"
|
|
|
+ title="Review Of Systems"
|
|
|
+ update-parent
|
|
|
+ popup-style="overflow-visible">
|
|
|
+ @include('app.patient.segment-templates.omega_ros.summary')
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
+<div class="row mb-1">
|
|
|
+ <div class="col-md-12">
|
|
|
+ <h6 class="my-3"><b><u>Physical Exam</u></b></h6>
|
|
|
+ </div>
|
|
|
<div class="col-md-12 section bg-light py-2 mb-3">
|
|
|
<div class="c-pointer"
|
|
|
open-in-stag-popup
|
|
|
- href="/note-segment-view-by-name/{{$note->uid}}/omega_ros/edit"
|
|
|
- mc-initer="init-ros-{{$note->id}}"
|
|
|
- title="Review Of Systems"
|
|
|
+ href="/note-segment-view-by-name/{{$note->uid}}/omega_pe/edit"
|
|
|
+ mc-initer="init-pe-{{$note->id}}"
|
|
|
+ title="Physical Exam"
|
|
|
update-parent
|
|
|
popup-style="overflow-visible">
|
|
|
- @include('app.patient.segment-templates.omega_ros.summary')
|
|
|
+ @include('app.patient.segment-templates.omega_pe.summary')
|
|
|
</div>
|
|
|
</div>
|
|
|
|