|
@@ -49,7 +49,7 @@
|
|
|
@if($isOldClient && $hasAllergiesInCanvas)
|
|
|
<div class="pt-2 mt-2 border-top">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Allergies</h6>
|
|
|
+ <h6 class="my-0 font-weight-bold">Allergies</h6>
|
|
|
<div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
|
</div>
|
|
|
<div class="bg-light border p-2 mb-3">
|
|
@@ -67,7 +67,7 @@
|
|
|
@if($isOldClient && $hasRxInCanvas)
|
|
|
<div class="pt-2 mt-2 border-top">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Current Medications</h6>
|
|
|
+ <h6 class="my-0 font-weight-bold">Current Medications</h6>
|
|
|
<div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
|
</div>
|
|
|
<div class="bg-light border p-2 mb-3">
|
|
@@ -89,7 +89,7 @@
|
|
|
?>
|
|
|
<div class="mt-2 pb-1" id="patient-dashboard-devices">
|
|
|
<div class="d-flex align-items-center mb-2 py-2 border-top border-bottom">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Devices</h6>
|
|
|
+ <h6 class="my-0 font-weight-bold">Devices</h6>
|
|
|
@if($availableDevices > 0 && $pro->pro_type === 'ADMIN')
|
|
|
<span class="mx-2 text-secondary">|</span>
|
|
|
<span moe>
|
|
@@ -206,7 +206,7 @@
|
|
|
@if($isOldClient && $hasVitalsInCanvas)
|
|
|
<div class="pt-2 border-top">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Vitals</h6>
|
|
|
+ <h6 class="my-0 font-weight-bold">Vitals</h6>
|
|
|
<div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
|
</div>
|
|
|
<div class="bg-light border p-2 mb-3">
|
|
@@ -219,7 +219,7 @@
|
|
|
<?php $latestVitals = \App\Models\Point::where('client_id', $patient->id)->where('category', 'VITALS')->orderBy('id', 'DESC')->first(); ?>
|
|
|
<div class="pt-2 mt-2">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Vitals
|
|
|
+ <h6 class="my-0 font-weight-bold">Vitals
|
|
|
@if(!!$latestVitals && $latestVitals->note && $latestVitals->note->effective_dateest)
|
|
|
<span class="text-secondary font-weight-normal pl-1">(as on
|
|
|
<a href="{{route('patients.view.notes.view.dashboard', ['patient' => $patient, 'note' => $latestVitals->note])}}">{{friendlier_date($latestVitals->note->effective_dateest)}}</a>)
|
|
@@ -248,7 +248,7 @@
|
|
|
@if($isOldClient)
|
|
|
<div class="pt-2 mb-2 border-top">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Current Problems / Focus Areas</h6>
|
|
|
+ <h6 class="my-0 font-weight-bold">Current Problems / Focus Areas</h6>
|
|
|
<div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
|
</div>
|
|
|
<div class="bg-light border p-2 mb-3">
|
|
@@ -266,7 +266,7 @@
|
|
|
@if($isOldClient && $hasCareTeamInCanvas)
|
|
|
<div class="pt-2 mt-2 border-top">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Care Team</h6>
|
|
|
+ <h6 class="my-0 font-weight-bold">Care Team</h6>
|
|
|
<div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
|
</div>
|
|
|
<div class="bg-light border p-2 mb-3">
|
|
@@ -284,7 +284,7 @@
|
|
|
@if($isOldClient && $hasPmhxInCanvas)
|
|
|
<div class="pt-2 mt-2 border-top">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Medical History</h6>
|
|
|
+ <h6 class="my-0 font-weight-bold">Medical History</h6>
|
|
|
<div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
|
</div>
|
|
|
<div class="bg-light border p-2 mb-3">
|
|
@@ -302,7 +302,7 @@
|
|
|
@if($isOldClient && $hasPshxInCanvas)
|
|
|
<div class="mt-2 border-top pt-2">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Surgical History</h6>
|
|
|
+ <h6 class="my-0 font-weight-bold">Surgical History</h6>
|
|
|
<div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
|
</div>
|
|
|
<div class="bg-light border p-2 mb-3">
|
|
@@ -320,7 +320,7 @@
|
|
|
@if($isOldClient && $hasFhxInCanvas)
|
|
|
<div class="mt-2 border-top pt-2">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Family History</h6>
|
|
|
+ <h6 class="my-0 font-weight-bold">Family History</h6>
|
|
|
<div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
|
</div>
|
|
|
<div class="bg-light border p-2 mb-3">
|
|
@@ -338,7 +338,7 @@
|
|
|
@if($isOldClient && $hasSochxInCanvas)
|
|
|
<div class="mt-2 border-top pt-2">
|
|
|
<div class="d-flex align-items-center pb-2">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Social History</h6>
|
|
|
+ <h6 class="my-0 font-weight-bold">Social History</h6>
|
|
|
<div class="px-2 font-weight-bold alert alert-warning text-sm my-0 ml-2 py-1">Deprecated</div>
|
|
|
</div>
|
|
|
<div class="bg-light border p-2 mb-3">
|
|
@@ -530,7 +530,7 @@
|
|
|
<div class="mb-2 pt-3 pb-2 border-top">
|
|
|
<div class="">
|
|
|
<div class="d-flex align-items-start pb-2">
|
|
|
- <h6 class="my-0 font-weight-bold text-secondary">Client Memos</h6>
|
|
|
+ <h6 class="my-0 font-weight-bold">Client Memos</h6>
|
|
|
</div>
|
|
|
<div moe class="w-100 p-2 border mb-3">
|
|
|
<form url="/api/clientMemo/create" show>
|