SoDicomTagVRs Enumeration |
VRs (Visual Representations) defined in the DICOM standard.
Namespace: OIV.VolumeViz.Readers.Dicom
Member name | Value | Description | |
---|---|---|---|
AE | 0 | Application Entity. | |
AS | 1 | Age String (Duration) | |
AT | 2 | Attribute Tag. | |
CS | 3 | Code String. | |
DA | 4 | Date String. | |
DS | 5 | Decimal String. | |
DT | 6 | Date Time String. | |
FL | 7 | Floating point single precision. | |
FD | 8 | Floating point double precision. | |
IS | 9 | Integer String. | |
LO | 10 | Long String (vector of 32bits signed integers) | |
LT | 11 | Long Text. | |
OB | 12 | Other Byte String (byte vector) | |
OD | 13 | Other Double String (vector of double) | |
OF | 14 | Other Float String (vector of float) | |
OL | 15 | Other Long String (vector of int) | |
OW | 16 | Other Word String (16 bits integers vector) | |
PN | 17 | Person Name. | |
SH | 18 | Short String. | |
SL | 19 | Signed 32 bits integer. | |
SQ | 20 | Sequence. | |
SS | 21 | Signed 16 bits integer. | |
ST | 22 | Short Text. | |
TM | 23 | Time String. | |
UC | 24 | Unlimited Characters. | |
UI | 25 | Unique Identifier. | |
UL | 26 | Unsigned 32 bits integer. | |
UN | 27 | Unknown. | |
UR | 28 | Universal Resource Identifier. | |
US | 29 | Unsigned 16 bits integer. | |
UT | 30 | Unlimited Text. |