|
@@ -69,12 +69,25 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<div class="d-flex align-items-start">
|
|
<div class="d-flex align-items-start">
|
|
- {{--<div class="flex-grow-1">
|
|
|
|
|
|
+ <div class="flex-grow-1">
|
|
<?php
|
|
<?php
|
|
$point = $problem;
|
|
$point = $problem;
|
|
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="d-inline-flex flex-nowrap">
|
|
|
|
+ <a class="pl-2 view-review-log"
|
|
|
|
+ native target="_blank"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ popup-style="stag-popup-md"
|
|
|
|
+ title="Review log<?= !!@($problem->data->name) ? ' for ' . @($problem->data->name) : '' ?>"
|
|
|
|
+ href="/point/review-log/<?= $problem->uid ?>?popupmode=1">
|
|
|
|
+ <i class="fa fa-history"></i>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ {{--
|
|
|
|
+ <div class="d-flex align-items-start">
|
|
<div class="flex-grow-1">
|
|
<div class="flex-grow-1">
|
|
@include('app.patient.note.last-hpi')
|
|
@include('app.patient.note.last-hpi')
|
|
</div>
|
|
</div>
|
|
@@ -103,6 +116,7 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ --}}
|
|
</td>
|
|
</td>
|
|
<td>
|
|
<td>
|
|
<div class="d-flex align-items-start">
|
|
<div class="d-flex align-items-start">
|
|
@@ -111,7 +125,7 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
include resource_path('views/app/patient/segment-templates/_child_plan/last-plan.php');
|
|
include resource_path('views/app/patient/segment-templates/_child_plan/last-plan.php');
|
|
?>
|
|
?>
|
|
</div>
|
|
</div>
|
|
- <div class="">
|
|
|
|
|
|
+ <div class="d-inline-flex flex-nowrap">
|
|
<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
|
|
@@ -120,14 +134,6 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
href="/point/plan-log/<?= $problem->uid ?>?popupmode=1">
|
|
href="/point/plan-log/<?= $problem->uid ?>?popupmode=1">
|
|
<i class="fa fa-history"></i>
|
|
<i class="fa fa-history"></i>
|
|
</a>
|
|
</a>
|
|
- <div class="pl-2">
|
|
|
|
- <?php
|
|
|
|
- $segment = $note->getSegmentByInternalName('plan_problems');
|
|
|
|
- if($segment && $patient->core_note_id !== $note->id) {
|
|
|
|
- include resource_path('views/app/patient/segment-templates/_child_plan/edit-plan.php');
|
|
|
|
- }
|
|
|
|
- ?>
|
|
|
|
- </div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</td>
|
|
</td>
|
|
@@ -200,7 +206,7 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
|
|
|
|
@endif
|
|
@endif
|
|
|
|
|
|
- @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'point' => $problem, 'reviewLabel' => 'HPI', 'addVerbPT' => 'Diagnosed', 'noReview' => true, 'noPlan' => true])
|
|
|
|
|
|
+ @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'point' => $problem, 'reviewLabel' => 'HPI', 'addVerbPT' => 'Diagnosed'])
|
|
|
|
|
|
<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-problem btn btn-sm btn-primary mr-2">Save</button>
|
|
<button type="submit" class="btn-save-problem btn btn-sm btn-primary mr-2">Save</button>
|
|
@@ -251,7 +257,7 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<?php $point = null; ?>
|
|
<?php $point = null; ?>
|
|
- @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'reviewLabel' => 'HPI', 'addVerbPT' => 'Diagnosed', 'noReview' => true, 'noPlan' => true])
|
|
|
|
|
|
+ @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'reviewLabel' => 'HPI', 'addVerbPT' => 'Diagnosed'])
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-4 border-left">
|
|
<div class="col-4 border-left">
|