diff OrthancStone/Sources/Loaders/SeriesThumbnailsLoader.cpp @ 1657:66e5fcdf5597

pdf viewer is working
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 18 Nov 2020 11:19:09 +0100
parents 7fc8a3ff09ee
children f62f685e0eb2
line wrap: on
line diff
--- a/OrthancStone/Sources/Loaders/SeriesThumbnailsLoader.cpp	Tue Nov 17 11:18:53 2020 +0100
+++ b/OrthancStone/Sources/Loaders/SeriesThumbnailsLoader.cpp	Wed Nov 18 11:19:09 2020 +0100
@@ -262,7 +262,7 @@
             type = ExtractSopClassUid(sopClassUid);
           }
         }
-      
+
         GetLoader()->AcquireThumbnail(GetSource(), GetStudyInstanceUid(),
                                       GetSeriesInstanceUid(), new Thumbnail(type));
       }
@@ -302,7 +302,7 @@
     {
       // The DICOMweb wasn't able to generate a thumbnail, try to
       // retrieve the SopClassUID tag using QIDO-RS
-
+      
       std::map<std::string, std::string> arguments, headers;
       arguments["0020000D"] = GetStudyInstanceUid();
       arguments["0020000E"] = GetSeriesInstanceUid();