feat(health): 日聚合查询 API — GET /health/vital-signs/daily

- 新增 DailyAggQuery DTO(patient_id/device_type/start_date/end_date)
- 新增 get_daily_aggregations handler(需 health.device-readings.list 权限)
- 路由注册到 protected_routes
This commit is contained in:
iven
2026-05-04 02:54:13 +08:00
parent 4c1d98116a
commit 3a14b7efe3
3 changed files with 92 additions and 1 deletions

View File

@@ -22,3 +22,4 @@ pub mod health_data_handler;
pub mod patient_handler;
pub mod points_handler;
pub mod stats_handler;
pub mod vital_signs_daily_handler;