|
@@ -6,17 +6,28 @@
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<div class="col-md-12">
|
|
<p>{{$record->name_display()}}</p>
|
|
<p>{{$record->name_display()}}</p>
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ <div class="p-3 border d-flex align-items-center mb-3">
|
|
|
|
+ <span class="mr-3">Video:
|
|
|
|
+ <span class="font-weight-bold">
|
|
|
|
+ <?= $record->is_client_video_turned_on ? '<span class="text-success">ON</span>' : '<span class="text-secondary">OFF</span>' ?>
|
|
|
|
+ </span>
|
|
|
|
+ </span>
|
|
|
|
+ @if($record->is_client_video_turned_on)
|
|
|
|
+ <a href="#" class="text-primary font-weight-bold" onclick="return window.top.openInRHS('/pro/meet/{{ $record->uid }}')">Go to Call</a>
|
|
|
|
+ @endif
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_setIsDuplicateToTrue', $record->uid)}}" title="Set as not duplicate">Mark as duplicate</a></p>
|
|
<a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_setIsDuplicateToTrue', $record->uid)}}" title="Set as not duplicate">Mark as duplicate</a></p>
|
|
-
|
|
|
|
|
|
+
|
|
<div>
|
|
<div>
|
|
- <i class="fa fa-phone" aria-hidden="true"></i>
|
|
|
|
|
|
+ <i class="fa fa-phone" aria-hidden="true"></i>
|
|
{{$record->cell_number}}
|
|
{{$record->cell_number}}
|
|
- <a up-modal=".form-contents" up-width="800" up-history="false"
|
|
|
|
- href="{{route('clients_SINGLE-ACTION_putNewCellNumber', $record->uid)}}"><i class="fa fa-edit" aria-hidden="true"></i></a>
|
|
|
|
|
|
+ <a up-modal=".form-contents" up-width="800" up-history="false"
|
|
|
|
+ href="{{route('clients_SINGLE-ACTION_putNewCellNumber', $record->uid)}}"><i class="fa fa-edit" aria-hidden="true"></i></a>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div>
|
|
- <i class="fa fa-envelope" aria-hidden="true"></i>
|
|
|
|
|
|
+ <i class="fa fa-envelope" aria-hidden="true"></i>
|
|
{{$record->email_address}}
|
|
{{$record->email_address}}
|
|
<a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_putNewEmailAddress', $record->uid)}}"><i class="fa fa-edit"></i></a>
|
|
<a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_putNewEmailAddress', $record->uid)}}"><i class="fa fa-edit"></i></a>
|
|
</div>
|
|
</div>
|
|
@@ -31,15 +42,15 @@
|
|
{{$record->gender_identity}}, {{$record->sex}}, {{$record->dob}}, {{$record->age_in_years}}
|
|
{{$record->gender_identity}}, {{$record->sex}}, {{$record->dob}}, {{$record->age_in_years}}
|
|
<a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_editDemographics', $record->uid)}}"><i class="fa fa-edit"></i></a>
|
|
<a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_editDemographics', $record->uid)}}"><i class="fa fa-edit"></i></a>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+
|
|
<small> Currently under the care of {MCP-First MCP-Last}✏️, with us since {creation.month}, {creation.date} || '8 days'}.
|
|
<small> Currently under the care of {MCP-First MCP-Last}✏️, with us since {creation.month}, {creation.date} || '8 days'}.
|
|
@if($record->mcpPro)
|
|
@if($record->mcpPro)
|
|
<div>
|
|
<div>
|
|
Currently under the care of {{$record->mcpPro->name_display}}
|
|
Currently under the care of {{$record->mcpPro->name_display}}
|
|
- <a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_putMcp', $record->uid)}}"><i class="fa fa-edit" aria-hidden="true"></i></a>
|
|
|
|
- <a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_removeMcp', $record->uid)}}"><i class="fa fa-trash" aria-hidden="true"></i></a>
|
|
|
|
|
|
+ <a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_putMcp', $record->uid)}}"><i class="fa fa-edit" aria-hidden="true"></i></a>
|
|
|
|
+ <a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_removeMcp', $record->uid)}}"><i class="fa fa-trash" aria-hidden="true"></i></a>
|
|
</div>
|
|
</div>
|
|
- @else
|
|
|
|
|
|
+ @else
|
|
<div>
|
|
<div>
|
|
<p>No mcp pro assigned.</p>
|
|
<p>No mcp pro assigned.</p>
|
|
<a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_putMcp', $record->uid)}}"><i class="fa fa-edit" aria-hidden="true"></i></a>
|
|
<a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_putMcp', $record->uid)}}"><i class="fa fa-edit" aria-hidden="true"></i></a>
|
|
@@ -76,27 +87,27 @@
|
|
</p>
|
|
</p>
|
|
@else
|
|
@else
|
|
<p>
|
|
<p>
|
|
- Unenroll this client from CM
|
|
|
|
|
|
+ Unenroll this client from CM
|
|
<a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_setIsEnrolledInCmToFalse', $record->uid)}}">unenroll in cm</a>
|
|
<a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_setIsEnrolledInCmToFalse', $record->uid)}}">unenroll in cm</a>
|
|
</p>
|
|
</p>
|
|
@endif
|
|
@endif
|
|
- @endif
|
|
|
|
|
|
+ @endif
|
|
<h2>Remote Monitoring:</h2>
|
|
<h2>Remote Monitoring:</h2>
|
|
{ If !rmePro } <Dropdown/Datalist of possible RMEs>
|
|
{ If !rmePro } <Dropdown/Datalist of possible RMEs>
|
|
@if(!$record->rmePro)
|
|
@if(!$record->rmePro)
|
|
- <a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_putRmePro', $record->uid)}}">Put RME pro</a>
|
|
|
|
|
|
+ <a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_putRmePro', $record->uid)}}">Put RME pro</a>
|
|
@else
|
|
@else
|
|
- RME Pro: <a href="">{{$record->rmePro->name_display}}</a>
|
|
|
|
- <a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_changeRmePro', $record->uid)}}">change rme pro</a>
|
|
|
|
|
|
+ RME Pro: <a href="">{{$record->rmePro->name_display}}</a>
|
|
|
|
+ <a up-modal=".form-contents" up-width="800" up-history="false" href="{{route('clients_SINGLE-ACTION_changeRmePro', $record->uid)}}">change rme pro</a>
|
|
@endif
|
|
@endif
|
|
-
|
|
|
|
|
|
+
|
|
@if(!$record->rmmPro)
|
|
@if(!$record->rmmPro)
|
|
<a href="">Put RMM pro</a>
|
|
<a href="">Put RMM pro</a>
|
|
@else
|
|
@else
|
|
- {else}
|
|
|
|
|
|
+ {else}
|
|
<link>{rmmPro}</link> ✏️
|
|
<link>{rmmPro}</link> ✏️
|
|
- RMM Pro:<a href="">{{$record->rmmPro->name_display}}</a>
|
|
|
|
- <a up-modal=".form-contents" up-width="800" up-history="false"
|
|
|
|
|
|
+ RMM Pro:<a href="">{{$record->rmmPro->name_display}}</a>
|
|
|
|
+ <a up-modal=".form-contents" up-width="800" up-history="false"
|
|
href="{{route('clients_SINGLE-ACTION_changeRmmPro', $record->uid)}}">change rmm pro</a>
|
|
href="{{route('clients_SINGLE-ACTION_changeRmmPro', $record->uid)}}">change rmm pro</a>
|
|
@endif
|
|
@endif
|
|
{ If rmePro && rmmPro}
|
|
{ If rmePro && rmmPro}
|
|
@@ -109,7 +120,7 @@
|
|
@link _____why?_____ [Unenroll]
|
|
@link _____why?_____ [Unenroll]
|
|
<a href="">Unenroll in RM</a>
|
|
<a href="">Unenroll in RM</a>
|
|
@endif
|
|
@endif
|
|
-
|
|
|
|
|
|
+
|
|
<< Prev Care Months - Month, Year Next >> (max, one month in future)
|
|
<< Prev Care Months - Month, Year Next >> (max, one month in future)
|
|
<div>
|
|
<div>
|
|
<div>Care month: $client->careMonth->start_date </div>
|
|
<div>Care month: $client->careMonth->start_date </div>
|
|
@@ -118,7 +129,7 @@
|
|
</div>
|
|
</div>
|
|
@if(!$record->careMonth)
|
|
@if(!$record->careMonth)
|
|
<div>
|
|
<div>
|
|
- <a up-modal=".form-contents" up-width="800" up-history="false"
|
|
|
|
|
|
+ <a up-modal=".form-contents" up-width="800" up-history="false"
|
|
href="">Add care month</a>
|
|
href="">Add care month</a>
|
|
</div>
|
|
</div>
|
|
@elseif($record->is_tm_this_month)
|
|
@elseif($record->is_tm_this_month)
|
|
@@ -130,7 +141,7 @@
|
|
Eligible for CM_20/30_HCP/90. RM_20/30/90. {calc: careMonth.totalTimeCM / careMonth.totalTimeRM}
|
|
Eligible for CM_20/30_HCP/90. RM_20/30/90. {calc: careMonth.totalTimeCM / careMonth.totalTimeRM}
|
|
Total time billed this month: {careMonth.totalTimeCM} minutes in CM, {careMonth.totalTimeRM} minutes in RM.
|
|
Total time billed this month: {careMonth.totalTimeCM} minutes in CM, {careMonth.totalTimeRM} minutes in RM.
|
|
<div>
|
|
<div>
|
|
- Total time billed this month:
|
|
|
|
|
|
+ Total time billed this month:
|
|
{{$careMonth->rm_total_time_in_seconds/60}} minutes in CM, {{$careMonth->cm_total_time_in_seconds/60}} minutes in RM.
|
|
{{$careMonth->rm_total_time_in_seconds/60}} minutes in CM, {{$careMonth->cm_total_time_in_seconds/60}} minutes in RM.
|
|
</div>
|
|
</div>
|
|
@if($careMonth->is_client_enrolled_in_cm)
|
|
@if($careMonth->is_client_enrolled_in_cm)
|
|
@@ -159,7 +170,7 @@
|
|
{Loop entries recent}
|
|
{Loop entries recent}
|
|
Created | Type (rm/cm) | Duration | Content | Pro
|
|
Created | Type (rm/cm) | Duration | Content | Pro
|
|
{/Loop entries}
|
|
{/Loop entries}
|
|
-
|
|
|
|
|
|
+
|
|
<table class="table table-condensed table-striped">
|
|
<table class="table table-condensed table-striped">
|
|
<thead>
|
|
<thead>
|
|
<tr>
|
|
<tr>
|
|
@@ -169,7 +180,7 @@
|
|
<th>Content</th>
|
|
<th>Content</th>
|
|
<th>Pro</th>
|
|
<th>Pro</th>
|
|
</tr>
|
|
</tr>
|
|
- </thead>
|
|
|
|
|
|
+ </thead>
|
|
<tbody>
|
|
<tbody>
|
|
@foreach ($careMonth->careMonthEntries as $careMonthEntry)
|
|
@foreach ($careMonth->careMonthEntries as $careMonthEntry)
|
|
<tr>
|
|
<tr>
|
|
@@ -181,12 +192,12 @@
|
|
</tr>
|
|
</tr>
|
|
@endforeach
|
|
@endforeach
|
|
</tbody>
|
|
</tbody>
|
|
- </table>
|
|
|
|
-
|
|
|
|
|
|
+ </table>
|
|
|
|
+
|
|
@endif
|
|
@endif
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
-
|
|
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|