|
@@ -0,0 +1,25 @@
|
|
|
|
+<div class="d-flex px-3 py-2 bg-light align-items-baseline border-bottom">
|
|
|
|
+ <h4 class="font-weight-bold text-nowrap m-0">Sleep Specialist Assignment</h4>
|
|
|
|
+ <div moe class="ml-3">
|
|
|
|
+ <a start show href="#"><i class="fa fa-edit"></i> Edit</a>
|
|
|
|
+ <form url="/api/client/updateWatchPatSleepSpecialistAssignment" hook="refreshSleepStudyStep">
|
|
|
|
+ <input type="hidden" name="uid" value="{{$patient->uid}}">
|
|
|
|
+ <div class="font-weight-bold font-size-14 text-secondary border-bottom pb-2 mb-2 text-nowrap">Sleep Specialist Assignment</div>
|
|
|
|
+ <div class="mb-2">
|
|
|
|
+ <div class="mb-1">Sleep Specialist:</div>
|
|
|
|
+ <select name="watchPatSleepSpecialistUid" class="form-control form-control-sm" provider-search data-pro-uid="{{@$patient->watchPatSleepSpecialistPro->uid}}">
|
|
|
|
+ <option value="">-- select --</option>
|
|
|
|
+ </select>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+ <div class="mt-2 border-top pt-2 text-center">
|
|
|
|
+ <button class="btn btn-primary btn-sm" submit>Submit</button>
|
|
|
|
+ <button class="btn btn-default border btn-sm" cancel>Cancel</button>
|
|
|
|
+ </div>
|
|
|
|
+ </form>
|
|
|
|
+ </div>
|
|
|
|
+</div>
|
|
|
|
+
|
|
|
|
+<div class="px-3 pt-2 pb-1">
|
|
|
|
+ Sleep Specialist: <b>{{$patient->watchPatSleepSpecialistPro ? $patient->watchPatSleepSpecialistPro->displayName() : '-'}}</b>
|
|
|
|
+</div>
|