X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSeqEntry.h;h=cae73c898a2b56a68c3760b6aa7fbd3cbc09bce4;hb=536e773e8f72c8e949831abf6496c348d5badf2d;hp=621c0614fd5ef87d18ffc082eb1069ab8c3752d1;hpb=0f8bcdd7eb7538bda5c38c4587c0ae54cb0c3693;p=gdcm.git diff --git a/src/gdcmSeqEntry.h b/src/gdcmSeqEntry.h index 621c0614..cae73c89 100644 --- a/src/gdcmSeqEntry.h +++ b/src/gdcmSeqEntry.h @@ -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 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;}