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