public enum EnumCM_OBGYNMaternalRiskFactors extends java.lang.Enum<EnumCM_OBGYNMaternalRiskFactors>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_OBGYNMaternalRiskFactors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_OBGYNMaternalRiskFactors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_OBGYNMaternalRiskFactors HISTORY_OF__DIABETES_MELLITUS
public static final EnumCM_OBGYNMaternalRiskFactors HISTORY_OF__HYPERTENSION
public static final EnumCM_OBGYNMaternalRiskFactors HISTORY_OF__OBESITY
public static final EnumCM_OBGYNMaternalRiskFactors HISTORY_OF__REGULAR_MEDICATION
public static final EnumCM_OBGYNMaternalRiskFactors HISTORY_OF_SUBSTANCE_ABUSE
public static final EnumCM_OBGYNMaternalRiskFactors HISTORY_OF__CARDIOVASCULAR_DISEASE
public static final EnumCM_OBGYNMaternalRiskFactors UTERINE_MALFORMATIONS
public static final EnumCM_OBGYNMaternalRiskFactors HISTORY_OF__ECTOPIC_PREGNANCY
public static final EnumCM_OBGYNMaternalRiskFactors SPONTANEOUS_ABORTION
public static final EnumCM_OBGYNMaternalRiskFactors GYNECOLOGIC_CONDITION
public static final EnumCM_OBGYNMaternalRiskFactors GYNECOLOGIC_SURGERY
public static final EnumCM_OBGYNMaternalRiskFactors HISTORY_OF__ECLAMPSIA
public static final EnumCM_OBGYNMaternalRiskFactors HISTORY_OF__SEVERE_PRE_ECLAMPSIA
public static final EnumCM_OBGYNMaternalRiskFactors PREVIOUS_LBW_OR_IUGR_BIRTH
public static final EnumCM_OBGYNMaternalRiskFactors PREVIOUS_FETAL_MALFORMATION_SYNDROME
public static final EnumCM_OBGYNMaternalRiskFactors HISTORY_OF__PREMATURE_DELIVERY
public static final EnumCM_OBGYNMaternalRiskFactors PREVIOUS_RH_NEGATIVE_OR_BLOOD_DYSCRASIA_AT_BIRTH
public static final EnumCM_OBGYNMaternalRiskFactors HISTORY_OF_INFERTILITY
public static final EnumCM_OBGYNMaternalRiskFactors HISTORY_OF_MULTIPLE_FETUSES
public static final EnumCM_OBGYNMaternalRiskFactors MULTIPLE_PREGNANCY
public static final EnumCM_OBGYNMaternalRiskFactors CURRENT_PREGNANCY_KNOWN_OR_SUSPECTED_MALFORMATIONS_SYNDROMES
public static final EnumCM_OBGYNMaternalRiskFactors FAMILY_HISTORY_FETAL_MALFORMATION_SYNDROME
public static EnumCM_OBGYNMaternalRiskFactors[] values()
for (EnumCM_OBGYNMaternalRiskFactors c : EnumCM_OBGYNMaternalRiskFactors.values()) System.out.println(c);
public static EnumCM_OBGYNMaternalRiskFactors 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()