]> Creatis software - gdcm.git/blobdiff - src/gdcmSQItem.h
Update TODO, clean Test/CMakeLists when cmake 2.x comes out
[gdcm.git] / src / gdcmSQItem.h
index 675492d56ac3f338d1eb11882c4f19fa604d018d..af91b145b00f01ecddbfb70882195d844a0feb48 100644 (file)
@@ -26,11 +26,19 @@ public:
  /// \brief   adds the passed DocEntry to the DocEntry chained List for this SQ Item.      
    inline void AddDocEntry(gdcmDocEntry *e) 
       {docEntries.push_back(e);};         
-            
+
+   virtual bool AddEntry(gdcmDocEntry *Entry); // add to the List
+               
 protected:
 
 private:
 
+   // DocEntry related utilities 
+   
+      
+   virtual gdcmDocEntry *NewDocEntryByNumber(guint16 group,
+                                             guint16 element);
+   virtual gdcmDocEntry *NewDocEntryByName  (std::string Name); 
 
 // Variables