|
@@ -1455,6 +1455,7 @@ use App\Models\Handout;
|
|
|
mc-initer="medications-center-{{$note->id}}"
|
|
|
title="Medications Center"
|
|
|
popup-style="overflow-visible"
|
|
|
+ update-parent="refreshRHSSidebar"
|
|
|
href="/medications-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
<i class="fa fa-bolt mr-1"></i>
|
|
|
<span>Rx</span>
|
|
@@ -1467,6 +1468,7 @@ use App\Models\Handout;
|
|
|
mc-initer="problems-center-{{$note->id}}"
|
|
|
title="Problems Center"
|
|
|
popup-style="overflow-visible"
|
|
|
+ update-parent="refreshRHSSidebar"
|
|
|
href="/problems-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
<i class="fa fa-bolt mr-1"></i>
|
|
|
<span>Dx</span>
|
|
@@ -1479,6 +1481,7 @@ use App\Models\Handout;
|
|
|
mc-initer="goals-center-{{$note->id}}"
|
|
|
title="Goals Center"
|
|
|
popup-style="overflow-visible"
|
|
|
+ update-parent="refreshRHSSidebar"
|
|
|
href="/goals-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
<i class="fa fa-bolt mr-1"></i>
|
|
|
<span>Goals</span>
|
|
@@ -1491,6 +1494,7 @@ use App\Models\Handout;
|
|
|
mc-initer="allergies-center-{{$note->id}}"
|
|
|
title="Allergies Center"
|
|
|
popup-style="overflow-visible"
|
|
|
+ update-parent="refreshRHSSidebar"
|
|
|
href="/allergies-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
<i class="fa fa-bolt mr-1"></i>
|
|
|
<span>Allergies</span>
|
|
@@ -1503,6 +1507,7 @@ use App\Models\Handout;
|
|
|
mc-initer="careteam-center-{{$note->id}}"
|
|
|
title="Care Team Center"
|
|
|
popup-style="overflow-visible"
|
|
|
+ update-parent="refreshRHSSidebar"
|
|
|
href="/careteam-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
<i class="fa fa-bolt mr-1"></i>
|
|
|
<span>Care Team</span>
|