Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sjoerdk/dicomtrolley
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdk committed Apr 1, 2021
2 parents dd7cee9 + cd7488d commit 7e436ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ studies = trolley.find_studies(
Query(modalitiesInStudy='CT*',
patientSex="F",
minStudyDate=datetime(year=2015, month=3, day=1),
maxStudyDate=datetime(year=2020, month=3, day=1),
maxStudyDate=datetime(year=2020, month=3, day=1),
includeFields=['PatientBirthDate',
'SOPClassesInStudy']))
```
Expand Down Expand Up @@ -83,4 +83,4 @@ Dicomtrolley has been developed for and tested on a Vitrea Connection 8.2.0.1 sy
be consistent with WADO and MINT 1.2 interfaces, but does not implement all parts of these standards.

Certain query parameter values and restraints might be specific to Vitrea Connection 8.2.0.1. For example,
the exact list of DICOM elements that can be returned from a query might be different for different servers.
the exact list of DICOM elements that can be returned from a query might be different for different servers.

0 comments on commit 7e436ec

Please sign in to comment.