Add practitioners admin and staff-scoped Care UX.
Deploy Ladill Care / deploy (push) Successful in 43s
Deploy Ladill Care / deploy (push) Successful in 43s
Hospital admins can manage assignable doctors and invite team members from Ladill mailboxes; invited staff only see Care tools they need. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -34,9 +34,13 @@ return [
|
||||
'department.created' => 'Department created',
|
||||
'department.updated' => 'Department updated',
|
||||
'department.deleted' => 'Department deleted',
|
||||
'practitioner.created' => 'Practitioner added',
|
||||
'practitioner.updated' => 'Practitioner updated',
|
||||
'practitioner.deleted' => 'Practitioner removed',
|
||||
'member.created' => 'Member added',
|
||||
'member.updated' => 'Member updated',
|
||||
'member.deleted' => 'Member removed',
|
||||
'member.invited' => 'Member invited',
|
||||
'patient.created' => 'Patient registered',
|
||||
'patient.updated' => 'Patient record updated',
|
||||
'patient.deleted' => 'Patient record archived',
|
||||
|
||||
Reference in New Issue
Block a user