|
@@ -84,8 +84,8 @@ $problems = $points;
|
|
|
@endif
|
|
|
</div>
|
|
|
@endif
|
|
|
- @if($problem->is_removed && ($problem->added_in_note_id !== $note->id && $problem->removed_in_note_id === $note->id))
|
|
|
- <div class="mt-1 text-sm text-secondary">Discontinued during this visit</div>
|
|
|
+ @if($medication->is_removed && $medication->removed_in_note_id === $note->id)
|
|
|
+ <div class="mt-1 text-sm text-secondary">Removed during this visit</div>
|
|
|
@endif
|
|
|
</div>
|
|
|
</div>
|
|
@@ -206,7 +206,7 @@ $problems = $points;
|
|
|
@else
|
|
|
@if(!$problem->is_removed)
|
|
|
<div moe>
|
|
|
- <a start show href="#" title="Discontinue">Discontinue</a>
|
|
|
+ <a start show href="#" title="Discontinue">Delete</a>
|
|
|
<form url="/api/visitPoint/updateTopLevel" class="mcp-theme-1">
|
|
|
<input type="hidden" name="uid" value="<?= $problem->uid ?>">
|
|
|
<input type="hidden" name="noteUid" value="<?= $note->uid ?>">
|