comparison OrthancServer/DicomInstanceToStore.h @ 3845:281045a1e6db

new "info" field in "ReceivedInstanceFilter()" callback
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 Apr 2020 17:59:47 +0200
parents be7df7fe3d80
children 1491d501836a
comparison
equal deleted inserted replaced
3844:c9c34bb50f0a 3845:281045a1e6db
85 85
86 const DicomMap& GetSummary(); 86 const DicomMap& GetSummary();
87 87
88 const Json::Value& GetJson(); 88 const Json::Value& GetJson();
89 89
90 bool LookupTransferSyntax(std::string& result); 90 bool LookupTransferSyntax(std::string& result) const;
91 91
92 DicomInstanceHasher& GetHasher(); 92 DicomInstanceHasher& GetHasher();
93
94 bool HasPixelData() const;
93 }; 95 };
94 } 96 }