comparison Resources/Samples/ImportDicomFiles/ImportDicomFiles.py @ 1766:d178fab186dd

reminder of password
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 30 Oct 2015 08:16:53 +0100
parents 6e7e5ed91c2d
children b1291df2f780
comparison
equal deleted inserted replaced
1765:57b9e6890482 1766:d178fab186dd
79 79
80 if resp.status == 200: 80 if resp.status == 200:
81 sys.stdout.write(" => success\n") 81 sys.stdout.write(" => success\n")
82 success_count += 1 82 success_count += 1
83 else: 83 else:
84 sys.stdout.write(" => failure (Is it a DICOM file?)\n") 84 sys.stdout.write(" => failure (Is it a DICOM file? Is there a password?)\n")
85 85
86 except: 86 except:
87 sys.stdout.write(" => unable to connect (Is Orthanc running? Is there a password?)\n") 87 sys.stdout.write(" => unable to connect (Is Orthanc running? Is there a password?)\n")
88 88
89 89