]> Creatis software - gdcm.git/blobdiff - src/gdcmDicomDirSerie.cxx
FIX: Finally *.nema are taken into account
[gdcm.git] / src / gdcmDicomDirSerie.cxx
index f3566ae099b6769c67a65228f62444076cf10e09..0b62c553ac2e0b3adc0bb2fecc9e3be63b3afd4a 100644 (file)
@@ -1,5 +1,21 @@
-// gdcmDicomDirSerie.cxx
-//-----------------------------------------------------------------------------
+/*=========================================================================
+                                                                                
+  Program:   gdcm
+  Module:    $RCSfile: gdcmDicomDirSerie.cxx,v $
+  Language:  C++
+  Date:      $Date: 2004/07/21 14:02:10 $
+  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
+  http://www.creatis.insa-lyon.fr/Public/Gdcm/License.htm for details.
+                                                                                
+     This software is distributed WITHOUT ANY WARRANTY; without even
+     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+     PURPOSE.  See the above copyright notices for more information.
+                                                                                
+=========================================================================*/
+
 #include "gdcmDicomDirSerie.h"
 #include "gdcmDicomDirElement.h"
 #include "gdcmGlobal.h"
@@ -59,7 +75,7 @@ void gdcmDicomDirSerie::Print(std::ostream &os)
 //-----------------------------------------------------------------------------
 // Public
 /**
- * \brief   adds a new Image to a partially created DICOMDIR
+ * \brief   adds a new Image (with the basic elements) to a partially created DICOMDIR
  */
 gdcmDicomDirImage * gdcmDicomDirSerie::NewImage(void) {
    std::list<gdcmElement> elemList;