public enum EnumCV_OBGYNFetusSummary extends java.lang.Enum<EnumCV_OBGYNFetusSummary>
| Enum Constant and Description |
|---|
COMPOSITE_ULTRASOUND_AGE_11888_5 |
EFW_PERCENTILE_RANK_11767_1 |
ESTIMATED_WEIGHT_11727_5 |
FETAL_HEART_RATE_11948_7 |
GESTATIONAL_AGE_18185_9 |
GESTATIONAL_AGE_BY_LMP_11885_1 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_OBGYNFetusSummary |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_OBGYNFetusSummary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_OBGYNFetusSummary GESTATIONAL_AGE_18185_9
public static final EnumCV_OBGYNFetusSummary COMPOSITE_ULTRASOUND_AGE_11888_5
public static final EnumCV_OBGYNFetusSummary GESTATIONAL_AGE_BY_LMP_11885_1
public static final EnumCV_OBGYNFetusSummary ESTIMATED_WEIGHT_11727_5
public static final EnumCV_OBGYNFetusSummary EFW_PERCENTILE_RANK_11767_1
public static final EnumCV_OBGYNFetusSummary FETAL_HEART_RATE_11948_7
public static EnumCV_OBGYNFetusSummary[] values()
for (EnumCV_OBGYNFetusSummary c : EnumCV_OBGYNFetusSummary.values()) System.out.println(c);
public static EnumCV_OBGYNFetusSummary 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()