X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmObject.h;h=b84575468b045d296d987121a13dde3157d071cd;hb=29829f5a7f8c7aa21645abea4bf210b6e636bc7a;hp=ff560f5584d8063eede55cf7cc91d5bda9b4ca40;hpb=bfbd90327a5e45d972546843b0d9e4185e16cb24;p=gdcm.git diff --git a/src/gdcmObject.h b/src/gdcmObject.h index ff560f55..b8457546 100644 --- a/src/gdcmObject.h +++ b/src/gdcmObject.h @@ -26,6 +26,9 @@ public: std::string GetEntryByNumber(guint16 group, guint16 element); std::string GetEntryByName(TagName name); + TagHeaderEntryHT GetEntry(void); + ListTag GetListEntry(void); + protected: ListTag::iterator beginObj; ListTag::iterator endObj;