Mercurial > hg > orthanc
comparison 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 |
comparison
equal
deleted
inserted
replaced
3926:2910b0d30fe0 | 3928:4cdc875510d1 |
---|---|
457 StorageCommitmentReports& GetStorageCommitmentReports() | 457 StorageCommitmentReports& GetStorageCommitmentReports() |
458 { | 458 { |
459 return *storageCommitmentReports_; | 459 return *storageCommitmentReports_; |
460 } | 460 } |
461 | 461 |
462 ImageAccessor* DecodeDicomFrame(const std::string& publicId, | |
463 unsigned int frameIndex); | |
464 | |
465 ImageAccessor* DecodeDicomFrame(const DicomInstanceToStore& dicom, | |
466 unsigned int frameIndex); | |
467 | |
462 void StoreWithTranscoding(std::string& sopClassUid, | 468 void StoreWithTranscoding(std::string& sopClassUid, |
463 std::string& sopInstanceUid, | 469 std::string& sopInstanceUid, |
464 DicomStoreUserConnection& connection, | 470 DicomStoreUserConnection& connection, |
465 const std::string& dicom, | 471 const std::string& dicom, |
466 bool hasMoveOriginator, | 472 bool hasMoveOriginator, |