|
@@ -53,12 +53,13 @@
|
|
|
<div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
|
|
|
@if($patient->coreNote)
|
|
|
<a native target="_blank"
|
|
|
- class="c-pointer d-inline-flex align-items-center ml-3 text-decoration-none"
|
|
|
- open-in-stag-popup
|
|
|
- mc-initer="allergies-center-{{$patient->coreNote->id}}"
|
|
|
- title="Allergies Center"
|
|
|
- popup-style="wide overflow-visible"
|
|
|
- href="/allergies-center/{{$patient->uid}}/{{$patient->coreNote->uid}}">
|
|
|
+ class="c-pointer d-inline-flex align-items-center ml-3 text-decoration-none"
|
|
|
+ open-in-stag-popup
|
|
|
+ update-parent
|
|
|
+ mc-initer="allergies-center-{{$patient->coreNote->id}}"
|
|
|
+ title="Allergies Center"
|
|
|
+ popup-style="wide overflow-visible"
|
|
|
+ href="/allergies-center/{{$patient->uid}}/{{$patient->coreNote->uid}}">
|
|
|
<i class="fa fa-bolt mr-1"></i>
|
|
|
<span>Manage</span>
|
|
|
</a>
|
|
@@ -98,12 +99,13 @@
|
|
|
<div class="px-2 font-weight-bold alert alert-info text-sm my-0 ml-2 py-1">New</div>
|
|
|
@if($patient->coreNote)
|
|
|
<a native target="_blank"
|
|
|
- class="c-pointer d-inline-flex align-items-center ml-3 text-decoration-none"
|
|
|
- open-in-stag-popup
|
|
|
- mc-initer="medications-center-{{$patient->coreNote->id}}"
|
|
|
- title="Medications Center"
|
|
|
- popup-style="wide overflow-visible"
|
|
|
- href="/medications-center/{{$patient->uid}}/{{$patient->coreNote->uid}}">
|
|
|
+ class="c-pointer d-inline-flex align-items-center ml-3 text-decoration-none"
|
|
|
+ open-in-stag-popup
|
|
|
+ update-parent
|
|
|
+ mc-initer="medications-center-{{$patient->coreNote->id}}"
|
|
|
+ title="Medications Center"
|
|
|
+ popup-style="wide overflow-visible"
|
|
|
+ href="/medications-center/{{$patient->uid}}/{{$patient->coreNote->uid}}">
|
|
|
<i class="fa fa-bolt mr-1"></i>
|
|
|
<span>Manage</span>
|
|
|
</a>
|
|
@@ -309,6 +311,7 @@
|
|
|
<a native target="_blank"
|
|
|
class="c-pointer d-inline-flex align-items-center ml-3 text-decoration-none"
|
|
|
open-in-stag-popup
|
|
|
+ update-parent
|
|
|
mc-initer="problems-center-{{$patient->coreNote->id}}"
|
|
|
title="Problems Center"
|
|
|
popup-style="wide overflow-visible"
|