public enum EnumCM_NM_PETProcedures extends java.lang.Enum<EnumCM_NM_PETProcedures>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_NM_PETProcedures |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_NM_PETProcedures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_NM_PETProcedures NUCLEAR_MEDICINE_CARDIOVASCULAR_STUDY
public static final EnumCM_NM_PETProcedures PET_HEART_STUDY
public static final EnumCM_NM_PETProcedures RADIOISOTOPE_STUDY_OF_ENDOCRINE_SYSTEM
public static final EnumCM_NM_PETProcedures RADIOISOTOPE_STUDY_OF_HEMATOPOIETIC_SYSTEM
public static final EnumCM_NM_PETProcedures RADIOISOTOPE_STUDY_OF_GASTROINTESTINAL_SYSTEM
public static final EnumCM_NM_PETProcedures RADIONUCLIDE_STUDY_FOR_LOCALIZATION_OF_INFLAMMATORY_DISEASE
public static final EnumCM_NM_PETProcedures NUCLEAR_MEDICINE_DIAGNOSTIC_PROCEDURE_ON_MUSCULOSKELETAL_SYSTEM
public static final EnumCM_NM_PETProcedures NUCLEAR_MEDICINE_DIAGNOSTIC_PROCEDURE_ON_NERVOUS_SYSTEM
public static final EnumCM_NM_PETProcedures RADIONUCLIDE_LOCALIZATION_OF_TUMOR
public static final EnumCM_NM_PETProcedures RADIOISOTOPE_STUDY_OF_RESPIRATORY_SYSTEM
public static final EnumCM_NM_PETProcedures RADIOISOTOPE_STUDY_OF_GENITOURINARY_SYSTEM
public static final EnumCM_NM_PETProcedures PET_BRAIN_STUDY
public static final EnumCM_NM_PETProcedures PET_BREAST_STUDY
public static final EnumCM_NM_PETProcedures PET_STUDY_FOR_LOCALIZATION_OF_TUMOR
public static EnumCM_NM_PETProcedures[] values()
for (EnumCM_NM_PETProcedures c : EnumCM_NM_PETProcedures.values()) System.out.println(c);
public static EnumCM_NM_PETProcedures 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()