changeset 85:96a4cce190dc

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 30 Jun 2016 20:59:30 +0200
parents dc90b87471a8
children 0401ef51f5c1
files Plugins/DicomWeb/Run.py
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/DicomWeb/Run.py	Tue Jun 28 09:10:19 2016 +0200
+++ b/Plugins/DicomWeb/Run.py	Thu Jun 30 20:59:30 2016 +0200
@@ -18,6 +18,18 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 
+
+# You must add the following to the configuration file:
+#
+#  "DicomWeb" : {
+#    "Servers" : {
+#      "sample" : [ "http://localhost:8042/dicom-web/", "alice", "orthanctest" ]
+#    }
+#  }
+
+
+
+
 import os
 import pprint
 import sys