本方案采用标准葡萄糖溶液模拟的方式收集数据,用于优化校准曲线、温度补偿和漂移修正算法。
配制不同浓度的葡萄糖标准溶液,覆盖 CGM 监测范围(2.0-25.0 mmol/L):
| 目标浓度 (mmol/L) | 葡萄糖质量 (g/L) | 用途 |
|---|---|---|
| 2.0 | 0.36 | 低血糖范围 |
| 3.9 | 0.70 | 正常下限 |
| 5.6 | 1.01 | 正常空腹 |
| 7.8 | 1.40 | 餐后峰值下限 |
| 10.0 | 1.80 | 正常上限 |
| 13.9 | 2.50 | 高血糖 |
| 19.4 | 3.50 | 严重高血糖 |
| 25.0 | 4.50 | 上限测试 |
| 字段 | 类型 | 说明 |
|---|---|---|
sensor_id |
string | 传感器序列号 |
batch_id |
string | 传感器批次号 |
timestamp |
ISO8601 | 读数时间 |
raw_current |
number | 原始电流 (nA) |
temperature |
number | 溶液温度 (°C) |
solution_bg |
number | 溶液葡萄糖浓度 (mmol/L) |
solution_actual_bg |
number | 血糖仪实测浓度 (mmol/L) |
day_of_experiment |
number | 实验第几天 |
impedance |
number | 传感器阻抗 (kΩ) |
| 字段 | 类型 | 说明 |
|---|---|---|
sensor_id |
string | 传感器序列号 |
target_bg |
number | 目标葡萄糖浓度 |
test_temp |
number | 测试温度 (°C) |
raw_current |
number | 对应电流值 |
steady_state |
boolean | 是否达到稳态 |
测试温度点:20°C, 25°C, 30°C, 33°C, 37°C, 40°C, 45°C
| 字段 | 类型 | 说明 |
|---|---|---|
sensor_id |
string | 传感器序列号 |
solution_bg |
number | 溶液浓度 |
hour_of_test |
number | 测试小时数 (0-336) |
raw_current |
number | 电流值 |
temperature |
number | 温度 |
测试周期:14 天(模拟完整使用周期)
| 字段 | 类型 | 说明 |
|---|---|---|
test_id |
string | 测试 ID |
sensor_id |
string | 传感器序列号 |
solution_bg |
number | 溶液浓度 |
repeat_count |
number | 重复次数 (1-10) |
raw_current |
number | 每次读数的电流 |
cv_percent |
number | 变异系数 (%) |
CV% (变异系数) 采集方法:
CV% = (标准差 / 平均值) × 100%cv_percent 留空,第 N 行计算后填入示例(同一探针在 5.6 mmol/L 溶液中测 5 次):
| 测量次数 | 电流 (nA) | CV% |
|---|---|---|
| 1 | 85.3 | |
| 2 | 84.9 | |
| 3 | 85.7 | |
| 4 | 85.1 | |
| 5 | 84.8 | 0.42 |
计算:平均值 = 85.16,标准差 = 0.36,CV% = (0.36/85.16) × 100% = 0.42%
判断标准:
| CV% 范围 | 说明 |
|---|---|
| < 2% | 优秀,传感器稳定 |
| 2%-5% | 良好 |
| 5%-10% | 一般,可用 |
| > 10% | 差,传感器可能有问题 |
| 字段 | 类型 | 说明 |
|---|---|---|
test_id |
string | 测试 ID |
sensor_id |
string | 传感器序列号 |
solution_bg |
number | 基础葡萄糖浓度 (mmol/L) |
interferent_name |
string | 干扰物质名称 |
interferent_conc |
number | 干扰物质浓度 (mg/dL) |
raw_current |
number | 存在干扰时的电流 (nA) |
current_no_interferent |
number | 无干扰时的电流 (nA) |
current_deviation |
number | 电流偏差 (%) |
notes |
string | 备注 |
常见干扰物质及测试浓度:
| 干扰物质 | 英文名 | 测试浓度 (mg/dL) | 说明 |
|---|---|---|---|
| 尿酸 | Uric Acid (UA) | 2-10 | 高尿酸血症患者 |
| 抗坏血酸 | Ascorbic Acid (Vit C) | 2-20 | 维生素 C 补充 |
| 对乙酰氨基酚 | Acetaminophen | 5-20 | 扑热息痛/泰诺 |
| 水杨酸 | Salicylic Acid | 5-30 | 阿司匹林代谢产物 |
| 甘露醇 | Mannitol | 10-50 | 渗透性利尿剂 |
测试方法:
current_no_interferent)raw_current)current_deviation = (current_with - current_without) / current_without × 100%表头格式:
test_id,sensor_id,batch_id,timestamp,day_of_experiment,solution_bg,solution_actual_bg,raw_current,temperature,impedance,notes
数据示例:
test_id,sensor_id,batch_id,timestamp,day_of_experiment,solution_bg,solution_actual_bg,raw_current,temperature,impedance,notes
TEST-001,CGM-SIM-001,BATCH-202505,2026-05-11T08:00:00Z,1,5.6,5.5,85.3,37.0,5.1,稳态
TEST-002,CGM-SIM-001,BATCH-202505,2026-05-11T09:00:00Z,1,10.0,10.2,152.8,37.0,5.2,稳态
TEST-003,CGM-SIM-001,BATCH-202505,2026-05-11T10:00:00Z,1,2.0,2.1,32.5,37.0,5.0,稳态
TEST-004,CGM-SIM-001,BATCH-202505,2026-05-11T11:00:00Z,1,13.9,14.1,210.5,37.0,5.3,稳态
Excel 手动记录表格:
| test_id | sensor_id | batch_id | timestamp | day_of_experiment | solution_bg | solution_actual_bg | raw_current | temperature | impedance | notes |
|---|---|---|---|---|---|---|---|---|---|---|
| TEST-001 | CGM-SIM-001 | BATCH-202505 | 2026-05-11T08:00:00Z | 1 | 5.6 | 5.5 | 85.3 | 37.0 | 5.1 | 稳态 |
| TEST-002 | CGM-SIM-001 | BATCH-202505 | 2026-05-11T09:00:00Z | 1 | 10.0 | 10.2 | 152.8 | 37.0 | 5.2 | 稳态 |
表头格式:
test_id,sensor_id,target_bg,test_temp,raw_current,steady_state,notes
数据示例:
test_id,sensor_id,target_bg,test_temp,raw_current,steady_state,notes
TEMP-001,CGM-SIM-001,5.6,20.0,62.1,TRUE,
TEMP-001,CGM-SIM-001,5.6,25.0,71.5,TRUE,
TEMP-001,CGM-SIM-001,5.6,30.0,78.3,TRUE,
TEMP-001,CGM-SIM-001,5.6,37.0,85.3,TRUE,
TEMP-001,CGM-SIM-001,5.6,40.0,88.7,TRUE,
TEMP-001,CGM-SIM-001,5.6,45.0,93.2,FALSE,未稳态
表头格式:
test_id,sensor_id,solution_bg,hour_of_test,raw_current,temperature,notes
数据示例:
test_id,sensor_id,solution_bg,hour_of_test,raw_current,temperature,notes
DRIFT-001,CGM-SIM-001,5.6,0,85.3,37.0,开始测试
DRIFT-001,CGM-SIM-001,5.6,24,83.1,37.0,
DRIFT-001,CGM-SIM-001,5.6,48,81.5,37.0,
DRIFT-001,CGM-SIM-001,5.6,72,79.8,37.0,
DRIFT-001,CGM-SIM-001,5.6,168,76.2,37.0,
DRIFT-001,CGM-SIM-001,5.6,336,72.5,37.0,测试结束
表头格式:
test_id,sensor_id,solution_bg,repeat_count,raw_current,cv_percent,notes
数据示例:
test_id,sensor_id,solution_bg,repeat_count,raw_current,cv_percent,notes
REPEAT-001,CGM-SIM-001,5.6,1,85.3,,
REPEAT-001,CGM-SIM-001,5.6,2,84.9,,
REPEAT-001,CGM-SIM-001,5.6,3,85.7,,
REPEAT-001,CGM-SIM-001,5.6,4,85.1,,
REPEAT-001,CGM-SIM-001,5.6,5,84.8,0.42,计算CV%
表头格式:
test_id,sensor_id,solution_bg,interferent_name,interferent_conc,raw_current,current_no_interferent,current_deviation,notes
数据示例:
test_id,sensor_id,solution_bg,interferent_name,interferent_conc,raw_current,current_no_interferent,current_deviation,notes
INTERF-001,CGM-SIM-001,5.6,尿酸,5.0,87.2,85.3,2.2,
INTERF-001,CGM-SIM-001,5.6,抗坏血酸,10.0,89.5,85.3,4.9,
INTERF-001,CGM-SIM-001,5.6,对乙酰氨基酚,15.0,86.1,85.3,0.9,
INTERF-001,CGM-SIM-001,5.6,水杨酸,20.0,85.8,85.3,0.6,
INTERF-001,CGM-SIM-001,5.6,甘露醇,30.0,85.5,85.3,0.2,
Excel 手动记录表格:
| test_id | sensor_id | solution_bg | interferent_name | interferent_conc | raw_current | current_no_interferent | current_deviation | notes |
|---|---|---|---|---|---|---|---|---|
| INTERF-001 | CGM-SIM-001 | 5.6 | 尿酸 | 5.0 | 87.2 | 85.3 | 2.2 | |
| INTERF-001 | CGM-SIM-001 | 5.6 | 抗坏血酸 | 10.0 | 89.5 | 85.3 | 4.9 | |
| INTERF-001 | CGM-SIM-001 | 5.6 | 对乙酰氨基酚 | 15.0 | 86.1 | 85.3 | 0.9 | |
| INTERF-001 | CGM-SIM-001 | 5.6 | 水杨酸 | 20.0 | 85.8 | 85.3 | 0.6 | |
| INTERF-001 | CGM-SIM-001 | 5.6 | 甘露醇 | 30.0 | 85.5 | 85.3 | 0.2 |
表头格式:
sensor_id,batch_id,factory_slope,factory_intercept,calibrated_slope,calibrated_intercept,calibration_r_squared,calibration_points,calibration_date,calibration_method
数据示例:
sensor_id,batch_id,factory_slope,factory_intercept,calibrated_slope,calibrated_intercept,calibration_r_squared,calibration_points,calibration_date,calibration_method
CGM-SIM-001,BATCH-202505,0.065,-0.5,0.068,-0.3,0.998,8,2026-05-11T08:00:00Z,linear
CGM-SIM-002,BATCH-202505,0.062,-0.4,0.064,-0.2,0.997,8,2026-05-11T09:00:00Z,segmented
Excel 手动记录表格:
| sensor_id | batch_id | factory_slope | factory_intercept | calibrated_slope | calibrated_intercept | calibration_r_squared | calibration_points | calibration_date | calibration_method |
|---|---|---|---|---|---|---|---|---|---|
| CGM-SIM-001 | BATCH-202505 | 0.065 | -0.5 | 0.068 | -0.3 | 0.998 | 8 | 2026-05-11 | linear |
| CGM-SIM-002 | BATCH-202505 | 0.062 | -0.4 | 0.064 | -0.2 | 0.997 | 8 | 2026-05-11 | segmented |