From cd7488d1267715c867ca287638bc2662a2a21cda Mon Sep 17 00:00:00 2001 From: Sjoerd Kerkstra Date: Thu, 1 Apr 2021 20:09:29 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43fdff3..beb1c88 100644 --- a/README.md +++ b/README.md @@ -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'])) ``` @@ -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. \ No newline at end of file +the exact list of DICOM elements that can be returned from a query might be different for different servers.