comparison OrthancServer/ParsedDicomFile.h @ 1935:e251606c1433

FromDcmtkBridge::LoadFromMemoryBuffer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Mar 2016 11:46:41 +0100
parents 6c73df12ca51
children 533ff46e944b
comparison
equal deleted inserted replaced
1934:72a2fd7fed8b 1935:e251606c1433
48 private: 48 private:
49 struct PImpl; 49 struct PImpl;
50 PImpl* pimpl_; 50 PImpl* pimpl_;
51 51
52 ParsedDicomFile(ParsedDicomFile& other); 52 ParsedDicomFile(ParsedDicomFile& other);
53
54 void Setup(const void* content,
55 size_t size);
56 53
57 void RemovePrivateTagsInternal(const std::set<DicomTag>* toKeep); 54 void RemovePrivateTagsInternal(const std::set<DicomTag>* toKeep);
58 55
59 void UpdateStorageUid(const DicomTag& tag, 56 void UpdateStorageUid(const DicomTag& tag,
60 const std::string& value, 57 const std::string& value,