소스 검색

Omega problems - show ICD with prob name

Vijayakrishnan 3 년 전
부모
커밋
164242fbaf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/patient/segment-templates/omega_problems/summary.blade.php

+ 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): ?>