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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user