|
@@ -152,7 +152,7 @@ if(!@$summaryView) {
|
|
|
|
|
|
@endif
|
|
|
|
|
|
- @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'point' => $problem, 'addVerbPT' => 'Diagnosed', 'reviewLabel' => 'Subjective/HPI', 'apTerm' => 'assessment/plan'])
|
|
|
+ @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'point' => $problem, 'addVerbPT' => 'Added', 'reviewLabel' => 'Subjective/HPI', 'apTerm' => 'assessment/plan'])
|
|
|
|
|
|
<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>
|
|
@@ -166,7 +166,7 @@ if(!@$summaryView) {
|
|
|
<?= !!@($problem->data->icd) ? '/ ' . @($problem->data->icd) : '' ?>
|
|
|
@endif
|
|
|
|
|
|
- @include('app.patient.wizard-partials.state-badge', ['point' => $problem, 'addedVerb' => 'Diagnosed'])
|
|
|
+ @include('app.patient.wizard-partials.state-badge', ['point' => $problem, 'addedVerb' => 'Added'])
|
|
|
</div>
|
|
|
@if(!@$summaryView)
|
|
|
<div class="ml-auto mr-1">
|
|
@@ -366,7 +366,7 @@ if(!@$summaryView) {
|
|
|
</div>
|
|
|
|
|
|
<?php $point = null; ?>
|
|
|
- @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'addVerbPT' => 'Diagnosed', 'reviewLabel' => 'Subjective/HPI', 'apTerm' => 'assessment/plan'])
|
|
|
+ @include('app.patient.wizard-partials.common-fields', ['label' => 'problem', 'addVerbPT' => 'Added', 'reviewLabel' => 'Subjective/HPI', 'apTerm' => 'assessment/plan'])
|
|
|
|
|
|
<div class="d-flex align-items-center">
|
|
|
<button type="submit" class="btn btn-sm btn-primary mr-2">Save Problem</button>
|