|
@@ -22,8 +22,8 @@ list($medications, $counts) = Point::getPointsOfCategoryExtended($patient, 'MEDI
|
|
|
<th class="border-bottom-0 text-secondary text-center width-30px">Rel.</th>
|
|
|
@endif
|
|
|
<th class="border-bottom-0 text-secondary">Name</th>
|
|
|
- <th class="border-bottom-0 text-secondary w-25">Directions/Plan</th>
|
|
|
- <th class="border-bottom-0 text-secondary w-25">Review</th>
|
|
|
+ <th class="border-bottom-0 text-secondary w-25">Subjective</th>
|
|
|
+ <th class="border-bottom-0 text-secondary w-25">Plan</th>
|
|
|
<th class="border-bottom-0 text-secondary">Active?</th>
|
|
|
<th class="border-bottom-0 text-secondary">Started</th>
|
|
|
<th class="border-bottom-0 text-secondary">Ended</th>
|
|
@@ -55,7 +55,8 @@ list($medications, $counts) = Point::getPointsOfCategoryExtended($patient, 'MEDI
|
|
|
<div class="d-flex align-items-start">
|
|
|
<div class="flex-grow-1">
|
|
|
<?php
|
|
|
- include resource_path('views/app/patient/segment-templates/_child_plan/last-plan.php');
|
|
|
+ $point = $medication;
|
|
|
+ include resource_path('views/app/patient/segment-templates/_child_review/last-review.php');
|
|
|
?>
|
|
|
</div>
|
|
|
<div class="d-inline-flex flex-nowrap">
|
|
@@ -63,16 +64,10 @@ list($medications, $counts) = Point::getPointsOfCategoryExtended($patient, 'MEDI
|
|
|
native target="_blank"
|
|
|
open-in-stag-popup
|
|
|
popup-style="stag-popup-md"
|
|
|
- title="Plan log<?= !!@($medication->data->name) ? ' for ' . @($medication->data->name) : '' ?>"
|
|
|
- href="/point/plan-log/<?= $medication->uid ?>?popupmode=1">
|
|
|
+ title="Subjective log<?= !!@($medication->data->name) ? ' for ' . @($medication->data->name) : '' ?>"
|
|
|
+ href="/point/review-log/<?= $medication->uid ?>?popupmode=1">
|
|
|
<i class="fa fa-history"></i>
|
|
|
</a>
|
|
|
- <?php
|
|
|
- /*$segment = $note->getSegmentByInternalName('plan_medications');
|
|
|
- if($segment) {
|
|
|
- include resource_path('views/app/patient/segment-templates/_child_plan/edit-plan.php');
|
|
|
- }*/
|
|
|
- ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|
|
@@ -80,8 +75,7 @@ list($medications, $counts) = Point::getPointsOfCategoryExtended($patient, 'MEDI
|
|
|
<div class="d-flex align-items-start">
|
|
|
<div class="flex-grow-1">
|
|
|
<?php
|
|
|
- $point = $medication;
|
|
|
- include resource_path('views/app/patient/segment-templates/_child_review/last-review.php');
|
|
|
+ include resource_path('views/app/patient/segment-templates/_child_plan/last-plan.php');
|
|
|
?>
|
|
|
</div>
|
|
|
<div class="d-inline-flex flex-nowrap">
|
|
@@ -89,10 +83,16 @@ list($medications, $counts) = Point::getPointsOfCategoryExtended($patient, 'MEDI
|
|
|
native target="_blank"
|
|
|
open-in-stag-popup
|
|
|
popup-style="stag-popup-md"
|
|
|
- title="Review log<?= !!@($medication->data->name) ? ' for ' . @($medication->data->name) : '' ?>"
|
|
|
- href="/point/review-log/<?= $medication->uid ?>?popupmode=1">
|
|
|
+ title="Plan log<?= !!@($medication->data->name) ? ' for ' . @($medication->data->name) : '' ?>"
|
|
|
+ href="/point/plan-log/<?= $medication->uid ?>?popupmode=1">
|
|
|
<i class="fa fa-history"></i>
|
|
|
</a>
|
|
|
+ <?php
|
|
|
+ /*$segment = $note->getSegmentByInternalName('plan_medications');
|
|
|
+ if($segment) {
|
|
|
+ include resource_path('views/app/patient/segment-templates/_child_plan/edit-plan.php');
|
|
|
+ }*/
|
|
|
+ ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|
|
@@ -156,7 +156,7 @@ list($medications, $counts) = Point::getPointsOfCategoryExtended($patient, 'MEDI
|
|
|
|
|
|
@endif
|
|
|
|
|
|
- @include('app.patient.wizard-partials.common-fields', ['label' => 'medication', 'point' => $medication, 'addVerbPT' => 'Prescribed', 'planLabel' => 'Directions/Plan'])
|
|
|
+ @include('app.patient.wizard-partials.common-fields', ['label' => 'medication', 'point' => $medication, 'addVerbPT' => 'Prescribed'])
|
|
|
|
|
|
<div class="mt-3 pt-2 d-flex align-items-center border-top">
|
|
|
<button type="submit" class="btn-save-medication btn btn-sm btn-primary mr-2">Save</button>
|
|
@@ -199,7 +199,7 @@ list($medications, $counts) = Point::getPointsOfCategoryExtended($patient, 'MEDI
|
|
|
</div>
|
|
|
|
|
|
<?php $point = null; ?>
|
|
|
- @include('app.patient.wizard-partials.common-fields', ['label' => 'medication', 'addVerbPT' => 'Prescribed', 'planLabel' => 'Directions/Plan'])
|
|
|
+ @include('app.patient.wizard-partials.common-fields', ['label' => 'medication', 'addVerbPT' => 'Prescribed'])
|
|
|
|
|
|
</div>
|
|
|
<div class="col-4 border-left">
|