FlowManager Documentation Beta

Enumeration Statistics

public enum Statistics

All current type of statistics supported.

%3 Statistics Statistics Hashable Hashable Statistics->Hashable String String Statistics->String

Conforms To

Hashable
String

Enumeration Cases

samples​Processed

case samplesProcessed

Number and overall time for all samples processed.

anomalies

case anomalies

Number and overall time for samples generating a warning event.

alarms

case alarms

Number and overall time for samples generating an alarm event.

light​Sleep

case lightSleep

Number and overall time for all samples indicating patient in a light sleep mode.

deep​Sleep

case deepSleep

Number and overall time for all samples indicating patient in a deep sleep mode.

awake

case awake

Number and overall time for all samples indicating patient in the awake mode.

alarm​Post​Anomaly

case alarmPostAnomaly

Number and overall time for all samples generating a backToOk event after an alarm condition.

no​Data

case noData

Number and overall time for all samples expected but not received.

missing​Data

case missingData

Number and overall time for all samples not processed because of missing BPM value.