public static enum SoDicomTag.VRs extends java.lang.Enum<SoDicomTag.VRs> implements IntegerValuedEnum
Enum Constant and Description |
---|
AE
Application Entity.
|
AS
Age String (Duration)
|
AT
Attribute Tag.
|
CS
Code String.
|
DA
Date String.
|
DS
Decimal String.
|
DT
Date Time String.
|
FD
Floating point double precision.
|
FL
Floating point single precision.
|
IS
Integer String.
|
LO
Long String (vector of 32bits signed integers)
|
LT
Long Text.
|
OB
Other Byte String (byte vector)
|
OD
Other Double String (vector of double)
|
OF
Other Float String (vector of float)
|
OL
Other Long String (vector of int)
|
OW
Other Word String (16 bits integers vector)
|
PN
Person Name.
|
SH
Short String.
|
SL
Signed 32 bits integer.
|
SQ
Sequence.
|
SS
Signed 16 bits integer.
|
ST
Short Text.
|
TM
Time String.
|
UC
Unlimited Characters.
|
UI
Unique Identifier.
|
UL
Unsigned 32 bits integer.
|
UN
Unknown.
|
UR
Universal Resource Identifier.
|
US
Unsigned 16 bits integer.
|
UT
Unlimited Text.
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Returns the integer value of the enum constant.
|
static SoDicomTag.VRs |
valueOf(int val)
Returns the enum constant of this type with the specified integer value
|
static SoDicomTag.VRs |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoDicomTag.VRs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SoDicomTag.VRs AE
public static final SoDicomTag.VRs AS
public static final SoDicomTag.VRs AT
public static final SoDicomTag.VRs CS
public static final SoDicomTag.VRs DA
public static final SoDicomTag.VRs DS
public static final SoDicomTag.VRs DT
public static final SoDicomTag.VRs FL
public static final SoDicomTag.VRs FD
public static final SoDicomTag.VRs IS
public static final SoDicomTag.VRs LO
public static final SoDicomTag.VRs LT
public static final SoDicomTag.VRs OB
public static final SoDicomTag.VRs OD
public static final SoDicomTag.VRs OF
public static final SoDicomTag.VRs OL
public static final SoDicomTag.VRs OW
public static final SoDicomTag.VRs PN
public static final SoDicomTag.VRs SH
public static final SoDicomTag.VRs SL
public static final SoDicomTag.VRs SQ
public static final SoDicomTag.VRs SS
public static final SoDicomTag.VRs ST
public static final SoDicomTag.VRs TM
public static final SoDicomTag.VRs UC
public static final SoDicomTag.VRs UI
public static final SoDicomTag.VRs UL
public static final SoDicomTag.VRs UN
public static final SoDicomTag.VRs UR
public static final SoDicomTag.VRs US
public static final SoDicomTag.VRs UT
public static SoDicomTag.VRs[] values()
for (SoDicomTag.VRs c : SoDicomTag.VRs.values()) System.out.println(c);
public static SoDicomTag.VRs 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 static SoDicomTag.VRs valueOf(int val)
public int getValue()
IntegerValuedEnum
getValue
in interface IntegerValuedEnum
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com