Interpretations3 class

Constructors

Interpretations3()
Interpretations3.withData(List<int> bpm, int gAge)

Properties

accelerationsList List<MarkerIndices>?
getter/setter pair
basalHeartRate int
getter/setter pair
baselineBpmList List<int>?
getter/setter pair
baselineEpoch List<int?>
getter/setter pair
baselineEpochBpm List<int?>
getter/setter pair
beatsInMilliseconds List<int?>
getter/setter pair
beatsInMillisecondsSmooth List<int?>
getter/setter pair
bpmCorrectedIndices List<int>
getter/setter pair
bpmList List<int>?
getter/setter pair
bpmListSmooth List<int>?
getter/setter pair
cleanBaselineEpoch List<int?>
getter/setter pair
cleanBaselineEpochBpm List<int?>
getter/setter pair
cleanMillisecondsEpoch List<int?>?
getter/setter pair
cleanMillisecondsEpochBpm List<int?>
getter/setter pair
correctionCount int?
getter/setter pair
decelerationsList List<MarkerIndices>?
getter/setter pair
gestAge int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isSkipped bool
getter/setter pair
longTermVariation int
getter/setter pair
millisecondsEpoch List<int?>
getter/setter pair
millisecondsEpochBpm List<int?>
getter/setter pair
millisecondsEpochBpmSmooth List<int>?
getter/setter pair
millisecondsEpochSmooth List<int?>
getter/setter pair
nAccelerations int?
getter/setter pair
nDecelerations int?
getter/setter pair
noiseList List<MarkerIndices>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shortTermVariationBpm double
getter/setter pair
shortTermVariationMilli int
getter/setter pair

Methods

calculateAccelerations() int
An acceleration is defined as an increase in FHR above the baseline that lasts for longer than 15 seconds and has a maximum excursion above the baseline of greater than 10 beats/min
calculateAvgHeartRate(List<int?> list) int
calculateBasalHeartRate(List<int?> list) int
calculateBaseLine(List<int?> millisecondsEpoch) List<int?>
calculateDecelerations() int
A deceleration is defined as a decrease in FHR below the baseline that lasts for lasts for longer than 30 seconds and has a maximum excursion below the baseline of greater than 20 beats/min or lasts for longer than 60 seconds and has a maximum excursion below the baseline of greater than 10 beats/min
calculateEpisodesOfLowAndHighVariation() → void
calculateEpochBpm() List<int?>
calculateLowVariationAvg(List<int?> list, int avgHR) int
calculateShortTermVariability() → void
cleanBpmList() → void
convertBaselineArrayToBpmEpoch(List<int?> baselineArray) List<int?>
convertBaselineArrayToBpmList(List<int?> baselineArray) List<int>
convertBpmToMilli(List<int> list) List<int?>
convertMilliToEpoch(List<int?> millisecondBeats) List<int?>
getAccelerationsList() List<MarkerIndices>?
getBasalHeartRate() int
getBasalHeartRateStr() String
getBaselineBpmList() List<int>?
getBaselineWindowAverage(List<int> list, int index, int window) int
getBaselineWindowSmoothAverage(List<int?> list, int index, int window) int?
getDecelerationsList() List<MarkerIndices>?
getLongTermVariation() int
getLongTermVariationStr() String
getnAccelerations() int?
getnAccelerationsStr() String
getnDecelerations() int?
getnDecelerationsStr() String
getNextNonZeroBpm(int index, List<int>? list) int
getNextValidBpm(int index, List<int> list) int
getNoiseAreaList() List<MarkerIndices>?
getNoiseAreas(List<int> list) List<int>
getShortTermVariationBpm() double
getShortTermVariationBpmStr() String
getShortTermVariationMilli() int
getShortTermVariationMilliStr() String
getWindowAvreage(List<int> list, int index, int window) int
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeDecelerationMinutes() → void
removeNoiseMinutes() → void
removeTrailingZeros(List<int> list) → void
smoothBpm() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

FACTOR int
final
highFHREpisodePercentiles List
final
NO_OF_SAMPLES_PER_MINUTE int
final
SIXTY_THOUSAND_MS int
final