comparison PerfsDb/Tests/FindStudy.py @ 165:1ff0d830bb87

find 100 results
author am@osimis.io
date Tue, 21 Aug 2018 15:20:45 +0200
parents f1a75985caa8
children
comparison
equal deleted inserted replaced
164:ff939d07989f 165:1ff0d830bb87
47 47
48 def test(self): 48 def test(self):
49 self._orthanc.studies.query( 49 self._orthanc.studies.query(
50 query = {"PatientID": "99998"} 50 query = {"PatientID": "99998"}
51 ) 51 )
52
53 class TestFindStudyByPatientId100Results(Test):
54
55 def __init__(self, name:str = "FindStudyByPatientId100Results"):
56 super().__init__(name)
57
58 def test(self):
59 self._orthanc.studies.query(
60 query = {"PatientID": "99997"}
61 )