diff OrthancFramework/Sources/DicomFormat/DicomPath.h @ 4682:d38a7040474a

FromDcmtkBridge::RemovePath() and FromDcmtkBridge::ReplacePath()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 07 Jun 2021 18:35:46 +0200
parents c5528c7847a6
children 7182f5732480
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomFormat/DicomPath.h	Mon Jun 07 17:05:48 2021 +0200
+++ b/OrthancFramework/Sources/DicomFormat/DicomPath.h	Mon Jun 07 18:35:46 2021 +0200
@@ -29,7 +29,7 @@
 
 namespace Orthanc
 {
-  class DicomPath
+  class ORTHANC_PUBLIC DicomPath
   {
   private:
     class PrefixItem
@@ -129,9 +129,10 @@
       return GetLevel(level).GetIndex();
     }
 
+    bool HasUniversal() const;
+
     std::string Format() const;
 
-    static DicomPath Parse(const std::string& s,
-                           bool allowUniversal);
+    static DicomPath Parse(const std::string& s);
   };
 }