This website works better with JavaScript
首頁
探索
說明
登入
Project-Vital
/
VitalApp
關注
3
讚好
1
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
962c57b7a5
分支列表
標籤列表
baka_patient_layout_1025
develop
master
physical_exam_system_0228
pure_software_20240430
web_support
需要合并
需求变更
多蓝牙设备同时连接
VitalApp
/
lib
/
pages
/
medical
/
models
/
twelve_ecg.dart
twelve_ecg.dart
139 B
文件歷史
原始文件
1
2
3
4
5
6
7
8
9
10
enum TwelveEcgStatus {
/// 未采样
noSampling,
/// 采样不稳定
unstableSampling,
/// 采样已稳定
stableSampling,
}