diff 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
line wrap: on
line diff
--- a/Resources/Configuration.json	Fri Nov 30 09:45:29 2012 +0100
+++ b/Resources/Configuration.json	Fri Nov 30 10:57:34 2012 +0100
@@ -66,7 +66,12 @@
 
     // The list of the known DICOM modalities
     "DicomModalities" : {
-        // "sample" : [ "SAMPLESCP", "192.168.100.42", 104 ]
+      /**
+       * Uncommenting the following line would enable Orthanc to
+       * connect to an instance of the "storescp" open-source DICOM
+       * store started by the command line "storescp 2000".
+       **/
+      // "sample" : [ "STORESCP", "localhost", 2000 ]
     },
 
     // The list of the known Orthanc peers (currently unused)