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 PN Person Name; // At most 64 chars
16 SH Short String; // At most 16 chars
17 SL Signed Long; // Exactly 4 bytes
18 SQ Sequence of Items; // Not Applicable
19 SS Signed Short; // Exactly 2 bytes
20 ST Short Text; // At most 1024 chars
21 TM Time; // At most 16 bytes
22 UI Unique Identifier; // At most 64 bytes
23 UL Unsigned Long; // Exactly 4 bytes
24 UN Unknown; // Any length of bytes
25 US Unsigned Short; // Exactly 2 bytes
26 UT Unlimited Text; // At most 2^32 -1 chars