Add full Physiotherapy and Maternity specialty clinical suites.
Deploy Ladill Care / deploy (push) Successful in 52s
Deploy Ladill Care / deploy (push) Successful in 52s
Mirror Eye Care depth with stages, workspace tabs, clinical JSON, stage Move→tab routing, reports/print, demo seeds, and suite feature tests. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -88,8 +88,9 @@ return [
|
||||
'nav_label' => 'Physiotherapy',
|
||||
'icon' => 'arrow-path',
|
||||
'queue_keywords' => ['physio', 'rehab', 'therapy'],
|
||||
'access' => 'general',
|
||||
'access' => 'limited',
|
||||
'roles' => ['doctor', 'nurse', 'receptionist'],
|
||||
'specialist_keywords' => ['physio', 'rehab', 'therapy'],
|
||||
],
|
||||
'maternity' => [
|
||||
'label' => 'Maternity / Antenatal',
|
||||
@@ -99,10 +100,11 @@ return [
|
||||
'queue_name' => 'Maternity',
|
||||
'queue_prefix' => 'MAT',
|
||||
'nav_label' => 'Maternity',
|
||||
'icon' => 'home',
|
||||
'icon' => 'heart',
|
||||
'queue_keywords' => ['matern', 'antenatal', 'obstetric'],
|
||||
'access' => 'general',
|
||||
'access' => 'limited',
|
||||
'roles' => ['doctor', 'nurse', 'pharmacist', 'receptionist'],
|
||||
'specialist_keywords' => ['matern', 'antenatal', 'obstetric', 'midwif'],
|
||||
],
|
||||
'radiology' => [
|
||||
'label' => 'Radiology',
|
||||
|
||||
Reference in New Issue
Block a user