Mercurial > hg > orthanc
comparison OrthancFramework/Sources/Enumerations.h @ 4512:cff7fdfc83a4
added FileContentType_DicomUntilPixelData
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 12 Feb 2021 11:33:16 +0100 |
parents | 68f52897c119 |
children | 5b929e6b3c36 |
comparison
equal
deleted
inserted
replaced
4511:1ec156a0da38 | 4512:cff7fdfc83a4 |
---|---|
724 { | 724 { |
725 // If you add a value below, insert it in "PluginStorageArea" in | 725 // If you add a value below, insert it in "PluginStorageArea" in |
726 // the file "Plugins/Engine/OrthancPlugins.cpp" | 726 // the file "Plugins/Engine/OrthancPlugins.cpp" |
727 FileContentType_Unknown = 0, | 727 FileContentType_Unknown = 0, |
728 FileContentType_Dicom = 1, | 728 FileContentType_Dicom = 1, |
729 FileContentType_DicomAsJson = 2, | 729 FileContentType_DicomAsJson = 2, // For Orthanc <= 1.9.0 |
730 FileContentType_DicomUntilPixelData = 3, // New in Orthanc 1.9.1 | |
730 | 731 |
731 // Make sure that the value "65535" can be stored into this enumeration | 732 // Make sure that the value "65535" can be stored into this enumeration |
732 FileContentType_StartUser = 1024, | 733 FileContentType_StartUser = 1024, |
733 FileContentType_EndUser = 65535 | 734 FileContentType_EndUser = 65535 |
734 }; | 735 }; |