1 AE Application Entity; // At most 16 bytes
2 AS Age String; // Exactly 4 bytes
3 AT Attribute Tag; // 2 16-bit unsigned short integers
4 CS Code String; // At most 16 bytes
5 DA Date; // Exactly 8 bytes
6 DS Decimal String; // At most 16 bytes
7 DT Date Time; // At most 26 bytes
8 FL Floating Point Single; // 32-bit IEEE 754:1985 float
9 FD Floating Point Double; // 64-bit IEEE 754:1985 double
10 IS Integer String; // At most 12 bytes
11 LO Long String; // At most 64 chars
12 LT Long Text; // At most 10240 chars
13 OB Other Byte String; // String of bytes (VR independant)
14 OW Other Word String; // String of 16-bit words (VR dependant)
15 OL Other Long Word String; // String of 32-bit words (VR dependant)
16 OF Other Float String; // String of 32-bits IEEE754:1985 floating point words
17 PN Person Name; // At most 64 chars
18 SH Short String; // At most 16 chars
19 SL Signed Long; // Exactly 4 bytes
20 SQ Sequence of Items; // Not Applicable
21 SS Signed Short; // Exactly 2 bytes
22 ST Short Text; // At most 1024 chars
23 TM Time; // At most 16 bytes
24 UI Unique Identifier; // At most 64 bytes
25 UL Unsigned Long; // Exactly 4 bytes
26 UN Unknown; // Any length of bytes
27 US Unsigned Short; // Exactly 2 bytes
28 UT Unlimited Text; // At most 2^32 -1 chars
29 RT Undocumented VR in Siemens Sensation 64; // gdcmVR.cxx has to be updated, too.