public enum EnumDisplaySystemNGetAttributes extends java.lang.Enum<EnumDisplaySystemNGetAttributes>
| Enum Constant and Description |
|---|
COMMENTS_ON_RADIATION_DOSE_ELEMENT_NO
The COMMENTS_ON_RADIATION_DOSE_ELEMENT_NO
|
COMMENTS_ON_RADIATION_DOSE_GROUP_NO
The COMMENTS_ON_RADIATION_DOSE_GROUP_NO
|
DEVICE_SERIAL_NUMBER_ELEMENT_NO
The DEVICE_SERIAL_NUMBER_ELEMENT_NO
|
DEVICE_SERIAL_NUMBER_GROUP_NO
The DEVICE_SERIAL_NUMBER_GROUP_NO
|
DISPLAY_SUBSYSTEM_SEQUENCE_ELEMENT_NO
The DISPLAY_SUBSYSTEM_SEQUENCE_ELEMENT_NO
|
DISPLAY_SUBSYSTEM_SEQUENCE_GROUP_NO
The DISPLAY_SUBSYSTEM_SEQUENCE_GROUP_NO
|
EQUIPMENT_ADMINISTRATOR_SEQUENCE_ELEMENT_NO
The EQUIPMENT_ADMINISTRATOR_SEQUENCE_ELEMENT_NO
|
EQUIPMENT_ADMINISTRATOR_SEQUENCE_GROUP_NO
The EQUIPMENT_ADMINISTRATOR_SEQUENCE_GROUP_NO
|
INSTITUTION_ADDRESS_ELEMENT_NO
The INSTITUTION_ADDRESS_ELEMENT_NO
|
INSTITUTION_ADDRESS_GROUP_NO
The INSTITUTION_ADDRESS_GROUP_NO
|
INSTITUTION_NAME_ELEMENT_NO
The INSTITUTION_NAME_ELEMENT_NO
|
INSTITUTION_NAME_GROUP_NO
The INSTITUTION_NAME_GROUP_NO
|
INSTITUTIONAL_DEPARTMENT_NAME_ELEMENT_NO
The INSTITUTIONAL_DEPARTMENT_NAME_ELEMENT_NO
|
INSTITUTIONAL_DEPARTMENT_NAME_GROUP_NO
The INSTITUTIONAL_DEPARTMENT_NAME_GROUP_NO
|
MANUFACTURER_ELEMENT_NO
The MANUFACTURER_ELEMENT_NO
|
MANUFACTURER_GROUP_NO
The MANUFACTURER_GROUP_NO
|
MANUFACTURER_MODEL_NAME_ELEMENT_NO
The MANUFACTURER_MODEL_NAME_ELEMENT_NO
|
MANUFACTURER_MODEL_NAME_GROUP_NO
The MANUFACTURER_MODEL_NAME_GROUP_NO
|
NUMBER_OF_DISPLAY_SUBSYSTEMS_ELEMENT_NO
The NUMBER_OF_DISPLAY_SUBSYSTEMS_ELEMENT_NO
|
NUMBER_OF_DISPLAY_SUBSYSTEMS_GROUP_NO
The NUMBER_OF_DISPLAY_SUBSYSTEMS_GROUP_NO
|
QA_RESULTS_SEQUENCE_ELEMENT_NO
The QA_RESULTS_SEQUENCE_ELEMENT_NO
|
QA_RESULTS_SEQUENCE_GROUP_NO
The QA_RESULTS_SEQUENCE_GROUP_NO
|
SOP_CLASS_UID_ELEMENT_NO
The SOP_CLASS_UID_ELEMENT_NO
|
SOP_CLASS_UID_GROUP_NO
The SOP_CLASS_UID_GROUP_NO
|
SOP_INSTANCE_UID_ELEMENT_NO
The SOP_INSTANCE_UID_ELEMENT_NO
|
SOP_INSTANCE_UID_GROUP_NO
The SOP_INSTANCE_UID_GROUP_NO
|
SPECIFIC_CHARACTER_SET_ELEMENT_NO
The SPECIFIC_CHARACTER_SET_ELEMENT_NO
|
SPECIFIC_CHARACTER_SET_GROUP_NO
The SPECIFIC_CHARACTER_SET_GROUP_NO
|
STATION_NAME_ELEMENT_NO
The STATION_NAME_ELEMENT_NO
|
STATION_NAME_GROUP_NO
The STATION_NAME_GROUP_NO
|
TARGET_LUMINANCE_CHARACTERISTICS_SEQUENCE_ELEMENT_NO
The TARGET_LUMINANCE_CHARACTERISTICS_SEQUENCE_ELEMENT_NO
|
TARGET_LUMINANCE_CHARACTERISTICS_SEQUENCE_GROUP_NO
The TARGET_LUMINANCE_CHARACTERISTICS_SEQUENCE_GROUP_NO
|
| Modifier and Type | Field and Description |
|---|---|
int |
iValue |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
This function gets the int value of EnumDisplaySystemNGetAttributes.
|
static EnumDisplaySystemNGetAttributes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDisplaySystemNGetAttributes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDisplaySystemNGetAttributes SPECIFIC_CHARACTER_SET_GROUP_NO
public static final EnumDisplaySystemNGetAttributes SOP_CLASS_UID_GROUP_NO
public static final EnumDisplaySystemNGetAttributes SOP_INSTANCE_UID_GROUP_NO
public static final EnumDisplaySystemNGetAttributes MANUFACTURER_GROUP_NO
public static final EnumDisplaySystemNGetAttributes INSTITUTION_NAME_GROUP_NO
public static final EnumDisplaySystemNGetAttributes INSTITUTION_ADDRESS_GROUP_NO
public static final EnumDisplaySystemNGetAttributes COMMENTS_ON_RADIATION_DOSE_GROUP_NO
public static final EnumDisplaySystemNGetAttributes DEVICE_SERIAL_NUMBER_GROUP_NO
public static final EnumDisplaySystemNGetAttributes STATION_NAME_GROUP_NO
public static final EnumDisplaySystemNGetAttributes INSTITUTIONAL_DEPARTMENT_NAME_GROUP_NO
public static final EnumDisplaySystemNGetAttributes MANUFACTURER_MODEL_NAME_GROUP_NO
public static final EnumDisplaySystemNGetAttributes EQUIPMENT_ADMINISTRATOR_SEQUENCE_GROUP_NO
public static final EnumDisplaySystemNGetAttributes NUMBER_OF_DISPLAY_SUBSYSTEMS_GROUP_NO
public static final EnumDisplaySystemNGetAttributes DISPLAY_SUBSYSTEM_SEQUENCE_GROUP_NO
public static final EnumDisplaySystemNGetAttributes QA_RESULTS_SEQUENCE_GROUP_NO
public static final EnumDisplaySystemNGetAttributes TARGET_LUMINANCE_CHARACTERISTICS_SEQUENCE_GROUP_NO
public static final EnumDisplaySystemNGetAttributes SPECIFIC_CHARACTER_SET_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes SOP_CLASS_UID_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes SOP_INSTANCE_UID_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes MANUFACTURER_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes INSTITUTION_NAME_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes INSTITUTION_ADDRESS_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes COMMENTS_ON_RADIATION_DOSE_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes DEVICE_SERIAL_NUMBER_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes STATION_NAME_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes INSTITUTIONAL_DEPARTMENT_NAME_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes MANUFACTURER_MODEL_NAME_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes EQUIPMENT_ADMINISTRATOR_SEQUENCE_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes NUMBER_OF_DISPLAY_SUBSYSTEMS_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes DISPLAY_SUBSYSTEM_SEQUENCE_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes QA_RESULTS_SEQUENCE_ELEMENT_NO
public static final EnumDisplaySystemNGetAttributes TARGET_LUMINANCE_CHARACTERISTICS_SEQUENCE_ELEMENT_NO
public static EnumDisplaySystemNGetAttributes[] values()
for (EnumDisplaySystemNGetAttributes c : EnumDisplaySystemNGetAttributes.values()) System.out.println(c);
public static EnumDisplaySystemNGetAttributes 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 int getValue()