comparison 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
comparison
equal deleted inserted replaced
84:dc90b87471a8 85:96a4cce190dc
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 # General Public License for more details. 15 # General Public License for more details.
16 # 16 #
17 # You should have received a copy of the GNU General Public License 17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20
21
22 # You must add the following to the configuration file:
23 #
24 # "DicomWeb" : {
25 # "Servers" : {
26 # "sample" : [ "http://localhost:8042/dicom-web/", "alice", "orthanctest" ]
27 # }
28 # }
29
30
19 31
20 32
21 import os 33 import os
22 import pprint 34 import pprint
23 import sys 35 import sys