diff --git a/employee-app/health-intervention/.gitkeep b/employee-app/ai/.gitkeep similarity index 100% rename from employee-app/health-intervention/.gitkeep rename to employee-app/ai/.gitkeep diff --git a/employee-app/notification/.gitkeep b/employee-app/cancer/.gitkeep similarity index 100% rename from employee-app/notification/.gitkeep rename to employee-app/cancer/.gitkeep diff --git a/web-admin/data-statistics/.gitkeep b/employee-app/cardiovascular/.gitkeep similarity index 100% rename from web-admin/data-statistics/.gitkeep rename to employee-app/cardiovascular/.gitkeep diff --git a/web-admin/health-intervention/.gitkeep b/employee-app/diabetes/.gitkeep similarity index 100% rename from web-admin/health-intervention/.gitkeep rename to employee-app/diabetes/.gitkeep diff --git a/web-admin/org-structure/.gitkeep b/employee-app/frontline-medical/.gitkeep similarity index 100% rename from web-admin/org-structure/.gitkeep rename to employee-app/frontline-medical/.gitkeep diff --git a/web-admin/role-permission/.gitkeep b/employee-app/health-checkup/.gitkeep similarity index 100% rename from web-admin/role-permission/.gitkeep rename to employee-app/health-checkup/.gitkeep diff --git a/web-admin/system-config/.gitkeep b/employee-app/home/.gitkeep similarity index 100% rename from web-admin/system-config/.gitkeep rename to employee-app/home/.gitkeep diff --git a/web-admin/user-management/.gitkeep b/web-admin/cancer/.gitkeep similarity index 100% rename from web-admin/user-management/.gitkeep rename to web-admin/cancer/.gitkeep diff --git a/web-admin/cardiovascular/.gitkeep b/web-admin/cardiovascular/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/web-admin/diabetes/.gitkeep b/web-admin/diabetes/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/web-admin/exercise/.gitkeep b/web-admin/exercise/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/web-admin/frontline-medical/.gitkeep b/web-admin/frontline-medical/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/web-admin/health-assessment/.gitkeep b/web-admin/health-assessment/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/web-admin/health-consult/.gitkeep b/web-admin/health-consult/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/web-admin/health-monitor/.gitkeep b/web-admin/health-monitor/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/web-admin/health-record/.gitkeep b/web-admin/health-record/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/web-admin/knowledge/.gitkeep b/web-admin/knowledge/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/web-admin/nutrition/.gitkeep b/web-admin/nutrition/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/web-admin/system-management/.gitkeep b/web-admin/system-management/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/web-admin/weight-management/.gitkeep b/web-admin/weight-management/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/项目背景.md b/项目背景.md index 4ab3c9a..272b05d 100644 --- a/项目背景.md +++ b/项目背景.md @@ -25,37 +25,47 @@ prototype-user-app/ ### 1.2 各端内部按核心功能模块分目录 -**员工端 APP(employee-app/)** +**员工端 APP(employee-app/)17 个模块** ``` employee-app/ -├── index.html # 入口总览页(含底部Tab导航) -├── health-record/ # 健康档案 -├── health-monitor/ # 健康监测 -├── health-consult/ # 健康咨询 -├── emergency-medical/ # 应急就医 -├── health-intervention/ # 健康干预 +├── ai/ # AI +├── home/ # 应用主页 +├── health-checkup/ # 健康体检 ├── weight-management/ # 体重管理 ├── nutrition/ # 营养管理 ├── exercise/ # 运动管理 +├── health-monitor/ # 健康监测 ├── health-assessment/ # 健康评估 +├── cardiovascular/ # 心脑血管病预防 +├── diabetes/ # 糖尿病预防 +├── cancer/ # 癌症预防 +├── health-consult/ # 健康咨询 +├── emergency-medical/ # 应急就医 +├── frontline-medical/ # 一线医疗 +├── health-record/ # 健康档案 ├── knowledge/ # 知识普及 -├── notification/ # 待办通知 └── profile/ # 个人中心 ``` -**Web 管理端(web-admin/)** +**Web 管理端(web-admin/)16 个模块** ``` web-admin/ -├── index.html # 管理端主框架(侧边栏+内容区) -├── user-management/ # 用户管理 -├── role-permission/ # 角色权限 -├── org-structure/ # 组织架构 -├── data-statistics/ # 数据统计报表 -├── health-checkup/ # 体检安排 -├── health-intervention/ # 健康干预活动发布 -├── emergency-dispatch/ # 应急就医调度监控 -├── system-config/ # 系统配置与日志审计 -└── health-data/ # 健康数据可视化 +├── system-management/ # 系统管理 +├── health-checkup/ # 健康体检 +├── weight-management/ # 体重管理 +├── nutrition/ # 营养管理 +├── exercise/ # 运动管理 +├── health-monitor/ # 健康监测 +├── health-assessment/ # 健康评估 +├── knowledge/ # 知识普及 +├── health-data/ # 健康数据 +├── health-record/ # 健康档案 +├── cardiovascular/ # 心脑血管病预防 +├── diabetes/ # 糖尿病预防 +├── cancer/ # 癌症预防 +├── health-consult/ # 专家咨询 +├── emergency-dispatch/ # 应急就医 +└── frontline-medical/ # 一线医疗 ``` **健康应急 APP(emergency-app/)** @@ -315,17 +325,22 @@ window.location.href = '../health-consult/consult-list.html'; ### 6.3 核心业务模块 -| 模块 | 业务概述 | 所属端 | -|-----|---------|-----------------| -| 系统管理 | 用户管理、角色权限、组织架构、系统配置 | Web 管理端 | -| 健康评估 | 健康风险评估报告,识别风险等级 | 员工端 APP/Web 管理端 | -| 应急就医 | 应急申请、资源调度、进度跟踪的全流程管理 | 健康应急 APP / 员工端/Web 管理端 | -| 专家咨询 | 在线健康咨询,支持图文与视频咨询 | 员工端 / 健康应急 APP/Web 管理端 | -| 健康体检 | 体检预约、报告管理、历年数据对比 | Web 管理端 / 员工端/Web 管理端 | -| 健康监测 | 智能手表采集心率、血压、血氧、睡眠数据 | 员工端 APP/Web 管理端 | -| 营养管理 | 用餐记录、膳食指导、营养分析 | 员工端 APP/Web 管理端 | -| 体重管理 | 体重记录、目标设定、进度追踪 | 员工端 APP/Web 管理端 | -| 知识普及 | 健康资讯、科普文章、视频课程 | 员工端 APP/Web 管理端 | -| 运动管理 | 运动数据记录、目标设定、运动计划 | 员工端 APP/Web 管理端 | -| 健康档案 | 统一归集健康数据,形成个人健康时间轴 | 员工端 APP/Web 管理端 | -| 待办通知 | 待处理事项、系统消息、预警推送 | 全端 | +| 模块 | 业务概述 | 所属端 | +|-----|---------|-------| +| 系统管理 | 用户管理、角色权限、组织架构、系统配置 | Web 管理端 | +| 健康体检 | 体检预约、报告管理、历年数据对比 | 员工端 APP / Web 管理端 | +| 体重管理 | 体重记录、目标设定、进度追踪 | 员工端 APP / Web 管理端 | +| 营养管理 | 用餐记录、膳食指导、营养分析 | 员工端 APP / Web 管理端 | +| 运动管理 | 运动数据记录、目标设定、运动计划 | 员工端 APP / Web 管理端 | +| 健康监测 | 智能手表采集心率、血压、血氧、睡眠数据 | 员工端 APP / Web 管理端 | +| 健康评估 | 健康风险评估报告,识别风险等级 | 员工端 APP / Web 管理端 | +| 知识普及 | 健康资讯、科普文章、视频课程 | 员工端 APP / Web 管理端 | +| 健康数据 | 健康数据可视化与统计分析 | Web 管理端 | +| 健康档案 | 统一归集健康数据,形成个人健康时间轴 | 员工端 APP / Web 管理端 | +| 心脑血管病预防 | 心脑血管疾病风险筛查与预防管理 | 员工端 APP / Web 管理端 | +| 糖尿病预防 | 糖尿病风险筛查与预防管理 | 员工端 APP / Web 管理端 | +| 癌症预防 | 癌症风险筛查与预防管理 | 员工端 APP / Web 管理端 | +| 健康咨询/专家咨询 | 在线健康咨询,支持图文与视频咨询 | 员工端 APP / 健康应急 APP / Web 管理端 | +| 应急就医 | 应急申请、资源调度、进度跟踪的全流程管理 | 员工端 APP / 健康应急 APP / Web 管理端 | +| 一线医疗 | 一线医疗点服务与管理 | 员工端 APP / Web 管理端 | +| AI | 智能健康助手,AI问答与健康建议 | 员工端 APP |