comparison TODO @ 5626:72dcf3a8d7d5

todo: Combine StudyDate + StudyTime in C-Find matching
author Alain Mazy <am@orthanc.team>
date Thu, 16 May 2024 15:31:31 +0200
parents f84301e077cf
children 4a2bfda999c6
comparison
equal deleted inserted replaced
5624:790335c99713 5626:72dcf3a8d7d5
193 193
194 * Support extended association (e.g. for C-Find relational queries): 194 * Support extended association (e.g. for C-Find relational queries):
195 https://groups.google.com/d/msg/orthanc-users/xD4d3mpc6ms/srF7E2goAAAJ 195 https://groups.google.com/d/msg/orthanc-users/xD4d3mpc6ms/srF7E2goAAAJ
196 * Support C-MOVE-CANCEL: 196 * Support C-MOVE-CANCEL:
197 https://groups.google.com/d/msg/orthanc-users/KnduYBFd06A/o86cl5SeCAAJ 197 https://groups.google.com/d/msg/orthanc-users/KnduYBFd06A/o86cl5SeCAAJ
198 * Combine StudyDate + StudyTime in C-Find matching (also for the worklist plugin with
199 ScheduledProcedureStartTime & Date).
200 We should first filter in SQL by StudyDate only, combine it with StudyTime into a single
201 DateTime string and filter again in C++.
202 https://discourse.orthanc-server.org/t/performin-find-within-orthanc-for-time-frames/4704
198 203
199 -------------------- 204 --------------------
200 Internationalization 205 Internationalization
201 -------------------- 206 --------------------
202 207