Improve specialty workspace actions and Call next handoff.
Deploy Ladill Care / deploy (push) Successful in 40s
Deploy Ladill Care / deploy (push) Successful in 40s
Move timeline into a workspace tab, surface Complete consultation and Call again in Actions, and make Call next end the current encounter then open the next called patient. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -31,6 +31,20 @@
|
||||
'actionsView' => 'care.specialty.partials.actions-menu',
|
||||
'title' => 'Actions',
|
||||
])
|
||||
|
||||
@php
|
||||
$completeConsultation = $workspaceVisit?->appointment?->consultation;
|
||||
@endphp
|
||||
@if ($completeConsultation && $completeConsultation->status !== \App\Models\Consultation::STATUS_COMPLETED)
|
||||
<x-confirm-dialog
|
||||
:name="'complete-consultation-'.$completeConsultation->id"
|
||||
title="Complete this consultation?"
|
||||
message="Mark the consultation as finished. You can still prescribe or generate a bill afterward."
|
||||
:action="route('care.consultations.complete', $completeConsultation)"
|
||||
confirm-label="Complete consultation"
|
||||
variant="primary"
|
||||
/>
|
||||
@endif
|
||||
@elseif ($section === 'history')
|
||||
<div class="flex flex-wrap items-center justify-between gap-3">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user