diff OrthancFramework/Sources/DicomParsing/ParsedDicomCache.h @ 4495:fa2311f94d9f

IStorageArea::ReadRange()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 04 Feb 2021 18:01:07 +0100
parents 83a6a84ba9df
children 7053502fbf97
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/ParsedDicomCache.h	Thu Feb 04 15:31:00 2021 +0100
+++ b/OrthancFramework/Sources/DicomParsing/ParsedDicomCache.h	Thu Feb 04 18:01:07 2021 +0100
@@ -72,10 +72,7 @@
       Accessor(ParsedDicomCache& that,
                const std::string& id);
 
-      bool IsValid() const
-      {
-        return file_ != NULL;
-      }
+      bool IsValid() const;
 
       ParsedDicomFile& GetDicom() const;