|
@@ -81,7 +81,7 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
|
?>
|
|
|
</div>
|
|
|
<div class="d-inline-flex flex-nowrap">
|
|
|
- <a class="pl-2 view-review-log"
|
|
|
+ <a class="px-2 view-review-log"
|
|
|
native target="_blank"
|
|
|
open-in-stag-popup
|
|
|
popup-style="stag-popup-md"
|
|
@@ -89,39 +89,14 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
|
href="/point/review-log/<?= $problem->uid ?>?popupmode=1">
|
|
|
<i class="fa fa-history"></i>
|
|
|
</a>
|
|
|
+ <?php
|
|
|
+ $segment = $note->getSegmentByInternalName('intake_problems');
|
|
|
+ if($segment) {
|
|
|
+ include resource_path('views/app/patient/segment-templates/_child_review/edit-review.php');
|
|
|
+ }
|
|
|
+ ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
- {{--
|
|
|
- <div class="d-flex align-items-start">
|
|
|
- <div class="flex-grow-1">
|
|
|
- @include('app.patient.note.last-hpi')
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <div class="">
|
|
|
- <a class="pl-2 view-review-log"
|
|
|
- native target="_blank"
|
|
|
- open-in-stag-popup
|
|
|
- popup-style="stag-popup-md"
|
|
|
- title="HPI log<?= !!@($problem->data->name) ? ' for ' . @($problem->data->name) : '' ?>"
|
|
|
- href="/point/hpi-log/<?= $problem->uid ?>?popupmode=1">
|
|
|
- <i class="fa fa-history"></i>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- <div class="">
|
|
|
- <a class="pl-2 view-review-log"
|
|
|
- native target="_blank"
|
|
|
- open-in-stag-popup
|
|
|
- update-parent
|
|
|
- mc-initer="edit-hpi-{{$problem->id}}"
|
|
|
- popup-style="stag-popup-md"
|
|
|
- title="HPI<?= !!@($problem->data->name) ? ' for ' . @($problem->data->name) : '' ?> / <?= $patient->displayName() ?>"
|
|
|
- href="/point/edit-hpi/<?= $note->uid ?>/<?= $problem->uid ?>?popupmode=1">
|
|
|
- <i class="fa fa-plus-square"></i>
|
|
|
- </a>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- --}}
|
|
|
</td>
|
|
|
<td>
|
|
|
<div class="d-flex align-items-start">
|
|
@@ -131,7 +106,7 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
|
?>
|
|
|
</div>
|
|
|
<div class="d-inline-flex flex-nowrap">
|
|
|
- <a class="pl-2 view-review-log"
|
|
|
+ <a class="px-2 view-review-log"
|
|
|
native target="_blank"
|
|
|
open-in-stag-popup
|
|
|
popup-style="stag-popup-md"
|
|
@@ -139,6 +114,12 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
|
href="/point/plan-log/<?= $problem->uid ?>?popupmode=1">
|
|
|
<i class="fa fa-history"></i>
|
|
|
</a>
|
|
|
+ <?php
|
|
|
+ $segment = $note->getSegmentByInternalName('plan_problems');
|
|
|
+ if($segment) {
|
|
|
+ include resource_path('views/app/patient/segment-templates/_child_plan/edit-plan.php');
|
|
|
+ }
|
|
|
+ ?>
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|