This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
Project-Vital
/
VitalApp
Observar
3
Favorito
1
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
962c57b7a5
Branches
Tags
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
Histórico
Raw
1
2
3
4
5
6
7
8
9
10
enum TwelveEcgStatus {
/// 未采样
noSampling,
/// 采样不稳定
unstableSampling,
/// 采样已稳定
stableSampling,
}