public enum EnumCV_CTRadiationDose extends java.lang.Enum<EnumCV_CTRadiationDose>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_CTRadiationDose |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CTRadiationDose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CTRadiationDose XRAY_RADIATION_DOSE_REPORT_113701
public static final EnumCV_CTRadiationDose PROCEDURE_REPORTED_121058
public static final EnumCV_CTRadiationDose HAS_INTENT_G_C0E8
public static final EnumCV_CTRadiationDose COMPUTED_TOMOGRAPHY_XRAY_P5_08000
public static final EnumCV_CTRadiationDose START_OF_XRAY_IRRADIATION_113809
public static final EnumCV_CTRadiationDose END_OF_XRAY_IRRADIATION_113810
public static final EnumCV_CTRadiationDose SCOPE_OF_ACCUMULATION_113705
public static final EnumCV_CTRadiationDose COMMENT_121106
public static final EnumCV_CTRadiationDose SOURCE_OF_DOSE_INFORMATION_113854
public static EnumCV_CTRadiationDose[] values()
for (EnumCV_CTRadiationDose c : EnumCV_CTRadiationDose.values()) System.out.println(c);
public static EnumCV_CTRadiationDose 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()