]> Creatis software - gdcm.git/blobdiff - src/gdcmObject.h
removal of old gdcmSerie.h
[gdcm.git] / src / gdcmObject.h
index ff560f5584d8063eede55cf7cc91d5bda9b4ca40..0c745e0a5db64f89e9113249b7d500e63be6d740 100644 (file)
@@ -26,10 +26,15 @@ public:
    std::string GetEntryByNumber(guint16 group, guint16 element);
    std::string GetEntryByName(TagName name);
 
+   TagHeaderEntryHT GetEntry(void);
+   ListTag GetListEntry(void);
+   ListTag::iterator debut(void) { return(beginObj);}
+   ListTag::iterator fin  (void) { return(endObj);  }
+   
 protected:
+   
    ListTag::iterator beginObj;
    ListTag::iterator endObj;
-
    int printLevel;
 
 private: