|
@@ -29,6 +29,7 @@ $problems = Point::getIntakePointsOfCategory($patient, 'PROBLEM', $note);
|
|
<div class="d-flex align-items-baseline">
|
|
<div class="d-flex align-items-baseline">
|
|
<div class="<?= $problem->is_removed ? 'strike-through' : '' ?>">
|
|
<div class="<?= $problem->is_removed ? 'strike-through' : '' ?>">
|
|
<b><?= !!@($problem->data->name) ? @($problem->data->name) : '-' ?></b>
|
|
<b><?= !!@($problem->data->name) ? @($problem->data->name) : '-' ?></b>
|
|
|
|
+ <?= !!@($problem->data->icd) ? '/ ' . @($problem->data->icd) : '' ?>
|
|
<?= !!@($problem->data->description) ? '/ ' . @($problem->data->description) : '' ?>
|
|
<?= !!@($problem->data->description) ? '/ ' . @($problem->data->description) : '' ?>
|
|
</div>
|
|
</div>
|
|
|
|
|