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