ソースを参照

Wizard links in segment for allergies and careteam

Vijayakrishnan 3 年 前
コミット
4e97a8f351
1 ファイル変更22 行追加0 行削除
  1. 22 0
      resources/views/app/patient/note/segment.blade.php

+ 22 - 0
resources/views/app/patient/note/segment.blade.php

@@ -136,6 +136,28 @@
                     <i class="fa fa-bolt mr-1"></i>
                     <span>Goals Center</span>
                 </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