|
@@ -12,7 +12,7 @@
|
|
|
open-in-stag-popup
|
|
|
mc-initer="allergies-center-{{$note->id}}"
|
|
|
title="Allergies Center"
|
|
|
- popup-style="wide overflow-visible"
|
|
|
+ popup-style="medium-large overflow-visible"
|
|
|
href="/allergies-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
<div class="font-weight-bold mb-2">
|
|
|
Allergies
|
|
@@ -42,7 +42,7 @@
|
|
|
open-in-stag-popup
|
|
|
mc-initer="medications-center-{{$note->id}}"
|
|
|
title="Medications Center"
|
|
|
- popup-style="wide overflow-visible"
|
|
|
+ popup-style="medium-large overflow-visible"
|
|
|
href="/medications-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
<div class="font-weight-bold mb-2">
|
|
|
Medications
|
|
@@ -65,33 +65,11 @@
|
|
|
@endif
|
|
|
@endif
|
|
|
</div>
|
|
|
- <div id="active-supplements" class="p-2 border-bottom c-pointer on-hover-aliceblue"
|
|
|
- open-in-stag-popup
|
|
|
- mc-initer="supplements-center-{{$note->id}}"
|
|
|
- title="Supplements Center"
|
|
|
- popup-style="wide overflow-visible"
|
|
|
- href="/supplements-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
- <div class="font-weight-bold mb-2">
|
|
|
- Supplements
|
|
|
- <i class="fa fa-bolt text-primary ml-1"></i>
|
|
|
- </div>
|
|
|
- @if($supplements && count($supplements))
|
|
|
- @foreach($supplements as $supplement)
|
|
|
- <?php $rel = $supplement->relevanceToNote($note); ?>
|
|
|
- <div class="d-inline-flex align-items-baseline px-1 {{$rel ? 'bg-warning-mellow' : ''}}">
|
|
|
- <span class="mr-1">•</span>
|
|
|
- <span>{{$supplement->data->name}}</span>
|
|
|
- </div>
|
|
|
- @endforeach
|
|
|
- @else
|
|
|
- <span class="px-1 text-secondary">None</span>
|
|
|
- @endif
|
|
|
- </div>
|
|
|
<div id="active-problems" class="p-2 border-bottom c-pointer on-hover-aliceblue"
|
|
|
open-in-stag-popup
|
|
|
mc-initer="problems-center-{{$note->id}}"
|
|
|
title="Problems Center"
|
|
|
- popup-style="wide overflow-visible"
|
|
|
+ popup-style="medium-large overflow-visible"
|
|
|
href="/problems-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
<div class="font-weight-bold mb-2">
|
|
|
Problems
|
|
@@ -113,7 +91,7 @@
|
|
|
open-in-stag-popup
|
|
|
mc-initer="goals-center-{{$note->id}}"
|
|
|
title="Goals Center"
|
|
|
- popup-style="wide overflow-visible"
|
|
|
+ popup-style="medium-large overflow-visible"
|
|
|
href="/goals-center/{{$patient->uid}}/{{$note->uid}}">
|
|
|
<div class="font-weight-bold mb-2">
|
|
|
Goals
|