Enum Constant and Description |
---|
AE |
AS |
AT |
CS |
DA |
DS |
DT |
FD |
FL |
IMPLICIT |
IS |
LO |
LT |
OB |
OD |
OF |
OL |
OV |
OW |
PN |
QQ |
RESERVED |
SH |
SL |
SQ |
SS |
ST |
SV |
TM |
UC |
UI |
UL |
UN |
UR |
US |
UT |
UV |
Modifier and Type | Field and Description |
---|---|
private int |
code |
private static java.util.Map<java.lang.Integer,DicomVR> |
lookup |
private int |
width |
Modifier and Type | Method and Description |
---|---|
static DicomVR |
get(int code) |
int |
getCode() |
int |
getWidth() |
static DicomVR |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DicomVR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DicomVR AE
public static final DicomVR AS
public static final DicomVR AT
public static final DicomVR CS
public static final DicomVR DA
public static final DicomVR DS
public static final DicomVR DT
public static final DicomVR FD
public static final DicomVR FL
public static final DicomVR IS
public static final DicomVR LO
public static final DicomVR LT
public static final DicomVR OB
public static final DicomVR OD
public static final DicomVR OF
public static final DicomVR OL
public static final DicomVR OV
public static final DicomVR OW
public static final DicomVR PN
public static final DicomVR SH
public static final DicomVR SL
public static final DicomVR SQ
public static final DicomVR SS
public static final DicomVR ST
public static final DicomVR SV
public static final DicomVR TM
public static final DicomVR UC
public static final DicomVR UI
public static final DicomVR UL
public static final DicomVR UN
public static final DicomVR UR
public static final DicomVR US
public static final DicomVR UT
public static final DicomVR UV
public static final DicomVR QQ
public static final DicomVR IMPLICIT
public static final DicomVR RESERVED
private int code
private int width
private static final java.util.Map<java.lang.Integer,DicomVR> lookup
public static DicomVR[] values()
for (DicomVR c : DicomVR.values()) System.out.println(c);
public static DicomVR 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 getCode()
public int getWidth()
public static DicomVR get(int code)
Copyright © 2022 Open Microscopy Environment