iven
96a6196373
feat(health): consent 门控 — handler 层 check_consent_active 患者数据访问拦截
- 新增 consent_check.rs: check_consent_active() 检查患者有效同意记录
- 医护角色 (admin/doctor/nurse/health_manager) 自动跳过检查
- 5 个 handler / 10 处端点添加 consent 门控:
- daily_monitoring_handler: list_daily_monitoring
- vital_signs_daily_handler: get_daily_aggregations
- alert_handler: list_alerts
- health_data_handler: 5 个列表/趋势/时间序列端点
- device_reading_handler: list_readings + list_hourly
2026-05-22 00:24:41 +08:00
..
2026-05-21 01:34:20 +08:00
2026-05-20 17:52:28 +08:00
2026-05-20 06:58:54 +08:00
2026-05-21 01:34:20 +08:00
2026-05-07 23:43:14 +08:00
2026-05-22 00:24:41 +08:00
2026-05-20 17:52:28 +08:00
2026-05-20 17:52:28 +08:00
2026-05-07 23:43:14 +08:00
2026-04-19 00:56:32 +08:00
2026-04-20 09:35:27 +08:00
2026-04-19 00:56:32 +08:00
2026-04-20 09:35:27 +08:00
2026-05-07 23:43:14 +08:00
2026-04-15 00:49:20 +08:00
2026-05-21 17:53:00 +08:00
2026-05-20 06:58:54 +08:00