diff Core/DicomFormat/DicomMap.h @ 3015:abe49ca61cd5

On C-FIND, avoid accessing the storage area whenever possible
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 14 Dec 2018 12:10:03 +0100
parents 0e1755e5efd0
children 4e43e67f8ecf
line wrap: on
line diff
--- a/Core/DicomFormat/DicomMap.h	Thu Dec 13 17:58:27 2018 +0100
+++ b/Core/DicomFormat/DicomMap.h	Fri Dec 14 12:10:03 2018 +0100
@@ -224,7 +224,9 @@
 
     void Merge(const DicomMap& other);
 
-    void ExtractMainDicomTags(const DicomMap& other); 
+    void ExtractMainDicomTags(const DicomMap& other);
+
+    bool HasOnlyMainDicomTags() const;
     
     void Serialize(Json::Value& target) const;