Mercurial > hg > orthanc
comparison Core/Enumerations.h @ 233:c11273198cef
rename
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 30 Nov 2012 14:30:05 +0100 |
parents | 5368bbe813cf |
children | bd009f0b1931 |
comparison
equal
deleted
inserted
replaced
232:5368bbe813cf | 233:c11273198cef |
---|---|
75 { | 75 { |
76 CompressionType_None = 1, | 76 CompressionType_None = 1, |
77 CompressionType_Zlib = 2 | 77 CompressionType_Zlib = 2 |
78 }; | 78 }; |
79 | 79 |
80 enum FileType | 80 enum FileContentType |
81 { | 81 { |
82 FileType_Dicom = 1, | 82 FileContentType_Dicom = 1, |
83 FileType_Json = 2 | 83 FileContentType_Json = 2 |
84 }; | 84 }; |
85 } | 85 } |