The Assessments screen is accessible 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.
/lo/assessments and provides a list of assessment templates with search and filtering, plus actions to create, edit, and delete assessments.
Overview
TheAssessmentsPage loads assessments via useAssessments({ ...filters, search }). A search input and filters for isActive toggle and AssessmentType narrow the list. Each assessment is displayed as an AssessmentCard. An edit button on each card opens AssessmentFormDialog in edit mode. A delete button opens a ConfirmationDialog before calling deleteAssessment. The ”+” button opens the dialog in create mode. Selecting a card navigates to /lo/assessments/:assessmentId for detail and schedule management.
Who it’s for
RequiresLO_PERMISSIONS.DASHBOARD_VIEW (lo.dashboard.view) via the shared LOViewGuard. Creating assessments uses lo.assessments.create.
Before you start
lo.dashboard.viewpermission required.- Assessment templates must be created before schedules can be set.
Steps
Key concepts
- Assessment: a template defining what is assessed (not a single response).
- isActive: a filter defaulting to
truethat hides inactive assessments. - AssessmentType: the type field on an assessment (specific values require SME confirmation).
Related
Leadership
Leadership core overview.
Governance & parity
Documentation coverage and governance.
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/lo.tsx
- src/cores/lo/pages/AssessmentsPage.tsx
- src/cores/lo/hooks/useAssessments.ts