Mercurial > hg > orthanc-tests
diff Plugins/DicomWeb/Run.py @ 85:96a4cce190dc
note
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 30 Jun 2016 20:59:30 +0200 |
parents | dc90b87471a8 |
children | 2af6c0fb850d |
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