Replace ambulance Call next queue with an EMS dispatch board.
Deploy Ladill Care / deploy (push) Successful in 35s
Deploy Ladill Care / deploy (push) Successful in 35s
Home columns follow New call → Dispatched → On scene → Transport → Handover; walk-ins land as New call and Call next is disabled for this module. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -877,8 +877,8 @@ return [
|
||||
],
|
||||
'ambulance' => [
|
||||
'stages' => [
|
||||
['code' => 'check_in', 'label' => 'Check-in', 'queue_point' => 'waiting'],
|
||||
['code' => 'dispatch', 'label' => 'Dispatch', 'queue_point' => 'waiting'],
|
||||
['code' => 'check_in', 'label' => 'New call', 'queue_point' => 'waiting'],
|
||||
['code' => 'dispatch', 'label' => 'Dispatched', 'queue_point' => 'waiting'],
|
||||
['code' => 'on_scene', 'label' => 'On scene', 'queue_point' => 'chair'],
|
||||
['code' => 'transport', 'label' => 'Transport', 'queue_point' => 'chair'],
|
||||
['code' => 'handover', 'label' => 'Handover', 'queue_point' => 'chair'],
|
||||
|
||||
Reference in New Issue
Block a user