Ver Fonte

Dx wiz - "visit reason" badge

Vijayakrishnan há 3 anos atrás
pai
commit
a54ffbd7c1
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      resources/views/app/patient/problems-center.blade.php

+ 5 - 0
resources/views/app/patient/problems-center.blade.php

@@ -64,6 +64,11 @@ $ccSegment = $ccSegment ?? $note->getSegmentByInternalName('mc_cc');
                                 <?= !!@($problem->data->icd) ? '/&nbsp;' . @($problem->data->icd) : '' ?>
                             </div>
                             @include('app.patient.wizard-partials.state-badge', ['point' => $problem, 'addedVerb' => 'Diagnosed'])
+                            @if($rel)
+                                <div class="mt-1">
+                                    <span class="text-sm text-white bg-info rounded px-2 py-1 font-weight-bold">Visit reason</span>
+                                </div>
+                            @endif
                         </div>
                     </div>
                 </td>