Reserve floor queues for clinical staff and deepen specialty forms.
Deploy Ladill Care / deploy (push) Successful in 41s

Hospital admins no longer see specialty/queue floor nav; Call next is a full-width button; specialty encounters open module-specific clinical forms instead of the general consultation page.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-18 12:04:05 +00:00
co-authored by Cursor
parent bd8218fb45
commit 612e021e85
18 changed files with 1145 additions and 183 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ class SpecialtyModuleService
/**
* Whether the member may see/serve this specialty module.
* Doctors must be linked to a practitioner desk in that specialty department.
* Admins/receptionists keep org-wide visibility for operations.
* Receptionists keep queue/ops visibility; facility admins do not staff specialty floors.
*/
public function memberCanAccess(Organization $organization, ?Member $member, string $key): bool
{