# HG changeset patch # User Sebastien Jodogne # Date 1467313170 -7200 # Node ID 96a4cce190dc463420183ebe6d165ea231c14448 # Parent dc90b87471a8da3db032aefc84b19338482c8d19 note diff -r dc90b87471a8 -r 96a4cce190dc Plugins/DicomWeb/Run.py --- 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 . + +# 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