Enum Class ImagingState

java.lang.Object
java.lang.Enum<ImagingState>
me.clarius.sdk.ImagingState
All Implemented Interfaces:
Serializable, Comparable<ImagingState>, Constable

public enum ImagingState extends Enum<ImagingState>
Imaging state.
  • Enum Constant Details

    • ImagingNotReady

      public static final ImagingState ImagingNotReady
      Imaging is not ready, probe and application need to be loaded.
    • ImagingReady

      public static final ImagingState ImagingReady
      Imaging is ready.
    • CertExpired

      public static final ImagingState CertExpired
      Cannot image due to expired certificate.
    • PoorWifi

      public static final ImagingState PoorWifi
      Stopped imaging due to poor Wi-Fi.
    • NoContact

      public static final ImagingState NoContact
      Stopped imaging due to no patient contact detected.
    • ChargingChanged

      public static final ImagingState ChargingChanged
      Probe started running or stopped due to change in charging status.
    • LowBandwidth

      public static final ImagingState LowBandwidth
      Low bandwidth was detected, imaging parameters were adjusted.
    • MotionSensor

      public static final ImagingState MotionSensor
      Probe started running or stopped due to change in motion sensor.
    • NoTee

      public static final ImagingState NoTee
      Cannot image due to tee being disconnected.
    • TeeExpired

      public static final ImagingState TeeExpired
      Cannot image due to tee being expired.
  • Method Details

    • values

      public static ImagingState[] 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 ImagingState 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