-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPhysioMonitor_test_local.json
115 lines (115 loc) · 2.73 KB
/
PhysioMonitor_test_local.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"base-folder": "/home/RECORDINGS/",
"create-sub-folder": true,
"log-filename": "SurgicalLog.txt",
"measurements-output-period-min": 1,
"acquisition-modules": [
{
"module-name": "demo",
"sampling-rate": 1000,
"module-args": {
"filename": "media/demostreamer_data.txt"
}
}
],
"channels": [
{
"acquisition-module-index": 0,
"channel-index": 0,
"window-size": 1,
"line-color": "#007F00",
"line-width": 2,
"label": "EKG",
"units": "V",
"scale": 1.0,
"offset": 0.0,
"autoscale": true,
"ymin": 0,
"ymax": 1,
"persistence": 3,
"trigger-mode": "RISING",
"trigger-level": 1.0,
"auto-trigger-level": true,
"trend-window-size": 60,
"trend-period": 20,
"trend-function": "HR",
"trend-function-args": {},
"trend-units": "bpm",
"trend-autoscale": false,
"trend-ymin": 300,
"trend-ymax": 700,
"alarm-enabled": true,
"alarm-low": 350,
"alarm-high": 600,
"alarm-sound-file": "media/beep1.wav"
},
{
"acquisition-module-index": 0,
"channel-index": 1,
"window-size": 10,
"line-color": "b",
"line-width": 2,
"label": "Lung Pressure",
"units": "cmH2O",
"scale": 1,
"offset": 0,
"autoscale": false,
"ymin": 0,
"ymax": 20,
"persistence": 1,
"trigger-mode": "AUTO",
"trigger-level": 7,
"auto-trigger-level": false,
"trend-window-size": 60,
"trend-period": 10,
"trend-function": "avgPeak",
"trend-function-args": {
"peakSize": 5.0
},
"trend-units": "cmH20",
"trend-autoscale": false,
"trend-ymin": 0.0,
"trend-ymax": 20.0,
"alarm-enabled": false,
"alarm-low": 3,
"alarm-high": 5,
"alarm-sound-file": "media/beep3.wav"
},
{
"acquisition-module-index": 0,
"channel-index": 2,
"window-size": 10,
"line-color": "#CC0000",
"line-width": 2,
"label": "PCO2",
"units": "%",
"scale": 1.0,
"offset": 0.0,
"autoscale": false,
"ymin": 0,
"ymax": 5,
"persistence": 1,
"trigger-mode": "AUTO",
"trigger-level": 0.0,
"auto-trigger-level": false,
"trend-window-size": 60,
"trend-period": 1,
"trend-function": "lastPeak",
"trend-function-args": {
"peakSize": 1.0
},
"trend-units": "%",
"trend-autoscale": false,
"trend-ymin": 0,
"trend-ymax": 5,
"alarm-enabled": true,
"alarm-low": 3.5,
"alarm-high": 4.5,
"alarm-sound-file": "media/beep3.wav"
}
],
"syringe-pump": {
"serial-ports": [ ],
"pumps": [ ]
}
}