]> Creatis software - gdcm.git/blobdiff - src/gdcmTS.h
gdcmParser::CheckSwap() now defaults the filetype to ACR when 'dirty Acr' is
[gdcm.git] / src / gdcmTS.h
index 7cd142bc14362332feca2f7f7048d2c01f7922a7..65b4a35d728e786fa387a5459feef9867d1da3fe 100644 (file)
@@ -6,6 +6,7 @@
 #include "gdcmCommon.h"
 #include <map>
 #include <string>
+#include <iostream>
 
 //-----------------------------------------------------------------------------
 typedef std::string TSKey;
@@ -21,6 +22,9 @@ class GDCM_EXPORT gdcmTS {
 public:
    gdcmTS(void);
    ~gdcmTS();
+
+   void Print(std::ostream &os = std::cout);
+
    int Count(TSKey key);
    std::string GetValue(TSKey key);