|
@@ -46,7 +46,7 @@ list($allergies, $counts) = Point::getPointsOfCategoryExtended($patient, 'ALLERG
|
|
|
@include('app.patient.wizard-partials.state-icon', ['point' => $allergy])
|
|
|
<div>
|
|
|
<b><?= !!@($allergy->data->name) ? @($allergy->data->name) : '-' ?></b>
|
|
|
- @include('app.patient.wizard-partials.state-badge', ['point' => $allergy, 'addedVerb' => 'Prescribed', 'removedVerb' => 'Discontinued'])
|
|
|
+ @include('app.patient.wizard-partials.state-badge', ['point' => $allergy, 'addedVerb' => 'Diagnosed', 'removedVerb' => 'Discontinued'])
|
|
|
</div>
|
|
|
</div>
|
|
|
</td>
|