Mercurial > hg > orthanc
comparison OrthancServer/Sources/ServerContext.cpp @ 4666:3294385a245a
typo
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 21 May 2021 11:25:35 +0200 |
parents | 66109d24d26e |
children | 521e39b3f2c0 |
comparison
equal
deleted
inserted
replaced
4665:43f13842bc3b | 4666:3294385a245a |
---|---|
832 const std::set<DicomTag>& ignoreTagLength) | 832 const std::set<DicomTag>& ignoreTagLength) |
833 { | 833 { |
834 /** | 834 /** |
835 * CASE 1: The DICOM file, truncated at pixel data, is available | 835 * CASE 1: The DICOM file, truncated at pixel data, is available |
836 * as an attachment (it was created either because the storage | 836 * as an attachment (it was created either because the storage |
837 * area does not support range reads, or it "StorageCompression" | 837 * area does not support range reads, or if "StorageCompression" |
838 * is enabled). Simply return this attachment. | 838 * is enabled). Simply return this attachment. |
839 **/ | 839 **/ |
840 | 840 |
841 FileInfo attachment; | 841 FileInfo attachment; |
842 int64_t revision; // Ignored | 842 int64_t revision; // Ignored |