Add shift templates, unit duty roster grid, and Nursing Services hub.
Deploy Ladill Care / deploy (push) Successful in 1m0s
Deploy Ladill Care / deploy (push) Successful in 1m0s
Phase 3 staff management: real shift entities, week roster linked to temporary assignments, and a nursing ops module surface (registry, today’s allocation, unit shortcuts). Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -495,4 +495,28 @@ return [
|
||||
],
|
||||
'specialist_keywords' => ['ambulance', 'ems', 'paramedic', 'prehospital'],
|
||||
],
|
||||
'nursing_services' => [
|
||||
'label' => 'Nursing Services',
|
||||
'description' => 'Nursing administration hub: nurse registry, ward allocation, duty roster, and unit clinical shortcuts.',
|
||||
'department_type' => 'nursing',
|
||||
'department_name' => 'Nursing Services',
|
||||
'queue_name' => 'Nursing',
|
||||
'queue_prefix' => 'NUR',
|
||||
'nav_label' => 'Nursing',
|
||||
'icon' => 'user-group',
|
||||
'queue_keywords' => ['nursing', 'nurse', 'matron', 'ward'],
|
||||
'access' => 'general',
|
||||
'roles' => [
|
||||
'nurse', 'ed_nurse', 'theatre_nurse', 'labour_ward_nurse',
|
||||
'fertility_nurse', 'dialysis_nurse', 'midwife',
|
||||
],
|
||||
'view_roles' => [
|
||||
'nurse', 'ed_nurse', 'theatre_nurse', 'labour_ward_nurse',
|
||||
'fertility_nurse', 'dialysis_nurse', 'midwife',
|
||||
'department_manager', 'general_physician', 'doctor',
|
||||
],
|
||||
'refer_roles' => [],
|
||||
'specialist_keywords' => ['nursing services', 'nursing', 'matron'],
|
||||
'default_on_paid_plans' => true,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user