iven
490ae075b7
feat(health+mp): S2-3 Patient DTO 最小化
后端:
- 新增 PatientSummary DTO(id/name/gender/birth_date/status 5 字段)
- 新增 GET /health/patients/summary 端点(权限 health.patient.list)
- patient_service::list_summaries 仅查询非敏感字段
前端:
- 新增 PatientSummary 类型 + getPatientSummaries() API
- auth store loadPatients 改用 summary 端点
- setCurrentPatient 仅存储非敏感字段到 secureSet
2026-05-22 10:56:03 +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 10:56:03 +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