Route Care tickets to per-staff service points instead of shared branch queues.
Deploy Ladill Care / deploy (push) Successful in 1m40s
Deploy Ladill Care / deploy (push) Successful in 1m40s
Provision one consultation point per doctor (room + identity) and role-based points for pharmacy, lab, billing, and triage. Fixed-doctor appointments and walk-ins issue only to the assigned point; Call next respects that assignment and flags unresolved patients rather than random routing. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -35,6 +35,7 @@ class Appointment extends Model
|
||||
|
||||
protected $fillable = [
|
||||
'uuid', 'queue_ticket_uuid', 'queue_ticket_number', 'queue_ticket_status',
|
||||
'queue_service_point_uuid', 'queue_destination', 'queue_staff_display_name', 'queue_routing_status',
|
||||
'owner_ref', 'organization_id', 'branch_id', 'patient_id',
|
||||
'practitioner_id', 'department_id', 'visit_id', 'type', 'status',
|
||||
'scheduled_at', 'checked_in_at', 'waiting_at', 'started_at',
|
||||
|
||||
Reference in New Issue
Block a user