@shlinklab/platform-home 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -31,81 +31,113 @@ export default {
31
31
  applications: [
32
32
  {
33
33
  id: 'clinical-project-research',
34
+ name: '临床实验室检验项目调研系统',
35
+ description: '中心循环调研辖区内各实验室的项目开展类型、检测量等信息,为拓展室间质评、互认项目提供数据支撑。',
34
36
  enabled: true,
35
37
  url: '/applications/clinical-project-research',
36
38
  },
37
39
  {
38
40
  id: 'mutual-recognition-evaluation',
41
+ name: '互认质量综合评价系统',
42
+ description: '实验室质量准入核查,量化评价项目质量,一键生成互认清单和报告证书。',
39
43
  enabled: false,
40
44
  url: '',
41
45
  },
42
46
  {
43
47
  id: 'external-quality-assessment',
48
+ name: '室间质量评价系统',
49
+ description: '遵照 ISO17043 要求设计,可组织常规 EQA、盲样 EQA、PBEQA、基质效应校正 EQA 等多种计划。',
44
50
  enabled: false,
45
51
  url: '',
46
52
  },
47
53
  {
48
54
  id: 'internal-quality-control',
55
+ name: '室内质控监控与比对系统',
56
+ description: '中心实时监控各实验室室内质控规范开展情况和精密度合格状态,组织室内质控室间比对。',
49
57
  enabled: true,
50
58
  url: '/applications/internal-quality-control',
51
59
  },
52
60
  {
53
61
  id: 'quality-indicator-management',
62
+ name: '质量指标管理系统',
63
+ description: '支持自定义质量指标和权重赋值,实现实验室综合量化评价;内置国家临检中心质量指标系统的便捷登录入口。',
54
64
  enabled: false,
55
65
  url: '',
56
66
  },
57
67
  {
58
68
  id: 'reference-interval-management',
69
+ name: '参考区间管理系统',
70
+ description: '系统采集各实验室参考区间并开展一致性比对,自动识别偏离统一参考区间的实验室。',
59
71
  enabled: false,
60
72
  url: '',
61
73
  },
62
74
  {
63
75
  id: 'public-hospital-performance',
76
+ name: '公立医院绩效考核系统',
77
+ description: '开展临床检验专业二级公立医院绩效考核。',
64
78
  enabled: false,
65
79
  url: '',
66
80
  },
67
81
  {
68
82
  id: 'online-education-assessment',
83
+ name: '在线教育考核系统',
84
+ description: '中心开展业务指导和人员培训考核,打破地域、时间限制,推动优质培训资源更加公平、可及。',
69
85
  enabled: false,
70
86
  url: '',
71
87
  },
72
88
  {
73
89
  id: 'on-site-inspection',
90
+ name: '现场检查系统',
91
+ description: '组织“双随机、一公开”的质量安全检查、生物安全检查等现场检查工作,实现中心与专家无纸化线上办公,数据自动统计。',
74
92
  enabled: true,
75
93
  url: '/applications/on-site-inspection',
76
94
  },
77
95
  {
78
96
  id: 'pcr-laboratory-review',
97
+ name: 'PCR 实验室验收与评审系统',
98
+ description: '组织 PCR 实验室技术现场或远程评审,实现全流程系统化运行,三方线上协作,提高工作效能。',
79
99
  enabled: false,
80
100
  url: '',
81
101
  },
82
102
  {
83
103
  id: 'iso17043-document-management',
104
+ name: 'ISO17043 文件管理系统',
105
+ description: '文件全流程线上受控,杜绝作废文件误用,导出评审佐证材料,满足 CNAS 现场评审资料核查要求。',
84
106
  enabled: false,
85
107
  url: '',
86
108
  },
87
109
  {
88
110
  id: 'personnel-qualification-management',
111
+ name: '人员资质管理系统',
112
+ description: '归集辖区检验人员职称、PCR 上岗证、学分、进修等全量资质,开展人才储备分析。',
89
113
  enabled: false,
90
114
  url: '',
91
115
  },
92
116
  {
93
117
  id: 'trainee-management',
118
+ name: '进修生管理系统',
119
+ description: '进修生招募、报名、通知、培训、授权、考核记录资料全部留存,节约沟通和管理成本。',
94
120
  enabled: false,
95
121
  url: '',
96
122
  },
97
123
  {
98
124
  id: 'meeting-organization-management',
125
+ name: '会议组织管理系统',
126
+ description: '会议报名、签到、考核、资料分享、开具发票全流程上线,全程留痕可追溯。',
99
127
  enabled: false,
100
128
  url: '',
101
129
  },
102
130
  {
103
131
  id: 'operations-command-screen',
132
+ name: '业务中控大屏',
133
+ description: '实时集中展示区域互认质量合格情况、室间质评、室内质控、培训、进修等数据,直观呈现区域检验质量全貌。',
104
134
  enabled: true,
105
135
  url: '/applications/operations-command-screen',
106
136
  },
107
137
  {
108
138
  id: 'one-click-assistance',
139
+ name: '一键求助系统',
140
+ description: '构建“失控发现→平台告警→实验室内部处置→远程求助→中心指导→闭环反馈”的完整业务闭环。',
109
141
  enabled: false,
110
142
  url: '',
111
143
  },
@@ -146,6 +178,8 @@ Vue.use(PlatformHome)
146
178
  applications: [
147
179
  {
148
180
  id: '系统稳定 ID',
181
+ name: '系统名称',
182
+ description: '系统功能描述',
149
183
  enabled: true,
150
184
  url: '/访问地址',
151
185
  },
@@ -154,7 +188,8 @@ Vue.use(PlatformHome)
154
188
  ```
155
189
 
156
190
  - 可以直接复制完整默认配置,也可以只传需要修改的应用,`applications` 会按 `id` 局部覆盖内置默认值。
157
- - 系统名称、说明和排列由组件内置,调用者只配置稳定 `id`、启用状态和访问地址。
191
+ - `name` `description` 默认使用组件内置文案,也可以由调用者按 `id` 局部覆盖。
192
+ - 系统排列由组件内置,调用者使用稳定 `id` 定位对应系统。
158
193
  - 只有 `enabled: true` 且 `url` 为 HTTP(S) 或站内地址的入口可点击。
159
194
  - 未启用、地址为空或危险协议的入口仍会展示,但不可访问。
160
195
  - 配置对象支持 Vue 响应式更新。
@@ -413,9 +413,7 @@ function wA(s = {}) {
413
413
  return IA.map((E) => ({
414
414
  ...E,
415
415
  ...A.get(E.id),
416
- id: E.id,
417
- name: E.name,
418
- description: E.description
416
+ id: E.id
419
417
  }));
420
418
  }
421
419
  const WA = {