comparison Core/DicomParsing/IDicomTranscoder.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 1f71c2f20e16
children 7dc5e7e0045d
comparison
equal deleted inserted replaced
3911:0ef7f4528be2 3912:7610af1532c3
83 bool HasSopInstanceUidChanged() const 83 bool HasSopInstanceUidChanged() const
84 { 84 {
85 return hasSopInstanceUidChanged_; 85 return hasSopInstanceUidChanged_;
86 } 86 }
87 87
88 DcmFileFormat& GetDicom() const; 88 DcmFileFormat& GetDicom() const;
89
90 DcmFileFormat* ReleaseDicom();
89 }; 91 };
90 92
91 /** 93 /**
92 * Transcoding flavor that creates a new parsed DICOM file. A 94 * Transcoding flavor that creates a new parsed DICOM file. A
93 * "std::set<>" is used to give the possible plugin the 95 * "std::set<>" is used to give the possible plugin the