X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmSeqEntry.h;h=7804b6cfe96f777aef64d863fbf38cb03e084fbf;hb=db42dcafe4dafd893c12b6d209870d66ec474a1b;hp=621c0614fd5ef87d18ffc082eb1069ab8c3752d1;hpb=0f8bcdd7eb7538bda5c38c4587c0ae54cb0c3693;p=gdcm.git diff --git a/src/gdcmSeqEntry.h b/src/gdcmSeqEntry.h index 621c0614..7804b6cf 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/02/11 15:22:18 $ + Version: $Revision: 1.34 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -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;}