diff OrthancFramework/Sources/DicomParsing/DicomModification.h @ 4684:e3810750dc9d

simplified DicomModification::RelationshipsVisitor
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Jun 2021 14:42:09 +0200
parents 898e8ac8c453
children 693f049729ba
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/DicomModification.h	Tue Jun 08 12:37:48 2021 +0200
+++ b/OrthancFramework/Sources/DicomParsing/DicomModification.h	Tue Jun 08 14:42:09 2021 +0200
@@ -106,8 +106,6 @@
     SetOfTags removals_;
     SetOfTags clearings_;
     Replacements replacements_;
-    SetOfTags uids_;                // New in Orthanc 1.9.4
-    RemovedRanges removedRanges_;   // New in Orthanc 1.9.4
     bool removePrivateTags_;
     ResourceType level_;
     UidMap uidMap_;
@@ -123,6 +121,10 @@
 
     IDicomIdentifierGenerator* identifierGenerator_;
 
+    // New in Orthanc 1.9.4
+    SetOfTags uids_;
+    RemovedRanges removedRanges_;
+
     std::string MapDicomIdentifier(const std::string& original,
                                    ResourceType level);