comparison Resources/Configuration.json @ 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 e33e0ae51d7b
children a657f7772e69
comparison
equal deleted inserted replaced
2068:879f3be759ef 2069:fabf7820d1f1
104 104
105 // Whether Orthanc accepts to act as C-Store SCP for unknown storage 105 // Whether Orthanc accepts to act as C-Store SCP for unknown storage
106 // SOP classes (aka. "promiscuous mode") 106 // SOP classes (aka. "promiscuous mode")
107 "UnknownSopClassAccepted" : false, 107 "UnknownSopClassAccepted" : false,
108 108
109 // Set the timeout (in seconds) after which the DICOM associations
110 // are closed by the Orthanc SCP (server) if no further DIMSE
111 // command is received from the SCU (client).
112 "DicomScpTimeout" : 30,
113
109 114
110 115
111 /** 116 /**
112 * Security-related options for the HTTP server 117 * Security-related options for the HTTP server
113 **/ 118 **/
155 * "AgfaImpax" (Agfa IMPAX), "EFilm2" (eFilm version 2), and 160 * "AgfaImpax" (Agfa IMPAX), "EFilm2" (eFilm version 2), and
156 * "Vitrea". This parameter is case-sensitive. 161 * "Vitrea". This parameter is case-sensitive.
157 **/ 162 **/
158 // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ] 163 // "clearcanvas" : [ "CLEARCANVAS", "192.168.1.1", 104, "ClearCanvas" ]
159 }, 164 },
165
166 // The timeout (in seconds) after which the DICOM associations are
167 // considered as closed by the Orthanc SCU (client) if the remote
168 // DICOM SCP (server) does not answer.
169 "DicomScuTimeout" : 10,
160 170
161 // The list of the known Orthanc peers 171 // The list of the known Orthanc peers
162 "OrthancPeers" : { 172 "OrthancPeers" : {
163 /** 173 /**
164 * Each line gives the base URL of an Orthanc peer, possibly 174 * Each line gives the base URL of an Orthanc peer, possibly