This website works better with JavaScript
홈
탐색
도움말
로그인
Project-Vital
/
VitalApp
Watch
3
Star
1
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
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
히스토리
Raw
1
2
3
4
5
6
7
8
9
10
enum TwelveEcgStatus {
/// 未采样
noSampling,
/// 采样不稳定
unstableSampling,
/// 采样已稳定
stableSampling,
}