From da00a8af2a29200352a1313939143da161382b8f Mon Sep 17 00:00:00 2001 From: jpr Date: Mon, 21 Nov 2005 10:51:55 +0000 Subject: [PATCH] Add missing VR : OF Other Float String // String of 32-bits IEEE754:1985 floating point words --- Dicts/dicomVR.dic | 1 + 1 file changed, 1 insertion(+) diff --git a/Dicts/dicomVR.dic b/Dicts/dicomVR.dic index 7e30c6e7..6c8c19e0 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 -- 2.45.1