|
@@ -525,7 +525,7 @@ class Point extends Model
|
|
if ($point->removed_in_note_id === $note->id && $point->removal_reason_category === 'DURING_VISIT') {
|
|
if ($point->removed_in_note_id === $note->id && $point->removal_reason_category === 'DURING_VISIT') {
|
|
$point->badge = 'Removed During Visit';
|
|
$point->badge = 'Removed During Visit';
|
|
} elseif ($point->removed_in_note_id === $note->id && $point->removal_reason_category === 'ON_INTAKE') {
|
|
} elseif ($point->removed_in_note_id === $note->id && $point->removal_reason_category === 'ON_INTAKE') {
|
|
- $point->badge = 'Marked Removed on Intake';
|
|
|
|
|
|
+ $point->badge = 'Marked Historic';
|
|
} elseif ($point->removed_in_note_id !== $note->id) {
|
|
} elseif ($point->removed_in_note_id !== $note->id) {
|
|
$point->badge = 'Historic Record Removed in a Previous Visit';
|
|
$point->badge = 'Historic Record Removed in a Previous Visit';
|
|
}
|
|
}
|