|
@@ -19,10 +19,10 @@
|
|
|
<i class="fa fa-bolt text-primary ml-1"></i>
|
|
|
</div>
|
|
|
@if($tracker && @($tracker->data->no_known_drug_allergies))
|
|
|
- <div class="text-secondary mb-2"><span>No Known Drug Allergies</span></div>
|
|
|
+ <div class="text-secondary mb-2"><span>-</span></div>
|
|
|
@endif
|
|
|
@if($tracker && @($tracker->data->no_known_allergies_of_any_type))
|
|
|
- <div class="text-secondary mb-2"><span>No Known Allergies of Any Type</span></div>
|
|
|
+ <div class="text-secondary mb-2"><span>-</span></div>
|
|
|
@endif
|
|
|
@if(!$tracker || !@($tracker->data->no_known_allergies_of_any_type))
|
|
|
@if($allergies && count($allergies))
|
|
@@ -34,7 +34,7 @@
|
|
|
</div>
|
|
|
@endforeach
|
|
|
@else
|
|
|
- <span class="px-1 text-secondary">None</span>
|
|
|
+ <span class="px-1 text-secondary">-</span>
|
|
|
@endif
|
|
|
@endif
|
|
|
</div>
|
|
@@ -49,7 +49,7 @@
|
|
|
<i class="fa fa-bolt text-primary ml-1"></i>
|
|
|
</div>
|
|
|
@if($tracker && @($tracker->data->no_known_medications))
|
|
|
- <div class="text-secondary mb-2"><span>No Known Medications</span></div>
|
|
|
+ <div class="text-secondary mb-2"><span>-</span></div>
|
|
|
@endif
|
|
|
@if(!$tracker || !@($tracker->data->no_known_medications))
|
|
|
@if($medications && count($medications))
|
|
@@ -61,7 +61,7 @@
|
|
|
</div>
|
|
|
@endforeach
|
|
|
@else
|
|
|
- <span class="px-1 text-secondary">None</span>
|
|
|
+ <span class="px-1 text-secondary">-</span>
|
|
|
@endif
|
|
|
@endif
|
|
|
</div>
|
|
@@ -84,7 +84,7 @@
|
|
|
</div>
|
|
|
@endforeach
|
|
|
@else
|
|
|
- <span class="px-1 text-secondary">None</span>
|
|
|
+ <span class="px-1 text-secondary">-</span>
|
|
|
@endif
|
|
|
</div>
|
|
|
<div id="active-goals" class="p-2 border-bottom c-pointer on-hover-aliceblue"
|
|
@@ -106,7 +106,7 @@
|
|
|
</div>
|
|
|
@endforeach
|
|
|
@else
|
|
|
- <span class="px-1 text-secondary">None</span>
|
|
|
+ <span class="px-1 text-secondary">-</span>
|
|
|
@endif
|
|
|
</div>
|
|
|
<div id="note-prescriptions" class="p-2 border-bottom c-pointer on-hover-aliceblue" data-non-segment-target="Prescriptions">
|
|
@@ -146,7 +146,7 @@
|
|
|
</div>
|
|
|
@endforeach
|
|
|
@else
|
|
|
- <span class="px-1 text-secondary">None</span>
|
|
|
+ <span class="px-1 text-secondary">-</span>
|
|
|
@endif
|
|
|
</div>
|
|
|
</div>
|