|
@@ -4,10 +4,10 @@
|
|
<div><?= @$parsedReview->value ?></div>
|
|
<div><?= @$parsedReview->value ?></div>
|
|
|
|
|
|
<?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): ?>
|
|
- <span class="text-sm">(reviewed on the patient's chart)</span>
|
|
|
|
|
|
+ <span class="text-sm">(updated on the patient's chart)</span>
|
|
<?php else: ?>
|
|
<?php else: ?>
|
|
<?php if ($point->last_child_review_point_scoped_note_id === $note->id): ?>
|
|
<?php if ($point->last_child_review_point_scoped_note_id === $note->id): ?>
|
|
- <span class="text-sm">(reviewed on this note)</span>
|
|
|
|
|
|
+ <span class="text-sm">(updated on this note)</span>
|
|
<?php else: ?>
|
|
<?php else: ?>
|
|
<a native target="_blank"
|
|
<a native target="_blank"
|
|
href="<?= route('patients.view.notes.view.dashboard', ['patient' => $patient, 'note' => $point->lastChildReviewNote]) ?>">
|
|
href="<?= route('patients.view.notes.view.dashboard', ['patient' => $patient, 'note' => $point->lastChildReviewNote]) ?>">
|