public enum EnumCM_GynecologicalHistory extends java.lang.Enum<EnumCM_GynecologicalHistory>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_GynecologicalHistory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_GynecologicalHistory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_GynecologicalHistory GYNECOLOGICAL_HISTORY
public static final EnumCM_GynecologicalHistory ROLE_OF_PERSON_REPORTING
public static final EnumCM_GynecologicalHistory DATE_OF_LAST_MENSTRUAL_PERIOD
public static final EnumCM_GynecologicalHistory AGE_WHEN_FIRST_MENSTRUAL_PERIOD_OCCURRED
public static final EnumCM_GynecologicalHistory AGE_AT_FIRST_FULL_TERM_PREGNANCY
public static final EnumCM_GynecologicalHistory PARA
public static final EnumCM_GynecologicalHistory TERM
public static final EnumCM_GynecologicalHistory PRETERM
public static final EnumCM_GynecologicalHistory LIVE_BIRTHS
public static final EnumCM_GynecologicalHistory LBW_OR_IUGR
public static final EnumCM_GynecologicalHistory GRAVIDA
public static final EnumCM_GynecologicalHistory ABORTA
public static final EnumCM_GynecologicalHistory ECTOPIC_PREGNANCIES
public static final EnumCM_GynecologicalHistory AGE_AT_MENOPAUSE
public static final EnumCM_GynecologicalHistory AGE_WHEN_HYSTERECTOMY_PERFORMED
public static final EnumCM_GynecologicalHistory EXTENT
public static final EnumCM_GynecologicalHistory AGE_WHEN_LEFT_OVARY_REMOVED
public static final EnumCM_GynecologicalHistory AGE_WHEN_RIGHT_OVARY_REMOVED
public static final EnumCM_GynecologicalHistory BREAST_FEEDING_HISTORY
public static final EnumCM_GynecologicalHistory AVERAGE_BREAST_FEEDING_PERIOD
public static final EnumCM_GynecologicalHistory PREGNANCY_STATUS
public static final EnumCM_GynecologicalHistory MENSTRUAL_CYCLE_PHASE
public static final EnumCM_GynecologicalHistory PREGNANCY_OBSERVABLE
public static EnumCM_GynecologicalHistory[] values()
for (EnumCM_GynecologicalHistory c : EnumCM_GynecologicalHistory.values()) System.out.println(c);
public static EnumCM_GynecologicalHistory 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()