diff OrthancServer/Sources/DicomInstanceToStore.h @ 4504:7d1eabfac6e0

removed cached dicom-as-json from DicomInstanceToStore
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 10 Feb 2021 11:29:53 +0100
parents d9473bd5ed43
children 97d103b57cd1
line wrap: on
line diff
--- a/OrthancServer/Sources/DicomInstanceToStore.h	Tue Feb 09 17:05:45 2021 +0100
+++ b/OrthancServer/Sources/DicomInstanceToStore.h	Wed Feb 10 11:29:53 2021 +0100
@@ -69,8 +69,6 @@
 
     void SetSummary(const DicomMap& summary);
 
-    void SetJson(const Json::Value& json);
-
     const MetadataMap& GetMetadata() const;
 
     MetadataMap& GetMetadata();
@@ -84,8 +82,6 @@
     size_t GetBufferSize() const;
 
     const DicomMap& GetSummary();
-    
-    const Json::Value& GetJson() const;
 
     bool LookupTransferSyntax(std::string& result) const;