| FHR_EPOCHS (double array) | epochs of the fetal heart rate (averages over 3.75 seconds) |
| FHR_BASELINE (double array) | baseline of the fetal heart rate |
| SIGNAL_LOST (double) | signal lost in percent |
| NUM_VALID_EPOCHS (long) | number of valid epochs |
| BASAL_FHR (double) | basal heart rate of the fetus |
| ACCEL_10 (long) | number of accelerations > 10bpm and <= 15bpm |
| POS_ACCEL_10 (long array) | positions of the accelerations between 10 and 15bpm |
| ACCEL_15 (long) | number of accelerations > 15bpm |
| POS_ACCEL_15 (long array) | positions of the accelerations > 15bpm |
| LOST_BEATS_20 (long) | decelerations < 20 lost beats |
| POS_LOST_BEATS_20 (long array) | positions of the decelerations < 20 |
| LOST_BEATS_21_100 (long) | decelerations between 20 and 100 lost beats |
| POS_LOST_BEATS_21_100 (long array) | postions of the decelerations between 20 and 100 |
| LOST_BEATS_101 (long) | decelerations above 100 lost beats |
| POS_LOST_BEATS_101 (long array) | postions of the decelerations above 100 |
| MINUTE_RANGE (double array) | minute range for each minute in bpm |
| MINUTE_RANGE_MS (double array) | miniute range for each minute in msec |
| HIGH_VARIATIONS (long) | number of minutes with high variations |
| MIN_HIGH_VARIATIONS (long array) | the minutes with the high variations |
| LOW_VARIATIONS (long) | number of minutes with low variations |
| MIN_LOW_VARIATIONS (long array) | the minutes with low variations |
| LONG_TERM_VARIATIONS_MS (double) | long term variations for all minutes in msec |
| LONG_TERM_VARIATIONS_BPM (double) | long term variations for all minutes in bpm |
| LONG_TERM_VARIATIONS_HIGH_MS (double) | long term variations for minutes with high variations in msec |
| LONG_TERM_VARIATIONS_HIGH_BPM (double) | long term variations for minutes with high variations in bpm |
| SHORT_TERM_VARIATIONS (double) | short term variations |