public enum EnumCV_CardiovascularFamilyHistory extends java.lang.Enum<EnumCV_CardiovascularFamilyHistory>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_CardiovascularFamilyHistory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CardiovascularFamilyHistory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CardiovascularFamilyHistory FAMILY_HISTORY_OF_CARDIOVASCULAR_DISEASE_G_032F
public static final EnumCV_CardiovascularFamilyHistory FAMILY_HISTORY_OF_DIABETES_MELLITUS_G_0157
public static final EnumCV_CardiovascularFamilyHistory FAMILY_HISTORY_OF_MYOCARDIAL_INFARCTION_G_011E
public static final EnumCV_CardiovascularFamilyHistory FAMILY_HISTORY_OF_CORONARY_ARTERIOSCLEROSIS_G_04E3
public static final EnumCV_CardiovascularFamilyHistory NO_FAMILY_HISTORY_OF_DIABETES_R_2087E
public static final EnumCV_CardiovascularFamilyHistory NO_FAMILY_HISTORY_OF_CARDIOVASCULAR_DISEASE_R_20773
public static final EnumCV_CardiovascularFamilyHistory FAMILY_HISTORY_UNKNOWN_F_03F6E
public static EnumCV_CardiovascularFamilyHistory[] values()
for (EnumCV_CardiovascularFamilyHistory c : EnumCV_CardiovascularFamilyHistory.values()) System.out.println(c);
public static EnumCV_CardiovascularFamilyHistory 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()