public enum EnumCM_CADImageLibraryEntryTemplate extends java.lang.Enum<EnumCM_CADImageLibraryEntryTemplate>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_CADImageLibraryEntryTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_CADImageLibraryEntryTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_CADImageLibraryEntryTemplate IMAGE_LATERALITY
public static final EnumCM_CADImageLibraryEntryTemplate IMAGE_VIEW
public static final EnumCM_CADImageLibraryEntryTemplate IMAGE_VIEW_MODIFIER
public static final EnumCM_CADImageLibraryEntryTemplate PATIENT_ORIENTATION_ROW
public static final EnumCM_CADImageLibraryEntryTemplate PATIENT_ORIENTATION_COLUMN
public static final EnumCM_CADImageLibraryEntryTemplate STUDY_DATE
public static final EnumCM_CADImageLibraryEntryTemplate STUDY_TIME
public static final EnumCM_CADImageLibraryEntryTemplate CONTENT_DATE
public static final EnumCM_CADImageLibraryEntryTemplate CONTENT_TIME
public static final EnumCM_CADImageLibraryEntryTemplate HORIZONTAL_PIXEL_SPACING
public static final EnumCM_CADImageLibraryEntryTemplate VERTICAL_PIXEL_SPACING
public static final EnumCM_CADImageLibraryEntryTemplate POSITIONER_PRIMARY_ANGLE
public static final EnumCM_CADImageLibraryEntryTemplate POSITIONER_SECONDARY_ANGLE
public static EnumCM_CADImageLibraryEntryTemplate[] values()
for (EnumCM_CADImageLibraryEntryTemplate c : EnumCM_CADImageLibraryEntryTemplate.values()) System.out.println(c);
public static EnumCM_CADImageLibraryEntryTemplate 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()