# HG changeset patch # User Sebastien Jodogne # Date 1583312442 -3600 # Node ID ae0e3fd609df015f79c2db799ae661c473ebc7ef # Parent e9029cb94d7c974eb13e4140272163e03a05bb08 sample for "Manufacturer" option in "DicomModalities" config diff -r e9029cb94d7c -r ae0e3fd609df Core/WebServiceParameters.cpp --- a/Core/WebServiceParameters.cpp Mon Mar 02 16:18:11 2020 +0100 +++ b/Core/WebServiceParameters.cpp Wed Mar 04 10:00:42 2020 +0100 @@ -304,7 +304,8 @@ break; default: - throw OrthancException(ErrorCode_BadFileFormat); + throw OrthancException(ErrorCode_BadFileFormat, + "User-defined properties associated with a Web service must be strings: " + *it); } } } diff -r e9029cb94d7c -r ae0e3fd609df Resources/Configuration.json --- a/Resources/Configuration.json Mon Mar 02 16:18:11 2020 +0100 +++ b/Resources/Configuration.json Wed Mar 04 10:00:42 2020 +0100 @@ -217,6 +217,7 @@ // "AET" : "ORTHANC", // "Port" : 104, // "Host" : "127.0.0.1", + // "Manufacturer" : "Generic", // "AllowEcho" : false, // "AllowFind" : false, // "AllowMove" : false,