imednet_streamlit.pages package

Streamlit dashboard pages for iMednet.

Submodules

imednet_streamlit.pages.admin module

Enterprise administration portal.

Provides high-level management for tenants, study provisioning, and cross-study system health monitoring.

imednet_streamlit.pages.conformance module

Accessibility and standards conformance portal.

Provides a central hub for reviewing system accessibility features, WCAG compliance status, and documentation for assistive technologies.

class imednet_streamlit.pages.conformance.StandaloneConfig[source]

Bases: object

Fallback configuration class when the main SDK is not configured.

imednet_streamlit.pages.data_lineage module

Data Lineage Explorer — drill-down from aggregated metrics to raw source records.

Provides an interactive drill-down path from dashboard metric values to the underlying canonical models and, ultimately, to the raw EDC record payload. No credentials are exposed in the rendered view.

imednet_streamlit.pages.data_lineage.render_page()[source]

Render the data lineage explorer page.

Return type:

None

imednet_streamlit.pages.enrollment module

imednet_streamlit.pages.home module

Home page for the iMednet EDC Dashboard.

Provides a high-level overview of the connected study and quick access to common dashboard modules.

imednet_streamlit.pages.publisher_wizard module

Publisher Wizard — secure configuration review and production publish flow.

Integrates ConfigVersionStore and StandardsReadinessValidator to present a multi-stage validation checklist before a coordinated publish sign-off by an authorised role.

imednet_streamlit.pages.publisher_wizard.render_page()[source]

Render the configuration publisher wizard page.

Return type:

None

imednet_streamlit.pages.queries module

imednet_streamlit.pages.records module

imednet_streamlit.pages.reporting_dashboard module

imednet_streamlit.pages.review_workbench module

Clinical review and triage workbench.

Provides a unified interface for medical reviewers to manage triage items, assign reviewers, and track clinical data decisions.

imednet_streamlit.pages.review_workbench.render_page()[source]

Render the clinical review workbench page.

Return type:

None

imednet_streamlit.pages.setup_wizard module

imednet_streamlit.pages.sites module