Enum Class DeviceSetting.Kind

java.lang.Object
java.lang.Enum<DeviceSetting.Kind>
com.medm.devicekit.DeviceSetting.Kind
All Implemented Interfaces:
Serializable, Comparable<DeviceSetting.Kind>, Constable
Enclosing class:
DeviceSetting

public static enum DeviceSetting.Kind extends Enum<DeviceSetting.Kind>
  • Enum Constant Details

    • StreamOrSpot

      public static final DeviceSetting.Kind StreamOrSpot
      Receive stream data or spot values. Possible values: Stream, Spot
    • HistoryOrRealtime

      public static final DeviceSetting.Kind HistoryOrRealtime
      Receive history data or realtime data. Possible values: History, Realtime
    • MeasurementLength

      public static final DeviceSetting.Kind MeasurementLength
      Measurement length. Only present for Contec PM10 ECG. Possible values: 10 seconds, 15 seconds, 30 seconds
    • UserNumber

      public static final DeviceSetting.Kind UserNumber
      User number on the device. Possible values: All users(Optional), User profile (1-8)
    • EraseDataOnAdding

      public static final DeviceSetting.Kind EraseDataOnAdding
      Erase all data from the device on adding or not. Possible values: Yes, No
    • HeartRateMonitoring

      public static final DeviceSetting.Kind HeartRateMonitoring
      Turn HR monitoring on or off. Possible values: Yes, No
    • SpirometryTurbineType

      public static final DeviceSetting.Kind SpirometryTurbineType
      Spirometry turbine type. Possible values: Reusable, Disposable
    • SpirometryTestType

      public static final DeviceSetting.Kind SpirometryTestType
      Spirometry test type. Possible values: FVC, VC, MVV
    • KeepHistory

      public static final DeviceSetting.Kind KeepHistory
      Keep history on the device or delete it after receiving. Possible values: Yes, No
    • DeviceManufacturer

      public static final DeviceSetting.Kind DeviceManufacturer
      Device manufacturer. Only present for H3 System BA-400. Possible values: JnJ, BAYER, ABBOTT, NIPRO, ROSHE
    • IsUserAthlete

      public static final DeviceSetting.Kind IsUserAthlete
      Is user an athlete. Affects body composition calculation. Possible values: Yes, No
    • EncryptionKey

      public static final DeviceSetting.Kind EncryptionKey
      Encryption key for the device, should be a hex string without spaces. Only present for Roche CoaguCheck
  • Method Details

    • values

      public static DeviceSetting.Kind[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static DeviceSetting.Kind valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null