comparison OrthancStone/Sources/StoneEnumerations.h @ 1666:1e6d3289b1ad

enable catching of exceptions in stone web viewer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 19 Nov 2020 17:10:08 +0100
parents f62f685e0eb2
children 9ac2a65d4172
comparison
equal deleted inserted replaced
1665:f62f685e0eb2 1666:1e6d3289b1ad
117 SopClassUid_VideoPhotographicImageStorage 117 SopClassUid_VideoPhotographicImageStorage
118 }; 118 };
119 119
120 enum SeriesThumbnailType 120 enum SeriesThumbnailType
121 { 121 {
122 SeriesThumbnailType_NotLoaded = 1, // The remote server cannot decode this image 122 SeriesThumbnailType_NotLoaded = 1, // "SeriesThumbnailsLoader" has not information about this series yet
123 SeriesThumbnailType_Unsupported = 2, // The remote server cannot decode this image 123 SeriesThumbnailType_Unsupported = 2, // The remote server cannot decode this image
124 SeriesThumbnailType_Pdf = 3, 124 SeriesThumbnailType_Pdf = 3,
125 SeriesThumbnailType_Video = 4, 125 SeriesThumbnailType_Video = 4,
126 SeriesThumbnailType_Image = 5 126 SeriesThumbnailType_Image = 5
127 }; 127 };