comparison OrthancServer/Resources/Configuration.json @ 4316:7dc52763ab1c

explanation in configuration file
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 21 Nov 2020 10:49:54 +0100
parents e62bd014ae5c
children 6fa8bb987be2
comparison
equal deleted inserted replaced
4315:e62bd014ae5c 4316:7dc52763ab1c
195 195
196 /** 196 /**
197 * Network topology 197 * Network topology
198 **/ 198 **/
199 199
200 // The list of the known DICOM modalities 200 // The list of the known DICOM modalities. This option is ignored if
201 // "DicomModalitiesInDatabase" is set to "true", in which case you
202 // must use the REST API to define modalities.
201 "DicomModalities" : { 203 "DicomModalities" : {
202 /** 204 /**
203 * Uncommenting the following line would enable Orthanc to 205 * Uncommenting the following line would enable Orthanc to
204 * connect to an instance of the "storescp" open-source DICOM 206 * connect to an instance of the "storescp" open-source DICOM
205 * store (shipped in the DCMTK distribution), as started by the 207 * store (shipped in the DCMTK distribution), as started by the
288 // The timeout (in seconds) after which the DICOM associations are 290 // The timeout (in seconds) after which the DICOM associations are
289 // considered as closed by the Orthanc SCU (client) if the remote 291 // considered as closed by the Orthanc SCU (client) if the remote
290 // DICOM SCP (server) does not answer. 292 // DICOM SCP (server) does not answer.
291 "DicomScuTimeout" : 10, 293 "DicomScuTimeout" : 10,
292 294
293 // The list of the known Orthanc peers 295 // The list of the known Orthanc peers. This option is ignored if
296 // "OrthancPeersInDatabase" is set to "true", in which case you must
297 // use the REST API to define Orthanc peers.
294 "OrthancPeers" : { 298 "OrthancPeers" : {
295 /** 299 /**
296 * Each line gives the base URL of an Orthanc peer, possibly 300 * Each line gives the base URL of an Orthanc peer, possibly
297 * followed by the username/password pair (if the password 301 * followed by the username/password pair (if the password
298 * protection is enabled on the peer). 302 * protection is enabled on the peer).