The Statement Run Details page displays summary information for a completed or in-progress statement generation run. Route:Documentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/pm/statements/:runId.
Overview
StatementRunDetailPage loads a run record via useStatementRunDetail keyed by runId. It displays:
- Run type (using
STATEMENT_RUN_TYPE_LABELS) - Status badge (using
STATEMENT_RUN_STATUS_LABELSandSTATEMENT_RUN_STATUS_VARIANT) - Start timestamp formatted as month/day/year hour:minute AM/PM
/pm/statements. Content is gated by pm.statements.view via PermissionGate. A three-column summary grid is rendered.
Who it’s for
Requires permissionpm.statements.view (PM_PERMISSIONS.STATEMENTS_VIEW), applied via PermissionGate inside the component.
Before you start
- Access this page from the statement runs list at
/pm/statements.
Steps
Open a statement run
Navigate to Practice Management → Statements, select a run from the list, or go to
/pm/statements/:runId.Key concepts
- Statement run status — reflects whether the run is in progress, completed, or errored; rendered from
STATEMENT_RUN_STATUS_LABELS. - Run type — the category of statement generated (e.g., batch vs. individual); rendered from
STATEMENT_RUN_TYPE_LABELS.
Related
Practice Management
Practice Management 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/pm.tsx
- src/cores/pm/pages/StatementRunDetailPage.tsx
- src/cores/pm/hooks/useStatementRuns.ts
- src/cores/pm/types/statement-billing.ts