public enum EnumCM_CADCommonImagePropertiesEntry extends java.lang.Enum<EnumCM_CADCommonImagePropertiesEntry>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_CADCommonImagePropertiesEntry |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_CADCommonImagePropertiesEntry[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_CADCommonImagePropertiesEntry IMAGE_SET_PROPERTIES
public static final EnumCM_CADCommonImagePropertiesEntry FRAME_OF_REFERENCE_UID
public static final EnumCM_CADCommonImagePropertiesEntry STUDY_INSTANCE_UID
public static final EnumCM_CADCommonImagePropertiesEntry STUDY_DATE
public static final EnumCM_CADCommonImagePropertiesEntry STUDY_TIME
public static final EnumCM_CADCommonImagePropertiesEntry MODALITY
public static final EnumCM_CADCommonImagePropertiesEntry HORIZONTAL_PIXEL_SPACING
public static final EnumCM_CADCommonImagePropertiesEntry VERTICAL_PIXEL_SPACING
public static final EnumCM_CADCommonImagePropertiesEntry SLICE_THICKNESS
public static final EnumCM_CADCommonImagePropertiesEntry SPACING_BETWEEN_SLICES
public static final EnumCM_CADCommonImagePropertiesEntry RECUMBANT_PATIENT_POSITION_WITH_RESPECT_TO_GRAVITY
public static EnumCM_CADCommonImagePropertiesEntry[] values()
for (EnumCM_CADCommonImagePropertiesEntry c : EnumCM_CADCommonImagePropertiesEntry.values()) System.out.println(c);
public static EnumCM_CADCommonImagePropertiesEntry 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()