public enum EnumCM_ProjectionXRayRadiationDose extends java.lang.Enum<EnumCM_ProjectionXRayRadiationDose>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ProjectionXRayRadiationDose |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ProjectionXRayRadiationDose[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ProjectionXRayRadiationDose XRAY_RADIATION_DOSE_REPORT
public static final EnumCM_ProjectionXRayRadiationDose PROCEDURE_REPORTED
public static final EnumCM_ProjectionXRayRadiationDose HAS_INTENT
public static final EnumCM_ProjectionXRayRadiationDose ACQUISITION_DEVICE_TYPE
public static final EnumCM_ProjectionXRayRadiationDose SCOPE_OF_ACCUMULATION
public static final EnumCM_ProjectionXRayRadiationDose X_RAY_DETECTOR_DATA_AVAILABLE
public static final EnumCM_ProjectionXRayRadiationDose X_RAYSOURCE_DATA_AVAILABLE
public static final EnumCM_ProjectionXRayRadiationDose X_RAY_MECHANICAL_DATA_AVAILABLE
public static final EnumCM_ProjectionXRayRadiationDose COMMENT
public static final EnumCM_ProjectionXRayRadiationDose DOSE_IMAGE
public static final EnumCM_ProjectionXRayRadiationDose SOURCE_OF_DOSE_INFORMATION
public static EnumCM_ProjectionXRayRadiationDose[] values()
for (EnumCM_ProjectionXRayRadiationDose c : EnumCM_ProjectionXRayRadiationDose.values()) System.out.println(c);
public static EnumCM_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()