]> Creatis software - gdcm.git/blob - Dicts/dicomVR.dic
506547e4f28f648701181e9a767d91b5885066c3
[gdcm.git] / Dicts / dicomVR.dic
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 OF Other Float String;     // String of 32-bits IEEE754:1985 floating point words
16 PN Person Name;           // At most 64 chars
17 SH Short String;          // At most 16 chars
18 SL Signed Long;           // Exactly 4 bytes
19 SQ Sequence of Items;     // Not Applicable
20 SS Signed Short;          // Exactly 2 bytes
21 ST Short Text;            // At most 1024 chars
22 TM Time;                  // At most 16 bytes
23 UI Unique Identifier;     // At most 64 bytes
24 UL Unsigned Long;         // Exactly 4 bytes
25 UN Unknown;               // Any length of bytes
26 US Unsigned Short;        // Exactly 2 bytes
27 UT Unlimited Text;        // At most 2^32 -1 chars