"""BariERASRecov-Kor analysis modules.

비만수술 perioperative ERAS recovery cohort dashboard - analysis modules.

Modules:
  - ingest      : synthetic data generation + CSV de-id ingestion
  - eras        : ERAS Society bariatric protocol compliance KPI
  - procedure   : 5+ 술식 stratification (RYGB/SG/OAGB/SADI/DJB)
  - hypo        : post-bariatric hypoglycemia + dumping syndrome 시간 분포
  - outpatient  : POD0-90 outpatient transition + readmission/mortality KM
  - report      : KASMBS/MBSAQIP quality improvement 리포트 (ko/en)

For research / synthetic data only. NOT for clinical decision making.
"""

__all__ = [
    "ingest",
    "eras",
    "procedure",
    "hypo",
    "outpatient",
    "report",
]
