|
@@ -102,6 +102,41 @@
|
|
@endif
|
|
@endif
|
|
|
|
|
|
@include('app/patient/note/_templates-v2-index', ['sectionInternalName' => $segment->segmentTemplate->internal_name])
|
|
@include('app/patient/note/_templates-v2-index', ['sectionInternalName' => $segment->segmentTemplate->internal_name])
|
|
|
|
+
|
|
|
|
+ @if($iName === 'intake_medications' || $iName === 'plan_medications')
|
|
|
|
+ <a native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center ml-3"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ mc-initer="medications-center-{{$note->id}}"
|
|
|
|
+ title="Medications Center"
|
|
|
|
+ popup-style="wide overflow-visible"
|
|
|
|
+ href="/medications-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
+ <i class="fa fa-bolt mr-1"></i>
|
|
|
|
+ <span>Rx Center</span>
|
|
|
|
+ </a>
|
|
|
|
+ @elseif($iName === 'intake_problems' || $iName === 'plan_problems')
|
|
|
|
+ <a native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center ml-3"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ mc-initer="problems-center-{{$note->id}}"
|
|
|
|
+ title="Problems Center"
|
|
|
|
+ popup-style="wide overflow-visible"
|
|
|
|
+ href="/problems-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
+ <i class="fa fa-bolt mr-1"></i>
|
|
|
|
+ <span>Dx Center</span>
|
|
|
|
+ </a>
|
|
|
|
+ @elseif($iName === 'intake_goals' || $iName === 'plan_goals')
|
|
|
|
+ <a native target="_blank"
|
|
|
|
+ class="c-pointer d-inline-flex align-items-center ml-3"
|
|
|
|
+ open-in-stag-popup
|
|
|
|
+ mc-initer="goals-center-{{$note->id}}"
|
|
|
|
+ title="Goals Center"
|
|
|
|
+ popup-style="wide overflow-visible"
|
|
|
|
+ href="/goals-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
|
+ <i class="fa fa-bolt mr-1"></i>
|
|
|
|
+ <span>Goals Center</span>
|
|
|
|
+ </a>
|
|
|
|
+ @endif
|
|
@endif
|
|
@endif
|
|
|
|
|
|
</div>
|
|
</div>
|