You are on page 1of 3

1 Log Files

1.1 Filenames

Example: 14-03-12-175240_14-03-12-175340_name1surname1_avg_temperatures

From date(yy-mm-dd_hhmmss)_to date(yy-mm-dd_hhmmss)_namesurname_parameters

1.2 Heart Rate

Eg. filename: 14-03-13-145229_14-03-13-145429_name1surname1_avg_ecg4_heart_rates

o ecg4_heart_rates_avg: mean heart rate in the time interval


o dateunix: timestamp in UNIX time
o dateGMT: timestamp in GMT time

ecg4_heart_rates_avg , dateunix, dateGMT


106.083 , 1490100225000 , 21 Mar 2017 12:43:45 GMT
114.747 , 1490100300000 , 21 Mar 2017 12:45:00 GMT
112.707 , 1490100375000 , 21 Mar 2017 12:46:15 GMT
115.080 , 1490100450000 , 21 Mar 2017 12:47:30 GMT

1.3 Oxygen Saturation

Eg. filename: 14-03-13-145229_14-03-13-145429_name1surname1_avg_oximeter_oxigen_saturations

o oximeter_oxigen_saturations_avg: mean oxygen saturation in the time interval


o dateunix: timestamp in UNIX time
o dateGMT: timestamp in GMT time

oximeter_oxigen_saturations_avg , dateunix, dateGMT


96.000 , 1490100375000 , 21 Mar 2017 12:46:15 GMT
96.573 , 1490100450000 , 21 Mar 2017 12:47:30 GMT
96.000 , 1490100525000 , 21 Mar 2017 12:48:45 GMT
96.173 , 1490100600000 , 21 Mar 2017 12:50:00 GMT

1.4 Position

Eg. filename: 14-03-13-145229_14-03-13-145429_name1surname1_avg_posture

o P_0: number of invalid position samples in the time interval


o P_1: number of “standing positions” in the time interval
o P_3: number of “left side positions” in the time interval
o P_4: number of “right side positions” in the time interval
o P_5: number of “supine positions” in the time interval
o P_6: number of “prone positions” in the time interval
o P_7: number of “motion detections” in the time interval
o P_8: number of “running positions” in the time interval
o dateunix: timestamp in UNIX time
o dateGMT: timestamp in GMT time
P_0 , P_1 , P_2 , P_3 , P_4 , P_5 , P_6 , P_7 , P_8 , dateunix, dateGMT
0 , 0 , 0 , 2 , 0 , 72 , 0 , 0 , 0 , 1490100300000 , 21 Mar 2017 12:45:00
0 , 0 , 0 , 0 , 63 , 8 , 0 , 3 , 0 , 1490100375000 , 21 Mar 2017 12:46:15
0 , 0 , 0 , 0 , 67 , 7 , 0 , 0 , 0 , 1490100450000 , 21 Mar 2017 12:47:30
0 , 0 , 0 , 9 , 61 , 0 , 4 , 0 , 0 , 1490100525000 , 21 Mar 2017 12:48:45

1.5 Temperature

Eg. filename: 14-03-13-145229_14-03-13-145429_name1surname1_ avg_temperatures:

o temperatures_avg: mean temperature in the time interval (values can be between 25.0 and 45.0; for
different values “<25” and “>45” are printed).
o dateunix: timestamp in UNIX time
o dateGMT: timestamp in GMT time

temperatures_avg , dateunix, dateGMT


35.227 , 1490100300000 , 21 Mar 2017 12:45:00 GMT
35.567 , 1490100375000 , 21 Mar 2017 12:46:15 GMT
35.693 , 1490100450000 , 21 Mar 2017 12:47:30 GMT
35.727 , 1490100525000 , 21 Mar 2017 12:48:45 GMT

1.6 NIBP

Eg. Filename: 14-03-13-145229_14-03-13-145429_name1surname1_nibp:

o Sistolica: systolic blood pressure


o Diastolica: diastolic blood pressure
o Media: mean blood pressure
o dateunix: timestamp in UNIX time
o dateGMT: timestamp in GMT time
Warning: these are not average values!

Sistolica , Diastolica, Media, dateunix, dateGMT


136 , 71 , 99 , 1490100512608 , 21 Mar 2017 12:48:32 GMT
161 , 108 , 130 , 1490118538479 , 21 Mar 2017 17:48:58 GMT
165 , 108 , 121 , 1490120219479 , 21 Mar 2017 18:16:59 GMT
190 , 120 , 136 , 1490122445479 , 21 Mar 2017 18:54:05 GMT

1.7 Respiration Rate

Eg. Filename: 14-03-13-145229_14-03-13-145429_name1surname1_ avg_resps:

o Resps_avg: mean respiration rate in the time interval


o dateunix: timestamp in UNIX time
o dateGMT: timestamp in GMT time

resps_avg , dateunix, dateGMT


14.000 , 1490100300000 , 21 Mar 2017 12:45:00 GMT
37.533 , 1490100375000 , 21 Mar 2017 12:46:15 GMT
36.640 , 1490100450000 , 21 Mar 2017 12:47:30 GMT
33.853 , 1490100525000 , 21 Mar 2017 12:48:45 GMT

You might also like