comparison Applications/Samples/RtViewerPlugin/Plugin.cpp @ 1896:b3c08e607d9f

simplified signature of DicomStructureSet::ProjectStructure()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Jan 2022 17:19:37 +0100
parents a2955abe4c2e
children 07964689cb0b
comparison
equal deleted inserted replaced
1895:14c8f339d480 1896:b3c08e607d9f
39 Json::Value info; 39 Json::Value info;
40 if (!OrthancPlugins::RestApiGet(info, "/plugins/web-viewer", false)) 40 if (!OrthancPlugins::RestApiGet(info, "/plugins/web-viewer", false))
41 { 41 {
42 throw Orthanc::OrthancException( 42 throw Orthanc::OrthancException(
43 Orthanc::ErrorCode_InternalError, 43 Orthanc::ErrorCode_InternalError,
44 "The Stone MPR RT viewer requires the Web Viewer plugin to be installed"); 44 "The Stone MPR RT viewer requires the Orthanc Web Viewer plugin to be installed");
45 } 45 }
46 } 46 }
47 } 47 }
48 catch (Orthanc::OrthancException& e) 48 catch (Orthanc::OrthancException& e)
49 { 49 {