|
@@ -692,8 +692,58 @@
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
-
|
|
|
|
|
|
|
|
|
|
+ @if($performer->pro->pro_type === 'ADMIN')
|
|
|
|
+ <hr class="m-negator-3 my-3">
|
|
|
|
+ <div>
|
|
|
|
+ <h3>Adming Engagement Assessment Status</h3>
|
|
|
|
+ <p>Category: {{$patient->adminEngagementAssessmentStatus->status_category ?? ''}}</p>
|
|
|
|
+ <p>Memo: {{$patient->adminEngagementAssessmentStatus->status_memo ?? ''}}</p>
|
|
|
|
+ <p>Detail: {{$patient->adminEngagementAssessmentStatus->status_detail ?? ''}}</p>
|
|
|
|
+ </div>
|
|
|
|
+ <div moe class="ml-2">
|
|
|
|
+ <a start show><i class="fa fa-edit"></i>Update Admin Engagement Assessment Status</a>
|
|
|
|
+ <form url="/api/client/updateAdminEngagementAssessmentStatus" class="mcp-theme-1">
|
|
|
|
+ <input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="control-label">Category </label>
|
|
|
|
+ <select name="category" class="form-control">
|
|
|
|
+ <option value="NULL">--</option>
|
|
|
|
+ <option value="ACTIVE">ACTIVE</option>
|
|
|
|
+ <option value="INACTIVE">INACTIVE</option>
|
|
|
|
+ <option value="ENTRY_ERROR">ENTRY_ERROR</option>
|
|
|
|
+ <option value="DUMMY">DUMMY</option>
|
|
|
|
+ <option value="DECEASED">DECEASED</option>
|
|
|
|
+ <option value="DUPLICATE">DUPLICATE</option>
|
|
|
|
+ <option value="NO_LONGER_INTERESTED">NO_LONGER_INTERESTED</option>
|
|
|
|
+ <option value="BAD_RECORD">BAD_RECORD</option>
|
|
|
|
+ </select>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="control-label">Memo</label>
|
|
|
|
+ <input type="text" name="memo" class="form-control">
|
|
|
|
+ </div>
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <label class="control-label">Detail</label>
|
|
|
|
+ <input type="text" name="detail" class="form-control">
|
|
|
|
+ </div>
|
|
|
|
+ <div>
|
|
|
|
+ <button submit class="btn btn-sm btn-primary mr-1">Submit
|
|
|
|
+ </button>
|
|
|
|
+ <button cancel class="btn btn-sm btn-default border">
|
|
|
|
+ Cancel
|
|
|
|
+ </button>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ </div>
|
|
|
|
+ @endif
|
|
|
|
+ <hr class="m-negator-3 my-3">
|
|
|
|
+ <!-- <div>
|
|
|
|
+ /updateMcpEngagementAssessmentStatus
|
|
|
|
+ /updateDefaultNaEngagementAssessmentStatus
|
|
|
|
+ /updateClientEngagementAssessmentStatus
|
|
|
|
+ /updateClientSelfSatisfactionStatus
|
|
|
|
+ </div> -->
|
|
</div>
|
|
</div>
|
|
<div class="col-6 border-left">
|
|
<div class="col-6 border-left">
|
|
|
|
|