The SLA Dashboard atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/ce/screening/sla-dashboard provides a compliance view of intake screening SLA performance, showing which screenings have missed, are at risk of missing, or are within their SLA threshold.
Overview
Navigating to/ce/screening/sla-dashboard loads SlaComplianceDashboardPage, which wraps SlaComplianceDashboard inside a PageContainer. The route requires ce.screening.manage.
Who it’s for
Permission required:ce.screening.manage
Before you start
- SLA thresholds must be configured per program type (via
ce_screening_sla_config) for the dashboard to display meaningful data. - Screening records must exist for the selected date range.
Steps
Review SLA compliance data
The dashboard shows screening records segmented by SLA status (missed, at risk, compliant) across program types and optionally by site.
Key concepts
- SLA threshold — The maximum allowed time between lead creation and screening completion, configured per program type in
ce_screening_sla_config. - SLA status — Determined by comparing
created_attoscreened_atagainst the configured threshold. AnSlaIndicatoruses the same logic on the Screening Wizard page.
Related
Community Engagement
Community Engagement core overview.
Governance & parity
This page documents shipped product behavior. It is not medical, legal, or
billing advice. Verify against your organization’s policies and applicable
regulations before using it for clinical, compliance, or billing decisions.
Protected health information (PHI) shown in the product is governed by your
tenant’s access controls and is never exposed in this documentation.
Documentation sources
Documentation sources
- src/routes/ce.tsx
- src/cores/ce/pages/SlaComplianceDashboardPage.tsx
- src/cores/ce/components/screening/SlaComplianceDashboard.tsx
- src/cores/ce/wizards/screening/components/SlaIndicator.tsx