idi.diplom.linda.logic
Class Thresholds

java.lang.Object
  extended by idi.diplom.linda.logic.Thresholds

public class Thresholds
extends java.lang.Object


Field Summary
static int BR_ALARM_HIGH
           
static int BR_ALARM_LOW
           
static int BR_WARN_HIGH
           
static int BR_WARN_LOW
           
static int HR_ALARM_HIGH
           
static int HR_ALARM_LOW
           
static int HR_WARN_HIGH
           
static int HR_WARN_LOW
           
static int NO_CONNECTION_LIFESHIRT
           
static int SPO2_ALARM_HIGH
           
static int SPO2_ALARM_LOW
           
static int SPO2_WARN_HIGH
           
static int SPO2_WARN_LOW
           
 
Constructor Summary
Thresholds()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HR_WARN_LOW

public static final int HR_WARN_LOW
See Also:
Constant Field Values

HR_WARN_HIGH

public static final int HR_WARN_HIGH
See Also:
Constant Field Values

HR_ALARM_LOW

public static final int HR_ALARM_LOW
See Also:
Constant Field Values

HR_ALARM_HIGH

public static final int HR_ALARM_HIGH
See Also:
Constant Field Values

BR_WARN_LOW

public static final int BR_WARN_LOW
See Also:
Constant Field Values

BR_WARN_HIGH

public static final int BR_WARN_HIGH
See Also:
Constant Field Values

BR_ALARM_LOW

public static final int BR_ALARM_LOW
See Also:
Constant Field Values

BR_ALARM_HIGH

public static final int BR_ALARM_HIGH
See Also:
Constant Field Values

SPO2_WARN_LOW

public static final int SPO2_WARN_LOW
See Also:
Constant Field Values

SPO2_WARN_HIGH

public static final int SPO2_WARN_HIGH
See Also:
Constant Field Values

SPO2_ALARM_LOW

public static final int SPO2_ALARM_LOW
See Also:
Constant Field Values

SPO2_ALARM_HIGH

public static final int SPO2_ALARM_HIGH
See Also:
Constant Field Values

NO_CONNECTION_LIFESHIRT

public static final int NO_CONNECTION_LIFESHIRT
See Also:
Constant Field Values
Constructor Detail

Thresholds

public Thresholds()