]> Creatis software - gdcm.git/blobdiff - src/gdcmDocEntry.h
Comments: It shouldn't be too difficult to 'manualy' ask memory merging
[gdcm.git] / src / gdcmDocEntry.h
index 724c9b83465b4adb3531656df504ae3dd631be11..bb94d11b4f8861bf4bfe762a1832751a31f44fe8 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmDocEntry.h,v $
   Language:  C++
-  Date:      $Date: 2005/07/11 14:40:40 $
-  Version:   $Revision: 1.47 $
+  Date:      $Date: 2005/08/24 12:09:13 $
+  Version:   $Revision: 1.48 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -126,6 +126,7 @@ public:
    bool IsVMUnknown() { return DicomDict->IsVMUnknown(); };
 
    bool IsItemDelimitor();
+   bool IsItemStarter();
    bool IsSequenceDelimitor();   
    
    virtual void Copy(DocEntry *e);