]> Creatis software - gdcm.git/commitdiff
'File Meta Information Version' has a mandatory length of 2.
authorjpr <jpr>
Thu, 3 Nov 2005 10:32:27 +0000 (10:32 +0000)
committerjpr <jpr>
Thu, 3 Nov 2005 10:32:27 +0000 (10:32 +0000)
Dicts/DicomDir.dic

index 58d480bc605fcfa6294e838d3982c1ac34a3d0ca..0940e5b2fb2ce9315fedb67ea46a626a5e52cc05 100644 (file)
@@ -1,5 +1,5 @@
 metaElem    0002 0000 "123"                  // Meta Group Length : to be computed later
-metaElem    0002 0001 "\002\000\000\000"     // File Meta Information Version
+metaElem    0002 0001 "02"                   // File Meta Information Version :length is 2; bin value has to be fixed
 metaElem    0002 0002 "1.2.840.10008.1.3.10" // Media Stored SOP Class UID i.e. : 'Media Storage Directory Storage'
 metaElem    0002 0003 ""                     // Media Stored SOP Instance UID  : may be forged later
 metaElem    0002 0010 "1.2.840.10008.1.2.1"  // Transfer Syntax UID i.e. : Explicit VR - Little Endian