]> Creatis software - gdcm.git/blobdiff - src/gdcmFileHelper.h
BUG: Newer version of the software on Siemens MR write proper lenght.
[gdcm.git] / src / gdcmFileHelper.h
index 983c14c6bb972ba9f13171cb03b6b95fa7a1aa68..de75a809a0de89e285a799ec2ae4120154f70743 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmFileHelper.h,v $
   Language:  C++
-  Date:      $Date: 2006/03/01 09:45:04 $
-  Version:   $Revision: 1.39 $
+  Date:      $Date: 2006/03/01 15:32:52 $
+  Version:   $Revision: 1.40 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -155,8 +155,8 @@ public:
 ///    FILTERED_IMAGE
 /// -3) user created a new image, using existing images (eg MIP, MPR, cartography image)
 ///   CREATED_IMAGE
-/// -4) user anonymized an image without processing the pixels.
-///   ANONYMIZED_IMAGE
+/// -4) user modified/added some tags *without processing* the pixels (anonymization...
+///   UNMODIFIED_PIXELS_IMAGE
 
    void SetContentType (ImageContentType c) { ContentType = c; }
    // no GetContentType() method, on purpose!