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