Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/OrthancServer/DicomInstanceToStore.h Thu Apr 16 17:27:18 2020 +0200 +++ b/OrthancServer/DicomInstanceToStore.h Thu Apr 16 17:59:47 2020 +0200 @@ -87,8 +87,10 @@ const Json::Value& GetJson(); - bool LookupTransferSyntax(std::string& result); + bool LookupTransferSyntax(std::string& result) const; DicomInstanceHasher& GetHasher(); + + bool HasPixelData() const; }; }