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