Program: gdcm
Module: $RCSfile: gdcmCommon.h,v $
Language: C++
- Date: $Date: 2006/03/01 09:53:24 $
- Version: $Revision: 1.105 $
+ Date: $Date: 2006/03/01 15:32:52 $
+ Version: $Revision: 1.106 $
Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
l'Image). All rights reserved. See Doc/License.txt or
/// 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
enum ImageContentType
{
USER_OWN_IMAGE,
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
/// 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!