This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
Project-Vital
/
VitalApp
Sledovat
3
Oblíbit
1
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
962c57b7a5
Větve
Značky
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
Historie
Surový
1
2
3
4
5
6
7
8
9
10
enum TwelveEcgStatus {
/// 未采样
noSampling,
/// 采样不稳定
unstableSampling,
/// 采样已稳定
stableSampling,
}