public enum EnumCM_OrificeFlowProperties extends java.lang.Enum<EnumCM_OrificeFlowProperties>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_OrificeFlowProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_OrificeFlowProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_OrificeFlowProperties VOLUME_FLOW
public static final EnumCM_OrificeFlowProperties PEAK_INSTANTANEOUS_FLOW_RATE
public static final EnumCM_OrificeFlowProperties CARDIOVASCULAR_ORIFICE_AREA
public static final EnumCM_OrificeFlowProperties CARDIOVASCULAR_ORIFICE_DIAMETER
public static final EnumCM_OrificeFlowProperties REGURGITANT_FRACTION
public static final EnumCM_OrificeFlowProperties END_DIASTOLIC_VELOCITY
public static final EnumCM_OrificeFlowProperties PEAK_SYSTOLIC_VELOCITY
public static final EnumCM_OrificeFlowProperties TIME_AVERAGED_MEAN_VELOCITY
public static final EnumCM_OrificeFlowProperties TIME_AVERAGED_PEAK_VELOCITY
public static final EnumCM_OrificeFlowProperties PEAK_GRADIENT
public static final EnumCM_OrificeFlowProperties MEAN_GRADIENT
public static final EnumCM_OrificeFlowProperties VELOCITY_TIME_INTEGRAL
public static final EnumCM_OrificeFlowProperties PRESSURE_HALF_TIME
public static final EnumCM_OrificeFlowProperties ACCELERATION_TIME
public static final EnumCM_OrificeFlowProperties DECELERATION_TIME
public static final EnumCM_OrificeFlowProperties DECELERATION_SLOPE
public static final EnumCM_OrificeFlowProperties SYSTOLIC_TO_DIASTOLIC_VELOCITY_RATIO
public static final EnumCM_OrificeFlowProperties FLOW_RADIUS
public static final EnumCM_OrificeFlowProperties ALIAS_VELOCITY
public static final EnumCM_OrificeFlowProperties ACCELERATION_SLOPE
public static final EnumCM_OrificeFlowProperties D_E_SLOPE
public static final EnumCM_OrificeFlowProperties E_F_SLOPE
public static final EnumCM_OrificeFlowProperties A_C_INTERVAL
public static final EnumCM_OrificeFlowProperties PEAK_E_WAVE_PEAK_A_WAVE_BY_US
public static final EnumCM_OrificeFlowProperties STENOSIS_PEAK_GRADIENT
public static final EnumCM_OrificeFlowProperties STENOSIS_PEAK_VELOCITY
public static final EnumCM_OrificeFlowProperties PEAK_REVERSAL_VELOCITY_DURING_ATRIAL_CONTRACTION
public static final EnumCM_OrificeFlowProperties E_WAVE_PEAK_VELOCITY
public static final EnumCM_OrificeFlowProperties A_WAVE_PEAK_VELOCITY
public static final EnumCM_OrificeFlowProperties E_VELOCITY_TO_ANNULUS_E_VELOCITY_RATIO
public static final EnumCM_OrificeFlowProperties VELOCITY_OF_FLOW_PROPAGATION
public static EnumCM_OrificeFlowProperties[] values()
for (EnumCM_OrificeFlowProperties c : EnumCM_OrificeFlowProperties.values()) System.out.println(c);
public static EnumCM_OrificeFlowProperties valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()