X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmFileHelper.cxx;h=adbf55ca0f9b93eff31f42a0a8031e0000e6d515;hb=45c38ff14f1a399a07eb2bb660d305577f4b35f8;hp=257bace4286f9054ea7978fe080075f25886af03;hpb=6b51b22366f878e1050c75a6ebb755bd2ff365c7;p=gdcm.git diff --git a/src/gdcmFileHelper.cxx b/src/gdcmFileHelper.cxx index 257bace4..adbf55ca 100644 --- a/src/gdcmFileHelper.cxx +++ b/src/gdcmFileHelper.cxx @@ -4,8 +4,8 @@ Module: $RCSfile: gdcmFileHelper.cxx,v $ Language: C++ - Date: $Date: 2005/10/25 14:52:34 $ - Version: $Revision: 1.74 $ + Date: $Date: 2005/10/26 06:08:24 $ + Version: $Revision: 1.75 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -1226,7 +1226,7 @@ To be moved to User's guide / WIKI ? are force to current Date and Time --> Conversion Type (0x0008,0x0064) - is forced to 'SYN' + is forced to 'SYN' (Synthetic Image) --> Study ID, Series Number, Instance Number, Patient Orientation (Type 2) are created, with empty value if there are missing. @@ -1418,8 +1418,22 @@ void FileHelper::CheckMandatoryElements() // Accession Number CopyMandatoryEntry(0x0008,0x0050,""); - // Conversion Type ... FIXME (type 1) + // Conversion Type. + // Other possible values are : // See PS 3.3, Page 408 + + // DV = Digitized Video + // DI = Digital Interface + // DF = Digitized Film + // WSD = Workstation + // SD = Scanned Document + // SI = Scanned Image + // DRW = Drawing + // SYN = Synthetic Image + + // FIXME : Must we Force Value, or Default value ? + // Is it Type 1 for any Modality ? + // --> Answer seems to be NO :-( CopyMandatoryEntry(0x0008,0x0064,"SYN"); // ----- Add Mandatory Entries if missing ---