Explorar o código

marked test and duplicates on search results

= %!s(int64=3) %!d(string=hai) anos
pai
achega
e5365ad73a
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      resources/views/app/patient-suggest.blade.php

+ 6 - 0
resources/views/app/patient-suggest.blade.php

@@ -7,6 +7,12 @@
        href="" data-target-uid="{{$client->uid}}" {!! $client->mcp ? '' : 'title="Unclaimed Patient"' !!}>
         <img src="/img/bluecircle.png" alt="Unclaimed Patient" class="mr-1 {{$client->mcp ? 'claimed' : 'unclaimed'}}">
         {{$client->displayName()}}
+        @if($client->client_engagement_status_category == 'DUMMY') 
+         [Test Record]
+        @endif 
+        @if($client->client_engagement_status_category == 'DUPLICATE') 
+         [Duplicate Record]
+        @endif 
         {!! $client->cell_number ? '<span class="text-sm text-secondary ml-1">(' . $client->cell_number . ')</span>' : '' !!}
     </a>
     <?php $activeSet = true; ?>