comparison Plugins/DicomWeb/Run.py @ 271:d202bfcd7b96

typo
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Feb 2020 13:24:27 +0100
parents 082f35cb4459
children a94b0409fdac
comparison
equal deleted inserted replaced
270:082f35cb4459 271:d202bfcd7b96
988 p = DoGetMultipart(ORTHANC, 'dicom-web/studies/1.2.276.0.26.1.1.1.2.2020.45.52293.1506048/series/1.2.276.0.26.1.1.1.2.2020.45.52293.6384450/instances/1.2.276.0.26.1.1.1.2.2020.45.52366.2551599.179568640/frames/5') 988 p = DoGetMultipart(ORTHANC, 'dicom-web/studies/1.2.276.0.26.1.1.1.2.2020.45.52293.1506048/series/1.2.276.0.26.1.1.1.2.2020.45.52293.6384450/instances/1.2.276.0.26.1.1.1.2.2020.45.52366.2551599.179568640/frames/5')
989 self.assertEqual(1, len(p)) 989 self.assertEqual(1, len(p))
990 self.assertEqual(743 * 975 * 3, len(p[0])) 990 self.assertEqual(743 * 975 * 3, len(p[0]))
991 991
992 992
993 def test_bitbuck_issue_168(self): 993 def test_bitbucket_issue_168(self):
994 # "Plugins can't read private tags from the configuration file" 994 # "Plugins can't read private tags from the configuration file"
995 # This test will fail if DCMTK <= 3.6.1 (e.g. on Ubuntu 16.04) 995 # This test will fail if DCMTK <= 3.6.1 (e.g. on Ubuntu 16.04)
996 # https://bitbucket.org/sjodogne/orthanc/issues/168/ 996 # https://bitbucket.org/sjodogne/orthanc/issues/168/
997 997
998 UploadInstance(ORTHANC, 'Issue168.dcm') 998 UploadInstance(ORTHANC, 'Issue168.dcm')