comparison OrthancServer/DicomInstanceToStore.h @ 3920:82e88ff003d7 c-get

merge default -> c-get
author Alain Mazy <alain@mazy.be>
date Tue, 12 May 2020 14:58:24 +0200
parents 7610af1532c3
children
comparison
equal deleted inserted replaced
3918:dba48c162b7b 3920:82e88ff003d7
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 }