|
@@ -4,7 +4,7 @@ use App\Models\Point;
|
|
|
|
|
|
/** @var \App\Models\Client $patient */
|
|
/** @var \App\Models\Client $patient */
|
|
|
|
|
|
-$points = Point::getPointsOfCategory($patient, 'MEDICATION');
|
|
|
|
|
|
+$points = Point::getPointsOfCategoryExceptEntryError($patient, $note, 'MEDICATION');
|
|
$tracker = Point::getGlobalSingletonOfCategory($patient, 'NO_KNOWN_TRACKER');
|
|
$tracker = Point::getGlobalSingletonOfCategory($patient, 'NO_KNOWN_TRACKER');
|
|
$numRelevant = 0;
|
|
$numRelevant = 0;
|
|
$plural = 'Medications';
|
|
$plural = 'Medications';
|
|
@@ -56,7 +56,7 @@ $plural = 'Medications';
|
|
</td>
|
|
</td>
|
|
<td class="width-300px">
|
|
<td class="width-300px">
|
|
<div class="d-flex align-items-baseline pl-2">
|
|
<div class="d-flex align-items-baseline pl-2">
|
|
- @if(@$review && isset($review->experience))
|
|
|
|
|
|
+ @if(@$review && isset($review->experience) && !!trim(strip_tags($review->experience)))
|
|
<span class="pr-2">{{trim(strip_tags($review->experience))}}</span>
|
|
<span class="pr-2">{{trim(strip_tags($review->experience))}}</span>
|
|
@endif
|
|
@endif
|
|
<span class="text-nowrap">
|
|
<span class="text-nowrap">
|