|
@@ -6,10 +6,10 @@
|
|
|
function strategy_display($_strategy, $_mode)
|
|
|
{
|
|
|
switch ($_strategy) {
|
|
|
+ case 'X7_DAYS_10_MINS_ON_OWN_MCP_COM_DURING_CM':
|
|
|
+ return '7 meas. days + 10 mins + inter. done during the caremonth';
|
|
|
case 'X16_DAYS_20_MINS_ON_OWN_MCP_COM_DURING_CM':
|
|
|
- return '16 meas. days + 20 mins + comm. done during the caremonth';
|
|
|
- case 'X16_DAYS':
|
|
|
- return '16 meas. days';
|
|
|
+ return '16 meas. days + 20 mins + inter. done during the caremonth';
|
|
|
default:
|
|
|
return '-';
|
|
|
}
|
|
@@ -67,17 +67,22 @@
|
|
|
title="RPM Work Matrix">
|
|
|
RPM Work Matrix
|
|
|
</a>--}}
|
|
|
- <span class="ml-3 mr-1 text-secondary">Strategy:</span>
|
|
|
- @if($mode === 'mcp')
|
|
|
- {{strategy_display($pro->mcp_rpm_payment_strategy, $mode)}}
|
|
|
- <?php $strategy = $pro->mcp_rpm_payment_strategy; ?>
|
|
|
- @elseif($mode === 'rmm')
|
|
|
- {{strategy_display($pro->rme_payment_strategy, $mode)}}
|
|
|
- <?php $strategy = $pro->rmm_payment_strategy; ?>
|
|
|
- @elseif($mode === 'rmm')
|
|
|
- {{strategy_display($pro->rmm_payment_strategy, $mode)}}
|
|
|
- <?php $strategy = $pro->rme_payment_strategy; ?>
|
|
|
- @endif
|
|
|
+ <div class="">
|
|
|
+ <div class="">
|
|
|
+ <span class="ml-3 mr-1 text-secondary">Goal:</span>
|
|
|
+ @if($mode === 'mcp')
|
|
|
+ {{strategy_display($pro->mcp_rpm_payment_strategy_tier_one, $mode)}} <span class="text-muted">({{$pro->mcp_rpm_payment_amount_tier_one ?? '-'}} per patient)</span>
|
|
|
+ <?php $strategy = $pro->mcp_rpm_payment_strategy_tier_one; ?>
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
+ <div class="">
|
|
|
+ <span class="ml-3 mr-1 text-secondary">Partial:</span>
|
|
|
+ @if($mode === 'mcp')
|
|
|
+ {{strategy_display($pro->mcp_rpm_payment_strategy_tier_two, $mode)}} <span class="text-muted">({{$pro->mcp_rpm_payment_amount_tier_two ?? '-'}} per patient)</span>
|
|
|
+ <?php $strategy = $pro->mcp_rpm_payment_strategy_tier_two; ?>
|
|
|
+ @endif
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
<div class="ml-auto d-inline-flex flex-nowrap align-items-baseline">
|
|
|
<span class="mr-2">Month</span>
|