X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Dicts%2FdicomVR.dic;h=86a0c431e06cd34a62793f329454be66a48cdebe;hb=61bff26eeebf51d3ed118f6e0ebb670fca4cfaab;hp=d31ec7d956ea826ba0448d22dfb3cbd49f589f20;hpb=ecc068684313c5f9f1050de920afc7e413041220;p=gdcm.git diff --git a/Dicts/dicomVR.dic b/Dicts/dicomVR.dic index d31ec7d9..86a0c431 100644 --- a/Dicts/dicomVR.dic +++ b/Dicts/dicomVR.dic @@ -10,8 +10,10 @@ FD Floating Point Double; // 64-bit IEEE 754:1985 double IS Integer String; // At most 12 bytes LO Long String; // At most 64 chars LT Long Text; // At most 10240 chars -OB Other Byte String; // String of bytes (vr independant) -OW Other Word String; // String of 16-bit words (vr dep) +OB Other Byte String; // String of bytes (VR independant) +OW Other Word String; // String of 16-bit words (VR dependant) +OL Other Long Word String; // String of 32-bit words (VR dependant) +OF Other Float String; // String of 32-bits IEEE754:1985 floating point words PN Person Name; // At most 64 chars SH Short String; // At most 16 chars SL Signed Long; // Exactly 4 bytes @@ -24,4 +26,4 @@ UL Unsigned Long; // Exactly 4 bytes UN Unknown; // Any length of bytes US Unsigned Short; // Exactly 2 bytes UT Unlimited Text; // At most 2^32 -1 chars - +RT Undocumented VR in Siemens Sensation 64; // gdcmVR.cxx has to be updated, too.