|
@@ -1,15 +1,13 @@
|
|
<?php if ($point->last_child_review_point_id && $point->last_child_review_data): ?>
|
|
<?php if ($point->last_child_review_point_id && $point->last_child_review_data): ?>
|
|
<?php $parsedReview = json_decode($point->last_child_review_data); ?>
|
|
<?php $parsedReview = json_decode($point->last_child_review_data); ?>
|
|
<div class="<?= $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
|
|
<div class="<?= $point->last_child_review_point_scoped_note_id === $note->id ? 'bg-warning-mellow p-2 rounded' : '' ?>">
|
|
- <div>
|
|
|
|
- <div class="inline-html-container">
|
|
|
|
- <?php if(@$parsedReview->value): ?>
|
|
|
|
- <div><span class="text-sm">Freq: </span><?= trim(strip_tags($parsedReview->value)) ?></div>
|
|
|
|
- <?php endif; ?>
|
|
|
|
- <?php if(@$parsedReview->experience): ?>
|
|
|
|
- <div><span class="text-sm">Experience: </span><?= $parsedReview->experience ?></div>
|
|
|
|
- <?php endif; ?>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="inline-html-container">
|
|
|
|
+ <?php if(@$parsedReview->value): ?>
|
|
|
|
+ <div><b class="text-sm">Freq:</b> <?= trim(strip_tags($parsedReview->value)) ?></div>
|
|
|
|
+ <?php endif; ?>
|
|
|
|
+ <?php if(@$parsedReview->experience): ?>
|
|
|
|
+ <div><b class="text-sm">Experience:</b> <?= $parsedReview->experience ?></div>
|
|
|
|
+ <?php endif; ?>
|
|
</div>
|
|
</div>
|
|
<span class="screen-only">
|
|
<span class="screen-only">
|
|
<?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
|
|
<?php if ($point->last_child_review_point_scoped_note_id === $patient->core_note_id): ?>
|
|
@@ -20,7 +18,7 @@
|
|
<?php else: ?>
|
|
<?php else: ?>
|
|
<?php if(!@$summaryView): ?>
|
|
<?php if(!@$summaryView): ?>
|
|
<div class="d-inline position-relative on-click-menu">
|
|
<div class="d-inline position-relative on-click-menu">
|
|
- <span class="text-sm text-primary c-pointer">
|
|
|
|
|
|
+ <span class="text-sm text-secondary c-pointer">
|
|
<?= relative_friendly_date($point->last_child_review_effective_date) ?>
|
|
<?= relative_friendly_date($point->last_child_review_effective_date) ?>
|
|
<?php if($point->last_child_review_creator): ?>
|
|
<?php if($point->last_child_review_creator): ?>
|
|
by <?= $point->last_child_review_creator ?>
|
|
by <?= $point->last_child_review_creator ?>
|