public enum EnumCV_FetalBiometryMeasurements extends java.lang.Enum<EnumCV_FetalBiometryMeasurements>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_FetalBiometryMeasurements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_FetalBiometryMeasurements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_FetalBiometryMeasurements ABDOMINAL_CIRCUMFERENCE_11979_2
public static final EnumCV_FetalBiometryMeasurements ANTERIOR_POSTERIOR_ABDOMINAL_DIAMETER_11818_2
public static final EnumCV_FetalBiometryMeasurements ANTERIOR_POSTERIOR_TRUNK_DIAMETER_11819_0
public static final EnumCV_FetalBiometryMeasurements BIPARIETAL_DIAMETER_11820_8
public static final EnumCV_FetalBiometryMeasurements BPD_AREA_CORRECTED_11824_0
public static final EnumCV_FetalBiometryMeasurements CISTERNA_MAGNA_11860_4
public static final EnumCV_FetalBiometryMeasurements FEMUR_LENGTH_11963_6
public static final EnumCV_FetalBiometryMeasurements FOOT_LENGTH_11965_1
public static final EnumCV_FetalBiometryMeasurements HEAD_CIRCUMFERENCE_11984_2
public static final EnumCV_FetalBiometryMeasurements OCCIPITAL_FRONTAL_DIAMETER_11851_3
public static final EnumCV_FetalBiometryMeasurements THORACIC_CIRCUMFERENCE_11988_3
public static final EnumCV_FetalBiometryMeasurements THORACIC_AREA_33068_8
public static final EnumCV_FetalBiometryMeasurements TRANVERSE_ABDOMINAL_DIAMETER_11862_0
public static final EnumCV_FetalBiometryMeasurements TRANS_CEREBELLAR_DIAMETER_11863_8
public static final EnumCV_FetalBiometryMeasurements TRANSVERSE_THORACIC_DIAMETER_11864_6
public static final EnumCV_FetalBiometryMeasurements LEFT_KIDNEY_THICKNESS_11853_9
public static final EnumCV_FetalBiometryMeasurements LEFT_KIDNEY_LENGTH_11834_9
public static final EnumCV_FetalBiometryMeasurements LEFT_KIDNEY_WIDTH_11825_7
public static final EnumCV_FetalBiometryMeasurements RIGHT_KIDNEY_THICKNESS_11855_4
public static final EnumCV_FetalBiometryMeasurements RIGHT_KIDNEY_LENGTH_11836_4
public static final EnumCV_FetalBiometryMeasurements RIGHT_KIDNEY_WIDTH_11827_3
public static final EnumCV_FetalBiometryMeasurements APAD_TAD_33191_8
public static EnumCV_FetalBiometryMeasurements[] values()
for (EnumCV_FetalBiometryMeasurements c : EnumCV_FetalBiometryMeasurements.values()) System.out.println(c);
public static EnumCV_FetalBiometryMeasurements 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()