|
@@ -514,6 +514,7 @@
|
|
<div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Prescriptions" href="#">ERx & Orders</a></div>
|
|
<div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Prescriptions" href="#">ERx & Orders</a></div>
|
|
<div class="note-tree-node"><a native="" target="_top" data-non-segment-target="CM Setup" href="#">Chronic Care Management</a></div>
|
|
<div class="note-tree-node"><a native="" target="_top" data-non-segment-target="CM Setup" href="#">Chronic Care Management</a></div>
|
|
<div class="note-tree-node"><a native="" target="_top" data-non-segment-target="RM Setup" href="#">RM Setup</a></div>
|
|
<div class="note-tree-node"><a native="" target="_top" data-non-segment-target="RM Setup" href="#">RM Setup</a></div>
|
|
|
|
+ <div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Vitals Settings" href="#">Vitals Settings</a></div>
|
|
<div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Supply Orders Summary" href="#">Supply Orders Summary</a></div>
|
|
<div class="note-tree-node"><a native="" target="_top" data-non-segment-target="Supply Orders Summary" href="#">Supply Orders Summary</a></div>
|
|
<div class="note-tree-node"><a native="" target="_top" data-non-segment-target="ICDs" href="#">ICDs</a></div>
|
|
<div class="note-tree-node"><a native="" target="_top" data-non-segment-target="ICDs" href="#">ICDs</a></div>
|
|
@if($pro->pro_type === 'ADMIN')
|
|
@if($pro->pro_type === 'ADMIN')
|
|
@@ -748,6 +749,13 @@
|
|
<div class="d-flex align-items-center mb-3">
|
|
<div class="d-flex align-items-center mb-3">
|
|
<p class="font-weight-bold text-secondary m-0 font-size-14">RM Setup</p>
|
|
<p class="font-weight-bold text-secondary m-0 font-size-14">RM Setup</p>
|
|
</div>
|
|
</div>
|
|
|
|
+ @include('app.patient.partials.rm-setup')
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="p-3 border-bottom screen-only" data-non-segment-section="Vitals Settings">
|
|
|
|
+ <div class="d-flex align-items-center mb-3">
|
|
|
|
+ <p class="font-weight-bold text-secondary m-0 font-size-14">Vitals Settings</p>
|
|
|
|
+ </div>
|
|
<div class="row" id="vitals-settings-{{$patient->uid}}">
|
|
<div class="row" id="vitals-settings-{{$patient->uid}}">
|
|
<div class="col-4 border-right">
|
|
<div class="col-4 border-right">
|
|
<div class="d-flex align-items-baseline">
|
|
<div class="d-flex align-items-baseline">
|