comparison OrthancServer/OrthancInitialization.h @ 2069:fabf7820d1f1

New configuration options: "DicomScuTimeout" and "DicomScpTimeout" + validation of non-negative options
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 13 Jul 2016 16:52:39 +0200
parents a0bd8cd55da7
children bb199bccdc45
comparison
equal deleted inserted replaced
2068:879f3be759ef 2069:fabf7820d1f1
62 const std::string& defaultValue); 62 const std::string& defaultValue);
63 63
64 static int GetGlobalIntegerParameter(const std::string& parameter, 64 static int GetGlobalIntegerParameter(const std::string& parameter,
65 int defaultValue); 65 int defaultValue);
66 66
67 static unsigned int GetGlobalUnsignedIntegerParameter(const std::string& parameter,
68 unsigned int defaultValue);
69
67 static bool GetGlobalBoolParameter(const std::string& parameter, 70 static bool GetGlobalBoolParameter(const std::string& parameter,
68 bool defaultValue); 71 bool defaultValue);
69 72
70 static void GetDicomModalityUsingSymbolicName(RemoteModalityParameters& modality, 73 static void GetDicomModalityUsingSymbolicName(RemoteModalityParameters& modality,
71 const std::string& name); 74 const std::string& name);