MedInsight — Documentation¶
MedInsight is a clinical analytics platform for clinics and healthcare organizations.
Features¶
- Patient and department management
- Medical document upload and parsing (PDF, DOCX)
- DICOM images: upload, viewing, analytics
- GPT risk predictions (readmission, complications)
- Dashboard and export to PDF/Excel
- Multi-tenancy, RBAC, file encryption (age)
- Telegram notifications, WebSocket, backup
Navigation¶
For clinical staff¶
- Getting started — login, roles, interface
- Patients — records, search
- Documents — discharge note upload
- DICOM — medical images
- Analytics — dashboard
- Predictions — AI risks
For administrators¶
For developers¶
Architecture (overview)¶
flowchart TB
Browser[Browser / Vanilla JS]
API[FastAPI app]
Celery[Celery Worker]
Redis[(Redis)]
DB[(SQLite)]
Storage[storage/ encrypted + DICOM]
GPT[ProxyAPI / OpenAI]
Browser --> API
API --> DB
API --> Redis
API --> Storage
Celery --> Redis
Celery --> DB
Celery --> Storage
Celery --> GPT
Version¶
Current application version: see the APP_VERSION variable and Changelog.