General Documentation Guide¶
This page is the central orientation for lx-annotate documentation.
Who This Is For¶
Medical staff documenting examinations and findings
Clinical trainers onboarding new users
Operations and support staff maintaining day-to-day workflows
Developers maintaining APIs and UI modules
Documentation Structure¶
assisted-reporting-report: Practical reporting workflow with step-by-step guidanceguides/asset-deployment: Frontend build/manifest/runtime deployment contractguides/hub-export-workflow: Secure outbound transfer and export workflowguides/ai-training-data-export: Frame, annotation, AI dataset, and GastroNet-style training exportsguides/segment-annotation-workflow: Practical video segment review and validation workflowguides/anonymization-validation-correction-workflow: Validation/approval and correction flow before reportingguides/reporting-template-requirements-page: Detailed template and requirement-set workflowguides/dtypes-findings-migration: Incremental findings migration planguides/core-concept-contract: Core concept contract and API surfaceguides/core-concept-readiness-verdict: Readiness assessment for structured evaluationguides/core-concept-type-matrix: Generated type matrix for core conceptsguides/dates-and-times: Date/time conventionsguides/pydantic-cheatsheet: Data-modeling and validation patternsapi/index: API reference entry point
To add documentation to the frontend run these commands:
uv run --extra docs make -C docs html
mkdir -p static/docs
rsync -a --delete docs/_build/html/ static/docs/
mkdir -p staticfiles/docs
rsync -a --delete docs/_build/html/ staticfiles/docs/
Recommended Reading Paths¶
Clinical Documentation Path¶
assisted-reporting-reportguides/anonymization-validation-correction-workflowguides/segment-annotation-workflowguides/ai-training-data-exportguides/reporting-template-requirements-page
Technical Maintenance Path¶
guides/dates-and-timesguides/pydantic-cheatsheetguides/core-concept-contractguides/dtypes-findings-migrationapi/index
Quick Start¶
Open the reporting workflow from
/reporting.Create or open a case.
Select template and requirement sets.
Capture findings and classifications.
Complete report editor and finalize artifacts.
Support Notes¶
If templates are missing, verify selected module and examination type.
If requirement sets are empty, ensure a valid
patient_examination_idand active lookup token exist.If a step is unclear for training, start with
assisted-reporting-reportand follow the section order.