]> Creatis software - creaImageIO.git/blobdiff - src2/creaImageIOGimmickView.h
For a given file, display all dicom tags.
[creaImageIO.git] / src2 / creaImageIOGimmickView.h
index ed6d31f734750280d6409f7e3608165419676351..47b74ca4b20c9964e92895996d52bc7ab4bbb6c2 100644 (file)
@@ -94,6 +94,10 @@ namespace creaImageIO
          virtual void CreateEditFieldsDialog(tree::Node* node, std::vector<std::string> names, std::vector<std::string> keys)
          { GimmickError("INTERNAL ERROR : EditFields not implemented"); }
       
+         /// Display all Dicom Tags
+         virtual void DumpTags(const std::string filename)
+         {GimmickError("INTERNAL ERROR : DumpTags not implemented"); }
+         
           ///Copies selected files
          virtual void SaveAs(const std::vector<std::string>& filenames)
          { GimmickError("INTERNAL ERROR : SaveAs not implemented"); }