Mercurial > hg > orthanc-tests
comparison Plugins/DicomWeb/Run.py @ 555:739cad709a8c
skipping DicomWeb test not implemented yet
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 27 Jun 2023 16:41:28 +0200 |
parents | 71096a3e3006 |
children | 0ad170c7b6c8 |
comparison
equal
deleted
inserted
replaced
552:71096a3e3006 | 555:739cad709a8c |
---|---|
1689 'X-Forwarded-Proto': 'https' | 1689 'X-Forwarded-Proto': 'https' |
1690 }) | 1690 }) |
1691 self.assertIn("https://my-domain/dicom-web", m[0][u'7FE00010']['BulkDataURI']) | 1691 self.assertIn("https://my-domain/dicom-web", m[0][u'7FE00010']['BulkDataURI']) |
1692 | 1692 |
1693 | 1693 |
1694 @unittest.skip("Not implemented yet") | |
1694 def test_issue_216(self): | 1695 def test_issue_216(self): |
1695 if IsOrthancVersionAbove(ORTHANC, 1, 12, 1): | 1696 if IsOrthancVersionAbove(ORTHANC, 1, 12, 1): |
1696 study = UploadInstance(ORTHANC, 'ColorTestImageJ.dcm')['ParentStudy'] | 1697 study = UploadInstance(ORTHANC, 'ColorTestImageJ.dcm')['ParentStudy'] |
1697 studyUid = DoGet(ORTHANC, '/studies/%s' % study)['MainDicomTags']['StudyInstanceUID'] | 1698 studyUid = DoGet(ORTHANC, '/studies/%s' % study)['MainDicomTags']['StudyInstanceUID'] |
1698 | 1699 |