comparison OrthancServer/DicomInstanceToStore.h @ 3912:7610af1532c3 transcoding

prototyping automated transcoding of incoming DICOM files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 May 2020 13:43:50 +0200
parents 1491d501836a
children
comparison
equal deleted inserted replaced
3911:0ef7f4528be2 3912:7610af1532c3
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 }