Vijayakrishnan 3 лет назад
Родитель
Сommit
861a1bb799
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      resources/views/app/patient/problems-center.blade.php

+ 4 - 1
resources/views/app/patient/problems-center.blade.php

@@ -80,7 +80,10 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
                             <i class="text-secondary fa fa-circle text-sm on-hover-opaque mr-2"></i>
                         @endif
                         <div>
-                            <b><?= !!@($problem->data->name) ? @($problem->data->name) : '-' ?></b>
+                            <div>
+                                <b><?= !!@($problem->data->name) ? @($problem->data->name) : '-' ?></b>
+                                <?= !!@($problem->data->icd) ? '/&nbsp;' . @($problem->data->icd) : '' ?>
+                            </div>
                             @if($problem->added_in_note_id === $note->id)
                                 <div class="mt-1 text-sm text-secondary">
                                     Added