|
@@ -136,6 +136,28 @@
|
|
<i class="fa fa-bolt mr-1"></i>
|
|
<i class="fa fa-bolt mr-1"></i>
|
|
<span>Goals Center</span>
|
|
<span>Goals Center</span>
|
|
</a>
|
|
</a>
|
|
|
|
+ @elseif($iName === 'intake_allergies' || $iName === 'plan_allergies')
|
|
|
|
+ <a native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center ml-3"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ mc-initer="allergies-center-{{$note->id}}"
|
|
|
|
+ title="Allergies Center"
|
|
|
|
+ popup-style="wide overflow-visible"
|
|
|
|
+ href="/allergies-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
+ <i class="fa fa-bolt mr-1"></i>
|
|
|
|
+ <span>Allergies Center</span>
|
|
|
|
+ </a>
|
|
|
|
+ @elseif($iName === 'intake_care_team' || $iName === 'plan_care_team')
|
|
|
|
+ <a native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center ml-3"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ mc-initer="careteam-center-{{$note->id}}"
|
|
|
|
+ title="Care Team Center"
|
|
|
|
+ popup-style="wide overflow-visible"
|
|
|
|
+ href="/careteam-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
+ <i class="fa fa-bolt mr-1"></i>
|
|
|
|
+ <span>Care Team Center</span>
|
|
|
|
+ </a>
|
|
@endif
|
|
@endif
|
|
@endif
|
|
@endif
|
|
|
|
|