diff Plugins/Samples/Common/DicomPath.h @ 3580:46a8050583a1

OrthancPlugins::DicomPath::Format()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 Nov 2019 17:59:53 +0100
parents a6c590cb8181
children 94f4a18a79cc
line wrap: on
line diff
--- a/Plugins/Samples/Common/DicomPath.h	Wed Nov 20 09:44:46 2019 +0100
+++ b/Plugins/Samples/Common/DicomPath.h	Wed Nov 20 17:59:53 2019 +0100
@@ -112,5 +112,7 @@
     {
       finalTag_ = tag;
     }
+
+    std::string Format() const;
   };
 }