|
@@ -5,7 +5,7 @@
|
|
<span class="text-success mr-2"><i class="fas fa-badge-check"></i> Stamped</span>
|
|
<span class="text-success mr-2"><i class="fas fa-badge-check"></i> Stamped</span>
|
|
<span class="mr-1">by {{ $note->stampedBySupervisingPhysicianBySession->pro->displayName() }}</span>
|
|
<span class="mr-1">by {{ $note->stampedBySupervisingPhysicianBySession->pro->displayName() }}</span>
|
|
<span class="mr-1">at {{ friendlier_date($note->stamped_by_supervising_physician_at) }} <i class="fas fa-info-circle" title="{{ $note->stamping_note_by_supervising_physician }}"></i></span>
|
|
<span class="mr-1">at {{ friendlier_date($note->stamped_by_supervising_physician_at) }} <i class="fas fa-info-circle" title="{{ $note->stamping_note_by_supervising_physician }}"></i></span>
|
|
- @if($note->isProPhysicianSupervisor($pro->id))
|
|
|
|
|
|
+ @if($pro->currentMonthClientReviewRequest($patient->id))
|
|
<div moe class="ml-2">
|
|
<div moe class="ml-2">
|
|
<a href="#" start show class="text-danger"><i class="fas fa-stamp"></i> Undo Stamp</a>
|
|
<a href="#" start show class="text-danger"><i class="fas fa-stamp"></i> Undo Stamp</a>
|
|
<form url="/api/note/undoStampAsSupervisingPhysician">
|
|
<form url="/api/note/undoStampAsSupervisingPhysician">
|
|
@@ -42,8 +42,8 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@endif
|
|
@endif
|
|
- <!-- Ask Josh, should any supervising physician stamp this note -->
|
|
|
|
- @if($note->isProPhysicianSupervisor($performer->pro->id))
|
|
|
|
|
|
+
|
|
|
|
+ @if($pro->currentMonthClientReviewRequest($patient->id))
|
|
<div moe class="ml-2">
|
|
<div moe class="ml-2">
|
|
<a href="#" start show class="text-success"><i class="fas fa-stamp"></i> Stamp Note</a>
|
|
<a href="#" start show class="text-success"><i class="fas fa-stamp"></i> Stamp Note</a>
|
|
<form url="/api/note/stampAsSupervisingPhysician">
|
|
<form url="/api/note/stampAsSupervisingPhysician">
|