|
@@ -320,21 +320,6 @@
|
|
|
</div>
|
|
|
</div>--}}
|
|
|
|
|
|
- {{-- ROS --}}
|
|
|
- <div class="pt-2 mt-2 border-top">
|
|
|
- <div class="note-section">
|
|
|
- <div class="d-flex align-items-center pb-2">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">ROS</h6>
|
|
|
- <span class="mx-2 text-secondary">|</span>
|
|
|
- @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'ros'])
|
|
|
- @include('app.patient.note.section_script')
|
|
|
- </div>
|
|
|
- <div class="bg-light border p-2 mb-3">
|
|
|
- @include('app.patient.canvas-sections.ros.summary')
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
-
|
|
|
{{-- history_medical --}}
|
|
|
<div class="pt-2 mt-2 border-top">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
@@ -742,6 +727,21 @@
|
|
|
</table>
|
|
|
</div>
|
|
|
|
|
|
+ {{-- ROS --}}
|
|
|
+ <div class="pt-2 mt-2 border-top">
|
|
|
+ <div class="note-section">
|
|
|
+ <div class="d-flex align-items-center pb-2">
|
|
|
+ <h6 class="my-0 font-weight-bold text-secondary">ROS</h6>
|
|
|
+ <span class="mx-2 text-secondary">|</span>
|
|
|
+ @include('app.patient.canvas-sections.canvas-editor-modal', ['key' => 'ros'])
|
|
|
+ @include('app.patient.note.section_script')
|
|
|
+ </div>
|
|
|
+ <div class="bg-light border p-2 mb-3">
|
|
|
+ @include('app.patient.canvas-sections.ros.summary')
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
{{-- care-team --}}
|
|
|
@include('app/patient/partials/care-team')
|
|
|
</div>
|