|
@@ -9,7 +9,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Source
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editSource' title='Update source'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Source</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editSource' title='Update source'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Source</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -35,8 +35,8 @@
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr><td class="w-25 px-2 text-secondary border-right">Is Duplicate</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_duplicate ?>@if(! $record->is_duplicate) <a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsDuplicateToTrue' title='Set as duplicate of' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set As Duplicate Of</span></a> @endif
|
|
|
-@if( $record->is_duplicate) <a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsDuplicateToFalse' title='Set as not duplicate' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set As Not Duplicate</span></a> @endif</td></tr>
|
|
|
+ <tr><td class="w-25 px-2 text-secondary border-right">Is Duplicate</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_duplicate ?>@if(! $record->is_duplicate) <a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsDuplicateToTrue' title='Set as duplicate of' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set As Duplicate Of</span></a> @endif
|
|
|
+@if( $record->is_duplicate) <a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsDuplicateToFalse' title='Set as not duplicate' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set As Not Duplicate</span></a> @endif</td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Duplicate of Client</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_clients, 'name_display', [['id', '=', $record->duplicate_of_client_id], ], 'all'); ?></td></tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
@@ -47,7 +47,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Name
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editName' title='Edit name'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Name</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editName' title='Edit name'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Name</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -70,7 +70,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Demographics
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editDemographics' title='Edit demographics'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Demographics</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editDemographics' title='Edit demographics'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Demographics</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -92,7 +92,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Spouse
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editSpouse' title='Edit spouse'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Spouse</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editSpouse' title='Edit spouse'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Spouse</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -107,7 +107,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Intake
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editIntakeDetails' title='Edit intake details'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Intake Details</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editIntakeDetails' title='Edit intake details'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Intake Details</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -123,7 +123,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Responsible party
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editResponsibleParty' title='Edit responsible party'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Responsible Party</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editResponsibleParty' title='Edit responsible party'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Responsible Party</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -139,7 +139,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Emergency relationship
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editEmergencyRelationship' title='Edit emergency relationship'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Emergency Relationship</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editEmergencyRelationship' title='Edit emergency relationship'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Emergency Relationship</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -154,7 +154,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Family
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editFamilyInfo' title='Edit family info'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Family Info</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editFamilyInfo' title='Edit family info'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Family Info</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -174,7 +174,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Contact details
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editContactDetails' title='Edit contact details'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Contact Details</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editContactDetails' title='Edit contact details'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Contact Details</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -199,12 +199,12 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Cell number
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putNewCellNumber' title='Put new cell number'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put New Cell Number</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putNewCellNumber' title='Put new cell number'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put New Cell Number</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr><td class="w-25 px-2 text-secondary border-right">Cell Number</td><td class="w-75 px-2 font-weight-bold"><?= $record->cell_number ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_sendCellNumberConfirmationMessage' title='sendCellNumberConfirmationMessage' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Send Cell Number Confirmation Message</span></a></td></tr>
|
|
|
+ <tr><td class="w-25 px-2 text-secondary border-right">Cell Number</td><td class="w-75 px-2 font-weight-bold"><?= $record->cell_number ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_sendCellNumberConfirmationMessage' title='sendCellNumberConfirmationMessage' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Send Cell Number Confirmation Message</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Is Cell Number Confirmation Pending </td><td class="w-75 px-2 font-weight-bold"><?= $record->is_cell_number_confirmation_pending ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Cell Number Confirmation Token</td><td class="w-75 px-2 font-weight-bold"><?= $record->cell_number_confirmation_token ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Is Cell Number Confirmed </td><td class="w-75 px-2 font-weight-bold"><?= $record->is_cell_number_confirmed ?></td></tr>
|
|
@@ -218,13 +218,13 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Email Address
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putNewEmailAddress' title='Put new email address'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put New Email Address</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putNewEmailAddress' title='Put new email address'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put New Email Address</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr><td class="w-25 px-2 text-secondary border-right">Email Address</td><td class="w-75 px-2 font-weight-bold"><?= $record->email_address ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_sendEmailAddressConfirmationMessage' title='sendEmailAddressConfirmationMessage' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Send Email Address Confirmation Message</span></a>
|
|
|
-<a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_confirmEmailAddressWithConfirmationToken' title='confirmEmailAddressWithConfirmationToken' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Confirm Email Address With Confirmation Token</span></a></td></tr>
|
|
|
+ <tr><td class="w-25 px-2 text-secondary border-right">Email Address</td><td class="w-75 px-2 font-weight-bold"><?= $record->email_address ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_sendEmailAddressConfirmationMessage' title='sendEmailAddressConfirmationMessage' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Send Email Address Confirmation Message</span></a>
|
|
|
+<a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_confirmEmailAddressWithConfirmationToken' title='confirmEmailAddressWithConfirmationToken' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Confirm Email Address With Confirmation Token</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Is Email Address Confirmation Pending</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_email_address_confirmation_pending ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Email Address Confirmation Token</td><td class="w-75 px-2 font-weight-bold"><?= $record->email_address_confirmation_token ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Is Email Address Confirmed</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_email_address_confirmed ?></td></tr>
|
|
@@ -253,7 +253,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Address
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editAddress' title='Edit address'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Address</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editAddress' title='Edit address'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Address</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -300,7 +300,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Misc. Demographics
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editMiscDemographics' title='Update misc. demographics'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Misc. Demographics</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editMiscDemographics' title='Update misc. demographics'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Misc. Demographics</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -340,8 +340,8 @@
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr><td class="w-25 px-2 text-secondary border-right">Is Deceased</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_deceased ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsDeceasedToTrue' title='setIsDeseasedToTrue' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set Is Deseased To True</span></a>
|
|
|
-<a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsDeceasedToFalse' title='setIsDeseasedToFalse' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set Is Deseased To False</span></a></td></tr>
|
|
|
+ <tr><td class="w-25 px-2 text-secondary border-right">Is Deceased</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_deceased ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsDeceasedToTrue' title='setIsDeseasedToTrue' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set Is Deseased To True</span></a>
|
|
|
+<a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsDeceasedToFalse' title='setIsDeseasedToFalse' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set Is Deseased To False</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Date And Time Of Death</td><td class="w-75 px-2 font-weight-bold"><?= $record->date_and_time_of_death ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Cause Of Death</td><td class="w-75 px-2 font-weight-bold"><?= $record->cause_of_death ?></td></tr>
|
|
|
</tbody>
|
|
@@ -353,7 +353,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Pharmacy
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editPharmacy' title='Edit pharmancy'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Pharmancy</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editPharmacy' title='Edit pharmancy'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit Pharmancy</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -369,7 +369,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">SSN
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editSsn' title='Edit SSN'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit SSN</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_editSsn' title='Edit SSN'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Edit SSN</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -384,12 +384,12 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">MCN
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putMcn' title='Put MSN'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put MSN</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putMcn' title='Put MSN'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put MSN</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr><td class="w-25 px-2 text-secondary border-right">Mcn</td><td class="w-75 px-2 font-weight-bold"><?= $record->mcn ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeMcn' title='removeMcn' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Mcn</span></a></td></tr>
|
|
|
+ <tr><td class="w-25 px-2 text-secondary border-right">Mcn</td><td class="w-75 px-2 font-weight-bold"><?= $record->mcn ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeMcn' title='removeMcn' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Mcn</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Was Medicare Validation Successful</td><td class="w-75 px-2 font-weight-bold"><?= $record->was_medicare_validation_successful ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Is Mcn Valid Number</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_mcn_valid_number ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Mcn Address Street Line1</td><td class="w-75 px-2 font-weight-bold"><?= $record->mcn_address_street_line1 ?></td></tr>
|
|
@@ -419,7 +419,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Webcam
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateWebcamInfo' title='Update webcam info'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Webcam Info</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateWebcamInfo' title='Update webcam info'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Webcam Info</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -435,13 +435,13 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">MCP
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putMcp' title='Put MCP'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put MCP</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putMcp' title='Put MCP'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put MCP</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr><td class="w-25 px-2 text-secondary border-right">MCP Pro</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_pros, 'name_display', [['id', '=', $record->mcp_pro_id], ], 'all'); ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putMcp' title='putMcp' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put Mcp</span></a>
|
|
|
-<a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeMcp' title='removeMcp' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Mcp</span></a></td></tr>
|
|
|
+ <tr><td class="w-25 px-2 text-secondary border-right">MCP Pro</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_pros, 'name_display', [['id', '=', $record->mcp_pro_id], ], 'all'); ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putMcp' title='putMcp' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put Mcp</span></a>
|
|
|
+<a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeMcp' title='removeMcp' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Mcp</span></a></td></tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
@@ -451,7 +451,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">MCP Visit
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateMcpOnboardingVisitInfo' title='Update source'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Source</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateMcpOnboardingVisitInfo' title='Update source'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Source</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -460,7 +460,7 @@
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Mcp Onboarding Visit Date</td><td class="w-75 px-2 font-weight-bold"><?= $record->mcp_onboarding_visit_date ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Mcp Onboarding Visit Note Id</td><td class="w-75 px-2 font-weight-bold"><?= $record->mcp_onboarding_visit_note_id ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Reason Onboarding Visit Note Outside System</td><td class="w-75 px-2 font-weight-bold"><?= $record->reason_onboarding_visit_note_outside_system ?></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">Is Mcp Onboarding Active</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_mcp_onboarding_active ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateMcpOnboardingActiveInfo' title='updateMcpOnboardingActiveInfo' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Mcp Onboarding Active Info</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">Is Mcp Onboarding Active</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_mcp_onboarding_active ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateMcpOnboardingActiveInfo' title='updateMcpOnboardingActiveInfo' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Mcp Onboarding Active Info</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Why Is Mcp Onboarding Not Active Category</td><td class="w-75 px-2 font-weight-bold"><?= $record->why_is_mcp_onboarding_not_active_category ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Why Is Mcp Onboarding Not Active Memo</td><td class="w-75 px-2 font-weight-bold"><?= $record->why_is_mcp_onboarding_not_active_memo ?></td></tr>
|
|
|
</tbody>
|
|
@@ -477,12 +477,12 @@
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr><td class="w-25 px-2 text-secondary border-right">MCP Pro</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_pros, 'name_display', [['id', '=', $record->mcp_onboarding_pro_id], ], 'all'); ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putMcpOnboardingPro' title='putMcpOnboardingPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put Mcp Onboarding Pro</span></a>
|
|
|
-<a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeMcpOnboardingPro' title='removeMcpOnboardingPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Mcp Onboarding Pro</span></a></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">Has Mcp Onboarding Pro Accepted Assignment</td><td class="w-75 px-2 font-weight-bold"><?= $record->has_mcp_onboarding_pro_accepted_assignment ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_acceptAssignmentAsMcpOnboardingPro' title='acceptAssignmentAsMcpOnboardingPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Accept Assignment As Mcp Onboarding Pro</span></a>
|
|
|
-<a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_rejectAssignmentAsMcpOnboardingPro' title='rejectAssignmentAsMcpOnboardingPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Reject Assignment As Mcp Onboarding Pro</span></a></td></tr>
|
|
|
+ <tr><td class="w-25 px-2 text-secondary border-right">MCP Pro</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_pros, 'name_display', [['id', '=', $record->mcp_onboarding_pro_id], ], 'all'); ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putMcpOnboardingPro' title='putMcpOnboardingPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put Mcp Onboarding Pro</span></a>
|
|
|
+<a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeMcpOnboardingPro' title='removeMcpOnboardingPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Mcp Onboarding Pro</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">Has Mcp Onboarding Pro Accepted Assignment</td><td class="w-75 px-2 font-weight-bold"><?= $record->has_mcp_onboarding_pro_accepted_assignment ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_acceptAssignmentAsMcpOnboardingPro' title='acceptAssignmentAsMcpOnboardingPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Accept Assignment As Mcp Onboarding Pro</span></a>
|
|
|
+<a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_rejectAssignmentAsMcpOnboardingPro' title='rejectAssignmentAsMcpOnboardingPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Reject Assignment As Mcp Onboarding Pro</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Mcp Onboarding Pro Decision To Accept Assignment At</td><td class="w-75 px-2 font-weight-bold"><?= friendly_date_time($record->mcp_onboarding_pro_decision_to_accept_assignment_at) ?></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">Mcp Onboarding Pro Decision Memo</td><td class="w-75 px-2 font-weight-bold"><?= $record->mcp_onboarding_pro_decision_memo ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateMcpOnboardingProDecisionMemo' title='updateMcpOnboardingProDecisionMemo' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Mcp Onboarding Pro Decision Memo</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">Mcp Onboarding Pro Decision Memo</td><td class="w-75 px-2 font-weight-bold"><?= $record->mcp_onboarding_pro_decision_memo ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateMcpOnboardingProDecisionMemo' title='updateMcpOnboardingProDecisionMemo' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Mcp Onboarding Pro Decision Memo</span></a></td></tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
@@ -498,7 +498,7 @@
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Mcp Onboarding Strategy</td><td class="w-75 px-2 font-weight-bold"><?= $record->mcp_onboarding_strategy ?></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">Next Mcp Onboarding Attempt Date Est</td><td class="w-75 px-2 font-weight-bold"><?= $record->next_mcp_onboarding_attempt_date_est ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateNextMcpOnboardingAttempt' title='updateNextMcpOnboardingAttempt' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Next Mcp Onboarding Attempt</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">Next Mcp Onboarding Attempt Date Est</td><td class="w-75 px-2 font-weight-bold"><?= $record->next_mcp_onboarding_attempt_date_est ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateNextMcpOnboardingAttempt' title='updateNextMcpOnboardingAttempt' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Next Mcp Onboarding Attempt</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Next Mcp Onboarding Attempt Time Est</td><td class="w-75 px-2 font-weight-bold"><?= $record->next_mcp_onboarding_attempt_time_est ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Number Of Mcp Onboarding Phone Calls</td><td class="w-75 px-2 font-weight-bold"><?= $record->number_of_mcp_onboarding_phone_calls ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Number Of Mcp Onboarding In Person Visits</td><td class="w-75 px-2 font-weight-bold"><?= $record->number_of_mcp_onboarding_in_person_visits ?></td></tr>
|
|
@@ -516,14 +516,14 @@
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr><td class="w-25 px-2 text-secondary border-right">CM Pro</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_pros, 'name_display', [['id', '=', $record->cm_pro_id], ], 'all'); ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putCmPro' title='putCmPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put Cm Pro</span></a>
|
|
|
-<a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeCmPro' title='removeCmPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Cm Pro</span></a></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">RME Pro</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_pros, 'name_display', [['id', '=', $record->rme_pro_id], ], 'all'); ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putRmePro' title='putRmePro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put Rme Pro</span></a>
|
|
|
-<a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeRmePro' title='removeRmePro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Rme Pro</span></a></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">RMM Pro</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_pros, 'name_display', [['id', '=', $record->rmm_pro_id], ], 'all'); ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putRmmPro' title='putRmmPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put Rmm Pro</span></a>
|
|
|
-<a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeRmmPro' title='removeRmmPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Rmm Pro</span></a></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">RD Pro</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_pros, 'name_display', [['id', '=', $record->rd_pro_id], ], 'all'); ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putRdPro' title='putRdPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put Rd Pro</span></a>
|
|
|
-<a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeRdPro' title='removeRdPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Rd Pro</span></a></td></tr>
|
|
|
+ <tr><td class="w-25 px-2 text-secondary border-right">CM Pro</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_pros, 'name_display', [['id', '=', $record->cm_pro_id], ], 'all'); ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putCmPro' title='putCmPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put Cm Pro</span></a>
|
|
|
+<a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeCmPro' title='removeCmPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Cm Pro</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">RME Pro</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_pros, 'name_display', [['id', '=', $record->rme_pro_id], ], 'all'); ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putRmePro' title='putRmePro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put Rme Pro</span></a>
|
|
|
+<a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeRmePro' title='removeRmePro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Rme Pro</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">RMM Pro</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_pros, 'name_display', [['id', '=', $record->rmm_pro_id], ], 'all'); ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putRmmPro' title='putRmmPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put Rmm Pro</span></a>
|
|
|
+<a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeRmmPro' title='removeRmmPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Rmm Pro</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">RD Pro</td><td class="w-75 px-2 font-weight-bold"><?= value_from_rs($result_pros, 'name_display', [['id', '=', $record->rd_pro_id], ], 'all'); ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_putRdPro' title='putRdPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Put Rd Pro</span></a>
|
|
|
+<a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_removeRdPro' title='removeRdPro' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Remove Rd Pro</span></a></td></tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
</div>
|
|
@@ -533,12 +533,12 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">MNT Eligibility
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateMntEligibility' title='Update MNT Eligibility'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update MNT Eligibility</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateMntEligibility' title='Update MNT Eligibility'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update MNT Eligibility</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr><td class="w-25 px-2 text-secondary border-right">Eligible For Mnt</td><td class="w-75 px-2 font-weight-bold"><?= $record->eligible_for_mnt ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateMntEligibility' title='updateMntEligibility' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Mnt Eligibility</span></a></td></tr>
|
|
|
+ <tr><td class="w-25 px-2 text-secondary border-right">Eligible For Mnt</td><td class="w-75 px-2 font-weight-bold"><?= $record->eligible_for_mnt ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateMntEligibility' title='updateMntEligibility' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Mnt Eligibility</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Number Of Mnt Hours Left This Year</td><td class="w-75 px-2 font-weight-bold"><?= $record->number_of_mnt_hours_left_this_year ?></td></tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
@@ -549,7 +549,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">CM Enrollment
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateCmEligibility' title='Update CM Eligibility'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update CM Eligibility</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateCmEligibility' title='Update CM Eligibility'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update CM Eligibility</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -557,12 +557,12 @@
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Is Eligible For Cm</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_eligible_for_cm ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Why Not Eligible For Cm Category</td><td class="w-75 px-2 font-weight-bold"><?= $record->why_not_eligible_for_cm_category ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Why Not Eligible For Cm Memo</td><td class="w-75 px-2 font-weight-bold"><?= $record->why_not_eligible_for_cm_memo ?></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">Is Enrolled In Cm</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_enrolled_in_cm ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsEnrolledInCmToFalse' title='setIsEnrolledInCmToFalse' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set Is Enrolled In Cm To False</span></a>
|
|
|
-<a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsEnrolledInCmToTrue' title='setIsEnrolledInCmToTrue' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set Is Enrolled In Cm To True</span></a></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">Cm Reason1</td><td class="w-75 px-2 font-weight-bold"><?= $record->cm_reason1 ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateCmReasons' title='updateCmReasons' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Cm Reasons</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">Is Enrolled In Cm</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_enrolled_in_cm ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsEnrolledInCmToFalse' title='setIsEnrolledInCmToFalse' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set Is Enrolled In Cm To False</span></a>
|
|
|
+<a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsEnrolledInCmToTrue' title='setIsEnrolledInCmToTrue' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set Is Enrolled In Cm To True</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">Cm Reason1</td><td class="w-75 px-2 font-weight-bold"><?= $record->cm_reason1 ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateCmReasons' title='updateCmReasons' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Cm Reasons</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Cm Reason2</td><td class="w-75 px-2 font-weight-bold"><?= $record->cm_reason2 ?></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">Cm Enrollment Consent Method</td><td class="w-75 px-2 font-weight-bold"><?= $record->cm_enrollment_consent_method ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateCmEnrollmentConsentInfo' title='updateCmEnrollmentConsentInfo' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Cm Enrollment Consent Info</span></a>
|
|
|
-<a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateWhyNotEnrolledInCm' title='updateWhyNotEnrolledInCm' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Why Not Enrolled In Cm</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">Cm Enrollment Consent Method</td><td class="w-75 px-2 font-weight-bold"><?= $record->cm_enrollment_consent_method ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateCmEnrollmentConsentInfo' title='updateCmEnrollmentConsentInfo' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Cm Enrollment Consent Info</span></a>
|
|
|
+<a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateWhyNotEnrolledInCm' title='updateWhyNotEnrolledInCm' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Why Not Enrolled In Cm</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Cm Enrollment Consent Method Memo</td><td class="w-75 px-2 font-weight-bold"><?= $record->cm_enrollment_consent_method_memo ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Why Not Enrolled In Cm Category</td><td class="w-75 px-2 font-weight-bold"><?= $record->why_not_enrolled_in_cm_category ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Why Not Enrolled In Cm Memo</td><td class="w-75 px-2 font-weight-bold"><?= $record->why_not_enrolled_in_cm_memo ?></td></tr>
|
|
@@ -575,19 +575,19 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">RM Enrollment
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateRmEligibility' title='Update why not enrolled in RM'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Why Not Enrolled In RM</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateRmEligibility' title='Update why not enrolled in RM'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Why Not Enrolled In RM</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
|
- <tr><td class="w-25 px-2 text-secondary border-right">Is Eligible For Rm</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_eligible_for_rm ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateRmEligibility' title='updateRmEligibility' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Rm Eligibility</span></a></td></tr>
|
|
|
+ <tr><td class="w-25 px-2 text-secondary border-right">Is Eligible For Rm</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_eligible_for_rm ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateRmEligibility' title='updateRmEligibility' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Rm Eligibility</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Why Not Eligible For Rm Category</td><td class="w-75 px-2 font-weight-bold"><?= $record->why_not_eligible_for_rm_category ?></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Why Not Eligible For Rm Memo</td><td class="w-75 px-2 font-weight-bold"><?= $record->why_not_eligible_for_rm_memo ?></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">Is Enrolled In Rm</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_enrolled_in_rm ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsEnrolledInRmToFalse' title='setIsEnrolledInRmToFalse' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set Is Enrolled In Rm To False</span></a>
|
|
|
-<a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsEnrolledInRmToTrue' title='setIsEnrolledInRmToTrue' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set Is Enrolled In Rm To True</span></a></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">Rm Reason1</td><td class="w-75 px-2 font-weight-bold"><?= $record->rm_reason1 ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateRmReasons' title='updateRmReasons' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Rm Reasons</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">Is Enrolled In Rm</td><td class="w-75 px-2 font-weight-bold"><?= $record->is_enrolled_in_rm ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsEnrolledInRmToFalse' title='setIsEnrolledInRmToFalse' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set Is Enrolled In Rm To False</span></a>
|
|
|
+<a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_setIsEnrolledInRmToTrue' title='setIsEnrolledInRmToTrue' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Set Is Enrolled In Rm To True</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">Rm Reason1</td><td class="w-75 px-2 font-weight-bold"><?= $record->rm_reason1 ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateRmReasons' title='updateRmReasons' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Rm Reasons</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Rm Reason2</td><td class="w-75 px-2 font-weight-bold"><?= $record->rm_reason2 ?></td></tr>
|
|
|
-<tr><td class="w-25 px-2 text-secondary border-right">Why Not Enrolled In Rm Category</td><td class="w-75 px-2 font-weight-bold"><?= $record->why_not_enrolled_in_rm_category ?><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateWhyNotEnrolledInRm' title='updateWhyNotEnrolledInRm' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Why Not Enrolled In Rm</span></a></td></tr>
|
|
|
+<tr><td class="w-25 px-2 text-secondary border-right">Why Not Enrolled In Rm Category</td><td class="w-75 px-2 font-weight-bold"><?= $record->why_not_enrolled_in_rm_category ?><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateWhyNotEnrolledInRm' title='updateWhyNotEnrolledInRm' class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Why Not Enrolled In Rm</span></a></td></tr>
|
|
|
<tr><td class="w-25 px-2 text-secondary border-right">Why Not Enrolled In Rm Memo</td><td class="w-75 px-2 font-weight-bold"><?= $record->why_not_enrolled_in_rm_memo ?></td></tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
@@ -598,7 +598,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th colspan="2" class="px-2">Equipment
|
|
|
- <span class="ml-auto"><a up-modal=".form-contents" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateEquipmentInfo' title='Update equipment info'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Equipment Info</span></a></span>
|
|
|
+ <span class="ml-auto"><a up-modal=".form-contents" up-preload up-delay="25" up-width="800" up-history="false" href='/clients/view/<?= $record->uid ?>/ACTION_updateEquipmentInfo' title='Update equipment info'class='mx-2 font-weight-normal text-primary text-xs'><i class='fa fa-circle'></i> <span>Update Equipment Info</span></a></span>
|
|
|
</th>
|
|
|
</tr>
|
|
|
</thead>
|