comparison Resources/Configuration.json @ 227:209ca3f6db62

dicom-scu from rest
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Nov 2012 10:57:34 +0100
parents 9bb7e8277e15
children 6d9be2b470b4
comparison
equal deleted inserted replaced
226:8a26a8e85edf 227:209ca3f6db62
64 * Network topology 64 * Network topology
65 **/ 65 **/
66 66
67 // The list of the known DICOM modalities 67 // The list of the known DICOM modalities
68 "DicomModalities" : { 68 "DicomModalities" : {
69 // "sample" : [ "SAMPLESCP", "192.168.100.42", 104 ] 69 /**
70 * Uncommenting the following line would enable Orthanc to
71 * connect to an instance of the "storescp" open-source DICOM
72 * store started by the command line "storescp 2000".
73 **/
74 // "sample" : [ "STORESCP", "localhost", 2000 ]
70 }, 75 },
71 76
72 // The list of the known Orthanc peers (currently unused) 77 // The list of the known Orthanc peers (currently unused)
73 "OrthancPeers" : { 78 "OrthancPeers" : {
74 } 79 }