diff OrthancStone/Samples/Sdl/RtViewer/RtViewerSdl.cpp @ 1525:31b0449a163a

JPEG mode re-enabled in MPR RT viewer + some docs
author Benjamin Golinvaux <bgo@osimis.io>
date Sat, 01 Aug 2020 14:42:31 +0200
parents 307a805d0587
children c7a37c3a0b8e
line wrap: on
line diff
--- a/OrthancStone/Samples/Sdl/RtViewer/RtViewerSdl.cpp	Sat Aug 01 14:42:03 2020 +0200
+++ b/OrthancStone/Samples/Sdl/RtViewer/RtViewerSdl.cpp	Sat Aug 01 14:42:31 2020 +0200
@@ -101,13 +101,13 @@
        "Base URL of the Orthanc instance")
 
       ("ctseries", po::value<std::string>()->default_value("a04ecf01-79b2fc33-58239f7e-ad9db983-28e81afa"),
-       "Orthanc ID of the CT series to load")
+       "Orthanc ID of the CT series to load. This must be supplied.")
 
       ("rtdose", po::value<std::string>()->default_value("830a69ff-8e4b5ee3-b7f966c8-bccc20fb-d322dceb"),
-       "Orthanc ID of the RTDOSE instance to load")
+       "Orthanc ID of the RTDOSE instance to load. This may be an empty string.")
 
       ("rtstruct", po::value<std::string>()->default_value("54460695-ba3885ee-ddf61ac0-f028e31d-a6e474d9"),
-       "Orthanc ID of the RTSTRUCT instance to load")
+       "Orthanc ID of the RTSTRUCT instance to load. This may be an empty string.")
       ;
 
     po::variables_map vm;