]> Creatis software - gdcm.git/blobdiff - src/gdcmSeqEntry.h
* Remove bad print - sorry
[gdcm.git] / src / gdcmSeqEntry.h
index 621c0614fd5ef87d18ffc082eb1069ab8c3752d1..cae73c898a2b56a68c3760b6aa7fbd3cbc09bce4 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmSeqEntry.h,v $
   Language:  C++
-  Date:      $Date: 2005/02/04 14:49:01 $
-  Version:   $Revision: 1.33 $
+  Date:      $Date: 2005/10/18 08:35:50 $
+  Version:   $Revision: 1.35 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -31,7 +31,7 @@ typedef std::list<SQItem *> ListSQItem;
 
 //-----------------------------------------------------------------------------
 /**
- * \brief a SeqEntry (as opposed to a ValEntry) is a non elementary DocEntry.
+ * \brief a SeqEntry (as opposed to a DataEntry) is a non elementary DocEntry.
  *        It is composed by a set of SQItems.
  *        Each SQItem is composed by a set of DocEntry
  *        A DocEntry may be a SeqEntry
@@ -59,6 +59,7 @@ public:
 
    /// Sets the Sequence Delimitation Item
    void SetDelimitationItem(DocEntry *e) { SeqTerm = e;   }
+
    /// Gets the Sequence Delimitation Item
    DocEntry *GetDelimitationItem()       { return SeqTerm;}