public enum EnumCV_ImageLibraryEntryDescriptorsforPET extends java.lang.Enum<EnumCV_ImageLibraryEntryDescriptorsforPET>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ImageLibraryEntryDescriptorsforPET |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ImageLibraryEntryDescriptorsforPET[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ImageLibraryEntryDescriptorsforPET RADIONUCLIDE_C_10072
public static final EnumCV_ImageLibraryEntryDescriptorsforPET RADIOPHARMACEUTICAL_AGENT_F_61FDB
public static final EnumCV_ImageLibraryEntryDescriptorsforPET HALF_LIFE_OFRADIOPHARMACEUTICAL_R_42806
public static final EnumCV_ImageLibraryEntryDescriptorsforPET RADIO_PHARMACEUTICAL_START_DATE_TIME_123003
public static final EnumCV_ImageLibraryEntryDescriptorsforPET RADIOPHARMACEUTICAL_STOPTIME_123004
public static final EnumCV_ImageLibraryEntryDescriptorsforPET RADIOPHARMACEUTICAL_VOLUME_123005
public static final EnumCV_ImageLibraryEntryDescriptorsforPET RADIONUCLIDE_TOTAL_DOSE_123006
public static final EnumCV_ImageLibraryEntryDescriptorsforPET RADIOPHARMACEUTICAL_SPECIFICACTIVITY_123007
public static final EnumCV_ImageLibraryEntryDescriptorsforPET ROUTE_OF_ADMINISTRATION_G_C340
public static final EnumCV_ImageLibraryEntryDescriptorsforPET RADIONUCLIDE_SYRINGE_COUNTS_123009
public static final EnumCV_ImageLibraryEntryDescriptorsforPET RADIONUCLIDE_RESIDUAL_SYRINGECOUNTS_123010
public static final EnumCV_ImageLibraryEntryDescriptorsforPET PETRADIONUCLIDE_INCUBATION_TIME_126203
public static final EnumCV_ImageLibraryEntryDescriptorsforPET GLUCOSE_14749_6
public static final EnumCV_ImageLibraryEntryDescriptorsforPET GLUCOSE_MEASUREMENT_DATE_109081
public static final EnumCV_ImageLibraryEntryDescriptorsforPET GLUCOSEMEASUREMENT_TIME_109082
public static EnumCV_ImageLibraryEntryDescriptorsforPET[] values()
for (EnumCV_ImageLibraryEntryDescriptorsforPET c : EnumCV_ImageLibraryEntryDescriptorsforPET.values()) System.out.println(c);
public static EnumCV_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()