app moduleΒΆ

This is the main application package for the Open ELIS therapy recommendation system. It contains the FastAPI application, endpoints, utilities, and business logic modules.

Open ELIS Application Package

This is the main application package for the Open ELIS therapy recommendation system. It contains the FastAPI application, endpoints, utilities, and business logic modules.

Packages:

  • endpoints: API route handlers for therapy data and calculations

  • utils: Utility modules for middleware, database, and authentication

  • calculations: Core algorithms for processing questionnaire responses

The main FastAPI application is defined in main.py at this package level.

Author: Vajo Sekulic Version: 0.1.0