7 lines
138 B
Python
7 lines
138 B
Python
# apnea event type to number mapping
|
|
E2N = {
|
|
"Hypopnea": 1,
|
|
"Central apnea": 2,
|
|
"Obstructive apnea": 3,
|
|
"Mixed apnea": 4
|
|
} |