|
@@ -74,7 +74,9 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
|
|
include resource_path('views/app/patient/segment-templates/_child_review/last-review.php');
|
|
include resource_path('views/app/patient/segment-templates/_child_review/last-review.php');
|
|
?>
|
|
?>
|
|
</div>--}}
|
|
</div>--}}
|
|
- <div class="flex-grow-1">dg read ui</div>
|
|
|
|
|
|
+ <div class="flex-grow-1">
|
|
|
|
+ @include('app.patient.note.last-hpi')
|
|
|
|
+ </div>
|
|
<div>
|
|
<div>
|
|
<div class="">
|
|
<div class="">
|
|
<a class="pl-2 view-review-log"
|
|
<a class="pl-2 view-review-log"
|
|
@@ -90,6 +92,7 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
|
|
<a class="pl-2 view-review-log"
|
|
<a class="pl-2 view-review-log"
|
|
native target="_blank"
|
|
native target="_blank"
|
|
open-in-stag-popup
|
|
open-in-stag-popup
|
|
|
|
+ update-parent
|
|
mc-initer="edit-hpi-{{$problem->id}}"
|
|
mc-initer="edit-hpi-{{$problem->id}}"
|
|
popup-style="stag-popup-md"
|
|
popup-style="stag-popup-md"
|
|
title="HPI<?= !!@($problem->data->name) ? ' for ' . @($problem->data->name) : '' ?> / <?= $patient->displayName() ?>"
|
|
title="HPI<?= !!@($problem->data->name) ? ' for ' . @($problem->data->name) : '' ?> / <?= $patient->displayName() ?>"
|