|
@@ -38,7 +38,7 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
|
|
<th class="border-bottom-0 text-secondary">Edit</th>
|
|
<th class="border-bottom-0 text-secondary">Edit</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>
|
|
- <th class="border-bottom-0 text-secondary w-25">Review</th>
|
|
|
|
|
|
+ <th class="border-bottom-0 text-secondary w-25">HPI</th>
|
|
<th class="border-bottom-0 text-secondary w-25">Plan</th>
|
|
<th class="border-bottom-0 text-secondary w-25">Plan</th>
|
|
</tr>
|
|
</tr>
|
|
</thead>
|
|
</thead>
|
|
@@ -163,7 +163,7 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
|
|
|
|
|
|
@endif
|
|
@endif
|
|
|
|
|
|
- @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'point' => $problem])
|
|
|
|
|
|
+ @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'point' => $problem, 'reviewLabel' => 'HPI'])
|
|
|
|
|
|
<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>
|
|
@@ -275,7 +275,7 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<?php $point = null; ?>
|
|
<?php $point = null; ?>
|
|
- @include('app.patient.wizard-partials.common-fields', ['label' => 'problem'])
|
|
|
|
|
|
+ @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'reviewLabel' => 'HPI'])
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<div class="col-5 border-left">
|
|
<div class="col-5 border-left">
|