瀏覽代碼

marked test and duplicates on search results

= 3 年之前
父節點
當前提交
e5365ad73a
共有 1 個文件被更改,包括 6 次插入0 次删除
  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; ?>