comparison OrthancServer/DicomInstanceToStore.h @ 3956:6e14f2da7c7e

integration transcoding->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 20 May 2020 16:42:44 +0200
parents 7610af1532c3
children
comparison
equal deleted inserted replaced
3892:fe0e4ef52a72 3956:6e14f2da7c7e
90 bool LookupTransferSyntax(std::string& result) const; 90 bool LookupTransferSyntax(std::string& result) const;
91 91
92 DicomInstanceHasher& GetHasher(); 92 DicomInstanceHasher& GetHasher();
93 93
94 bool HasPixelData() const; 94 bool HasPixelData() const;
95
96 ParsedDicomFile& GetParsedDicomFile() const;
95 }; 97 };
96 } 98 }