- Add HealthStatistics model with 10 stat types - Implement HealthStatisticsRepository - Create 6 health stats API endpoints - Add trend analysis with summary calculations - Follow medication repository pattern Status: 60% complete, needs compilation fixes
11 lines
203 B
Rust
11 lines
203 B
Rust
pub mod audit_log;
|
|
pub mod family;
|
|
pub mod health_stats;
|
|
pub mod lab_result;
|
|
pub mod medication;
|
|
pub mod permission;
|
|
pub mod profile;
|
|
pub mod refresh_token;
|
|
pub mod session;
|
|
pub mod share;
|
|
pub mod user;
|