-
Notifications
You must be signed in to change notification settings - Fork 0
/
PhysioMonitorE.json
160 lines (160 loc) · 3.77 KB
/
PhysioMonitorE.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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
{
"base-folder": "/home/RECORDINGS/",
"create-sub-folder": true,
"log-filename": "SurgicalLog.txt",
"measurements-output-period-min": 1,
"acquisition-modules": [
{
"module-name": "mcc",
"sampling-rate": 1000,
"module-args": {
"device": 0,
"channels": [
0,
1,
2,
3
],
"input_modes": [
"SINGLE_ENDED",
"SINGLE_ENDED",
"SINGLE_ENDED",
"SINGLE_ENDED"
],
"input_ranges": [
"BIP10VOLTS",
"BIP10VOLTS",
"BIP10VOLTS",
"BIP10VOLTS"
]
}
}
],
"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": 1800,
"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": 20,
"offset": -2.0,
"autoscale": false,
"ymin": 0,
"ymax": 20,
"persistence": 1,
"trigger-mode": "AUTO",
"trigger-level": 7,
"auto-trigger-level": false,
"trend-window-size": 1800,
"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": 1800,
"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"
},
{
"acquisition-module-index": 0,
"channel-index": 3,
"window-size": 10,
"line-color": "#CC0000",
"line-width": 2,
"label": "Temperature",
"units": "°C",
"scale": 1.0,
"offset": 0.0,
"autoscale": false,
"ymin": 35,
"ymax": 40,
"persistence": 1,
"trigger-mode": "AUTO",
"trigger-level": 0.0,
"auto-trigger-level": false,
"trend-window-size": 1800,
"trend-period": 30,
"trend-function": "average",
"trend-function-args": {},
"trend-units": "°C",
"trend-autoscale": false,
"trend-ymin": 35,
"trend-ymax": 40,
"alarm-enabled": true,
"alarm-low": 36.5,
"alarm-high": 37.5,
"alarm-sound-file": "media/beep4.wav"
}
],
"syringe-pump": {}
}