浏览代码

Updated patient section

Samson Mutunga 3 年之前
父节点
当前提交
0da256dd90
共有 2 个文件被更改,包括 8 次插入3 次删除
  1. 5 1
      resources/views/app/patient/settings.blade.php
  2. 3 2
      resources/views/layouts/patient.blade.php

+ 5 - 1
resources/views/app/patient/settings.blade.php

@@ -1,7 +1,6 @@
 @extends ('layouts.patient')
 
 @section('inner-content')
-
     <div id="client-settings-container">
     <h4 class="font-size-16 m-0 mb-3">Settings</h4>
         <div class="row">
@@ -27,6 +26,7 @@
                                     <option {{ $patient->client_engagement_status_category === 'DUPLICATE' ? 'selected' : '' }} value="DUPLICATE">Duplicate</option>
                                     <option {{ $patient->client_engagement_status_category === 'NO_LONGER_INTERESTED' ? 'selected' : '' }} value="NO_LONGER_INTERESTED">No Longer Interested</option>
                                     <option {{ $patient->client_engagement_status_category === 'BAD_RECORD' ? 'selected' : '' }} value="BAD_RECORD">Bad Record</option>
+                                    <option {{ $patient->client_engagement_status_category === 'NO_LONGER_ELIGIBLE' ? 'selected' : '' }} value="NO_LONGER_ELIGIBLE">No Longer Eligible</option>
                                 </select>
                             </div>
                             <div class="mb-2">
@@ -488,6 +488,9 @@
                     <div class="mb-1">
                       RD Pro: <b>{{ $patient->rd->name_display ?? ''}}</b>
                     </div>
+                    <div class="mb-1">
+                      Physician Pro: <b>{{ $patient->pcp->rd->name_display ?? ''}}</b>
+                    </div>
                 </div>
 
                 <hr class="m-negator-3 my-3">
@@ -837,6 +840,7 @@
 	                            <option {{$patient->client_engagement_status_category == 'DUPLICATE' ? 'selected' :''}} value="DUPLICATE">DUPLICATE</option>
                                 <option {{$patient->client_engagement_status_category == 'NO_LONGER_INTERESTED' ? 'selected' :''}} value="NO_LONGER_INTERESTED">NO_LONGER_INTERESTED</option>
                                 <option {{$patient->client_engagement_status_category == 'BAD_RECORD' ? 'selected' :''}} value="BAD_RECORD">BAD_RECORD</option>
+                                <option {{ $patient->client_engagement_status_category === 'NO_LONGER_ELIGIBLE' ? 'selected' : '' }} value="NO_LONGER_ELIGIBLE">No Longer Eligible</option>
                             </select>
                         </div>
                         <div class="form-group">

+ 3 - 2
resources/views/layouts/patient.blade.php

@@ -451,6 +451,7 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
 																	<option {{ $patient->client_engagement_status_category === 'DUPLICATE' ? 'selected' : '' }} value="DUPLICATE">Duplicate</option>
 																	<option {{ $patient->client_engagement_status_category === 'NO_LONGER_INTERESTED' ? 'selected' : '' }} value="NO_LONGER_INTERESTED">No Longer Interested</option>
 																	<option {{ $patient->client_engagement_status_category === 'BAD_RECORD' ? 'selected' : '' }} value="BAD_RECORD">Bad Record</option>
+																	<option {{ $patient->client_engagement_status_category === 'NO_LONGER_ELIGIBLE' ? 'selected' : '' }} value="NO_LONGER_ELIGIBLE">No Longer Eligible</option>
 																</select>
 															</div>
 															<div class="mb-2">
@@ -946,9 +947,9 @@ $isOldClient = (date_diff(date_create(config('app.point_impl_date')), date_creat
 															<i>(No email address)</i>
 														@endif
 													</span>
-													<div>
+													{{--<div>
 														@include('app.patient.send_email')
-													</div>
+													</div>--}}
 											</div>								
 										</li>