Mercurial > hg > orthanc
diff OrthancServer/ServerContext.h @ 3928:4cdc875510d1 transcoding
ServerContext::DecodeDicomFrame()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 14 May 2020 13:31:05 +0200 |
parents | 0e3849268a55 |
children | b99acc213937 |
line wrap: on
line diff
--- a/OrthancServer/ServerContext.h Thu May 14 07:37:44 2020 +0200 +++ b/OrthancServer/ServerContext.h Thu May 14 13:31:05 2020 +0200 @@ -459,6 +459,12 @@ return *storageCommitmentReports_; } + ImageAccessor* DecodeDicomFrame(const std::string& publicId, + unsigned int frameIndex); + + ImageAccessor* DecodeDicomFrame(const DicomInstanceToStore& dicom, + unsigned int frameIndex); + void StoreWithTranscoding(std::string& sopClassUid, std::string& sopInstanceUid, DicomStoreUserConnection& connection,