|
@@ -4,7 +4,13 @@
|
|
$cmStartDate = date('Y-m-01', strtotime($note->effective_dateest));
|
|
$cmStartDate = date('Y-m-01', strtotime($note->effective_dateest));
|
|
$careMonth = \App\Models\CareMonth::where('client_id', $patient->id)->where('start_date', $cmStartDate)->first();
|
|
$careMonth = \App\Models\CareMonth::where('client_id', $patient->id)->where('start_date', $cmStartDate)->first();
|
|
?>
|
|
?>
|
|
-
|
|
|
|
|
|
+ <div id="recent-measurements"
|
|
|
|
+ class="p-2 border-bottom c-pointer on-hover-aliceblue {{$note->is_signed_by_hcp ? 'events-none' : ''}}"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ mc-initer="care-month-dashboard-{{$patient->uid}}"
|
|
|
|
+ title="Care Month: {{friendly_month($careMonth->start_date)}}"
|
|
|
|
+ popup-style="overflow-visible"
|
|
|
|
+ href="/patients/view/{{ $note->client->uid }}/care-months/view/{{$careMonth->uid}}">
|
|
<div class="font-weight-bold">
|
|
<div class="font-weight-bold">
|
|
Recent Measurements
|
|
Recent Measurements
|
|
</div>
|
|
</div>
|