Routed Document Delegates represent users or staff groups that have been delegated to review a report. Report delegation must be enabled for the practice (FaxDelegateModal or ReportQueueDelegate). For group delegation, StaffGroupDelegates must be enabled.Documentation Index
Fetch the complete documentation index at: https://help.elationhealth.com/llms.txt
Use this file to discover all available pages before exploring further.
Object Definition
Attributes
| Attribute | Type | Description |
|---|---|---|
id | integer | The unique identifier for the delegate assignment (read-only) |
user | integer or null | ID of the delegated user. Either user or group will be populated, but not both |
group | integer or null | ID of the delegated staff group. Either user or group will be populated, but not both |
created_date | datetime | The timestamp when the delegation was created (read-only) |
deleted_date | datetime or null | The timestamp when the delegation was soft-deleted (read-only) |
Usage Notes
- When creating a delegate, provide exactly one of
user(user ID) orgroup(staff group ID) - Both
userandgroupcannot be set simultaneously - The
routed_document_delegatesfield appears as a read-only array in the Report object - Delegate IDs can be found in the
routed_document_delegatesarray on a Report and are used when removing delegates