comparison Framework/Loaders/SeriesThumbnailsLoader.h @ 1254:7a0460c5e98e broker

don't follow redirections if contacting the Orthanc REST API
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 08 Jan 2020 14:01:36 +0100
parents c471a0aa137b
children 0ca50d275b9a
comparison
equal deleted inserted replaced
1253:227ebd71802f 1254:7a0460c5e98e
32 32
33 namespace OrthancStone 33 namespace OrthancStone
34 { 34 {
35 enum SeriesThumbnailType 35 enum SeriesThumbnailType
36 { 36 {
37 SeriesThumbnailType_Unknown = 1, 37 SeriesThumbnailType_NotLoaded = 1, // The remote server cannot decode this image
38 SeriesThumbnailType_Pdf = 2, 38 SeriesThumbnailType_Unsupported = 2, // The remote server cannot decode this image
39 SeriesThumbnailType_Video = 3, 39 SeriesThumbnailType_Pdf = 3,
40 SeriesThumbnailType_Image = 4 40 SeriesThumbnailType_Video = 4,
41 SeriesThumbnailType_Image = 5
41 }; 42 };
42 43
43 44
44 class SeriesThumbnailsLoader : 45 class SeriesThumbnailsLoader :
45 public IObservable, 46 public IObservable,