public enum EnumCM_ImageLibraryEntryDescriptorsforPET extends java.lang.Enum<EnumCM_ImageLibraryEntryDescriptorsforPET>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ImageLibraryEntryDescriptorsforPET |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ImageLibraryEntryDescriptorsforPET[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ImageLibraryEntryDescriptorsforPET RADIONUCLIDE
public static final EnumCM_ImageLibraryEntryDescriptorsforPET RADIOPHARMACEUTICAL_AGENT
public static final EnumCM_ImageLibraryEntryDescriptorsforPET HALF_LIFE_OFRADIOPHARMACEUTICAL
public static final EnumCM_ImageLibraryEntryDescriptorsforPET RADIO_PHARMACEUTICAL_START_DATE_TIME
public static final EnumCM_ImageLibraryEntryDescriptorsforPET RADIOPHARMACEUTICAL_STOPTIME
public static final EnumCM_ImageLibraryEntryDescriptorsforPET RADIOPHARMACEUTICAL_VOLUME
public static final EnumCM_ImageLibraryEntryDescriptorsforPET RADIONUCLIDE_TOTAL_DOSE
public static final EnumCM_ImageLibraryEntryDescriptorsforPET RADIOPHARMACEUTICAL_SPECIFICACTIVITY
public static final EnumCM_ImageLibraryEntryDescriptorsforPET ROUTE_OF_ADMINISTRATION
public static final EnumCM_ImageLibraryEntryDescriptorsforPET RADIONUCLIDE_SYRINGE_COUNTS
public static final EnumCM_ImageLibraryEntryDescriptorsforPET RADIONUCLIDE_RESIDUAL_SYRINGECOUNTS
public static final EnumCM_ImageLibraryEntryDescriptorsforPET PETRADIONUCLIDE_INCUBATION_TIME
public static final EnumCM_ImageLibraryEntryDescriptorsforPET GLUCOSE
public static final EnumCM_ImageLibraryEntryDescriptorsforPET GLUCOSE_MEASUREMENT_DATE
public static final EnumCM_ImageLibraryEntryDescriptorsforPET GLUCOSEMEASUREMENT_TIME
public static EnumCM_ImageLibraryEntryDescriptorsforPET[] values()
for (EnumCM_ImageLibraryEntryDescriptorsforPET c : EnumCM_ImageLibraryEntryDescriptorsforPET.values()) System.out.println(c);
public static EnumCM_ImageLibraryEntryDescriptorsforPET 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()