Jelajahi Sumber

Omega problems - show ICD with prob name

Vijayakrishnan 3 tahun lalu
induk
melakukan
164242fbaf

+ 1 - 1
resources/views/app/patient/segment-templates/omega_problems/summary.blade.php

@@ -18,7 +18,7 @@ $plural = 'Problems';
        <div>
             <span class="">
                 <span class="font-weight-bold" <?= $point->is_removed ? 'strike-through' : '' ?> grow-till-300px" >
-                    <?= !!@($point->data->name) ? @($point->data->name) : '-' ?>:
+                    <?= !!@($point->data->name) ? @($point->data->name) : '-' ?><?= !!@($point->data->icd) ? ' / ' . @($point->data->icd) : '' ?>:
                 </span>
 		<span class="text-nowrap">
                        <?php if ($point->is_removed): ?>