comparison Tests/Tests.py @ 457:8121c8aab919 Orthanc-1.10.1

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 23 Mar 2022 12:33:15 +0100
parents f53cd250becc
children ee398adfeb8e 29aaa3df718f
comparison
equal deleted inserted replaced
455:f53cd250becc 457:8121c8aab919
8407 self.assertEqual(1, len(a)) 8407 self.assertEqual(1, len(a))
8408 8408
8409 8409
8410 def test_dicomweb_jpeg2k_implicit(self): 8410 def test_dicomweb_jpeg2k_implicit(self):
8411 # This is a file encoded using 1.2.840.10008.1.2.4.90 transfer 8411 # This is a file encoded using 1.2.840.10008.1.2.4.90 transfer
8412 # syntax, in which all the DICOM tags have the "UN" value 8412 # syntax, in which most DICOM tags have the "UN" value
8413 # representation. Support introduced in Orthanc 1.10.1. 8413 # representation. Support introduced in Orthanc 1.10.1.
8414 # https://groups.google.com/g/orthanc-users/c/86fobx3ZyoM/m/KBG17un6AQAJ 8414 # https://groups.google.com/g/orthanc-users/c/86fobx3ZyoM/m/KBG17un6AQAJ
8415 a = UploadInstance(_REMOTE, '2022-03-08-RicSmi.dcm') ['ID'] 8415 a = UploadInstance(_REMOTE, '2022-03-08-RicSmi.dcm') ['ID']
8416 b = DoGet(_REMOTE, '/instances/%s/file' % a, 8416 b = DoGet(_REMOTE, '/instances/%s/file' % a,
8417 headers = { 'Accept' : 'application/dicom+json' }) 8417 headers = { 'Accept' : 'application/dicom+json' })