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