Mercurial > hg > orthanc
comparison OrthancFramework/Sources/DicomParsing/ParsedDicomFile.h @ 5303:9504de20d43d am-experimental
new SDK function OrthancPluginEncodeDicomWebJson3 that allows injecting an empty PixelData element at the end
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 25 May 2023 17:19:52 +0200 |
parents | 0ea402b4d901 |
children |
comparison
equal
deleted
inserted
replaced
5301:f26ed26a7793 | 5303:9504de20d43d |
---|---|
271 | 271 |
272 bool LookupTransferSyntax(DicomTransferSyntax& result) const; | 272 bool LookupTransferSyntax(DicomTransferSyntax& result) const; |
273 | 273 |
274 bool LookupPhotometricInterpretation(PhotometricInterpretation& result) const; | 274 bool LookupPhotometricInterpretation(PhotometricInterpretation& result) const; |
275 | 275 |
276 void Apply(ITagVisitor& visitor) const; | 276 void Apply(ITagVisitor& visitor, bool injectEmptyPixelData = false) const; |
277 | 277 |
278 // Decode the given frame, using the built-in DICOM decoder of Orthanc | 278 // Decode the given frame, using the built-in DICOM decoder of Orthanc |
279 ImageAccessor* DecodeFrame(unsigned int frame) const; | 279 ImageAccessor* DecodeFrame(unsigned int frame) const; |
280 | 280 |
281 void ReplacePath(const DicomPath& path, | 281 void ReplacePath(const DicomPath& path, |