X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Dicts%2FdicomVR.dic;h=506547e4f28f648701181e9a767d91b5885066c3;hb=1623bd44a698b1dd935de6575332604a2073534e;hp=6a1f2277aa2ddd2f4a3fd0afd7552dcb812a044e;hpb=a547ed6d41e444153f4bea38c47810fe7f50d88e;p=gdcm.git diff --git a/Dicts/dicomVR.dic b/Dicts/dicomVR.dic index 6a1f2277..506547e4 100644 --- a/Dicts/dicomVR.dic +++ b/Dicts/dicomVR.dic @@ -12,6 +12,7 @@ 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 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 +25,3 @@ 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 -