]> Creatis software - gdcm.git/commitdiff
BUG: Sync with ITK/gdcm CVS HEAD
authormalaterre <malaterre>
Wed, 15 Feb 2006 21:58:54 +0000 (21:58 +0000)
committermalaterre <malaterre>
Wed, 15 Feb 2006 21:58:54 +0000 (21:58 +0000)
src/gdcmFileHelper.cxx

index 3e13ecd8cdb48e5de207a190ad2c9c838d2bcd39..433a2d50bb374386933f6580f559a496eae58c4f 100644 (file)
@@ -4,8 +4,8 @@
   Module:    $RCSfile: gdcmFileHelper.cxx,v $
   Language:  C++
 
-  Date:      $Date: 2006/02/08 10:13:55 $
-  Version:   $Revision: 1.91 $
+  Date:      $Date: 2006/02/15 21:58:54 $
+  Version:   $Revision: 1.92 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -1635,24 +1635,6 @@ void FileHelper::CheckMandatoryElements()
    // Referring Physician's Name :'type 2' entry -> must exist, value not mandatory
    CheckMandatoryEntry(0x0008,0x0090,"");
    
-   // Remove some inconstencies (probably some more will be added)
-
-   // if (0028 0008)Number of Frames exists
-   //    Push out (0020 0052),Frame of Reference UID
-   //    (only meaningfull within a Serie)
-   
-   // Well ... 
-   // Maybe not!
-   // dciodvfy complains when missing (Type 1 element)
-   /// todo add it when missing (?)
-   /*
-   DataEntry *e_0028_0008 = FileInternal->GetDataEntry(0x0028, 0x0008);
-   if ( !e_0028_0008 )
-   {
-      Archive->Push(0x0020, 0x0052);
-   }
-  */
-   
    // Deal with element 0x0000 (group length) of each group.
    // First stage : get all the different Groups
  /*