X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FAnonymize.cxx;h=8a2cf32c1da585219500d2a7653bd1533386dcfe;hb=4725aeb3e10e02e1e0ad9ac18baf7cc6a3feed6d;hp=1229c1076f88a732c6c47c52654c43c87fb281b0;hpb=a9600f4abd66763f3dc8ce4c91af4977bc656fa8;p=gdcm.git diff --git a/Example/Anonymize.cxx b/Example/Anonymize.cxx index 1229c107..8a2cf32c 100644 --- a/Example/Anonymize.cxx +++ b/Example/Anonymize.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: Anonymize.cxx,v $ Language: C++ - Date: $Date: 2006/03/01 09:51:56 $ - Version: $Revision: 1.10 $ + Date: $Date: 2006/03/17 14:36:37 $ + Version: $Revision: 1.11 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -24,13 +24,18 @@ #include + +/// \todo : AnonymizeDirectory +/// That should split the images : Patient/Study/Serie +/// and keeps coherent the StudyInstanceUID, SeriesInstanceUID +/// (Now, a new one is generated fore each image :-( ) int main(int argc, char *argv[]) { START_USAGE(usage) " \n Anonymize :\n ", " Anonymize a full gdcm-readable Dicom image ", " Warning : probably segfaults if pixels are not gdcm readable. ", - " Use AnonymizeNoLoad instead. ", + " Use AnonymizeNoLoad instead. ", " usage: Anonymize filein=inputFileName fileout=anonymizedFileName[debug] ", " debug : user wants to run the program in 'debug mode' ", FINISH_USAGE