|
@@ -22,7 +22,7 @@ $medications = Point::getPointsOfCategoryExtended($patient, 'MEDICATION', $note)
|
|
<th class="border-bottom-0 text-secondary text-center width-30px">Rel.</th>
|
|
<th class="border-bottom-0 text-secondary text-center width-30px">Rel.</th>
|
|
@endif
|
|
@endif
|
|
<th class="border-bottom-0 text-secondary">Name</th>
|
|
<th class="border-bottom-0 text-secondary">Name</th>
|
|
- <th class="border-bottom-0 text-secondary w-25">Plan</th>
|
|
|
|
|
|
+ <th class="border-bottom-0 text-secondary w-25">Directions/Plan</th>
|
|
<th class="border-bottom-0 text-secondary">Active?</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">Started</th>
|
|
<th class="border-bottom-0 text-secondary">Ended</th>
|
|
<th class="border-bottom-0 text-secondary">Ended</th>
|
|
@@ -208,7 +208,7 @@ $medications = Point::getPointsOfCategoryExtended($patient, 'MEDICATION', $note)
|
|
|
|
|
|
@endif
|
|
@endif
|
|
|
|
|
|
- @include('app.patient.wizard-partials.common-fields', ['label' => 'medication', 'point' => $medication, 'addVerbPT' => 'Prescribed'])
|
|
|
|
|
|
+ @include('app.patient.wizard-partials.common-fields', ['label' => 'medication', 'point' => $medication, 'addVerbPT' => 'Prescribed', 'planLabel' => 'Directions/Plan'])
|
|
|
|
|
|
<div class="mt-3 pt-2 d-flex align-items-center border-top">
|
|
<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>
|
|
<button type="submit" class="btn-save-medication btn btn-sm btn-primary mr-2">Save</button>
|
|
@@ -251,7 +251,7 @@ $medications = Point::getPointsOfCategoryExtended($patient, 'MEDICATION', $note)
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<?php $point = null; ?>
|
|
<?php $point = null; ?>
|
|
- @include('app.patient.wizard-partials.common-fields', ['label' => 'medication', 'addVerbPT' => 'Prescribed'])
|
|
|
|
|
|
+ @include('app.patient.wizard-partials.common-fields', ['label' => 'medication', 'addVerbPT' => 'Prescribed', 'planLabel' => 'Directions/Plan'])
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-4 border-left">
|
|
<div class="col-4 border-left">
|