Mercurial > hg > orthanc
changeset 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 | 790335c99713 |
children | a7c88563c8cc cfb67c7ccb4d |
files | TODO |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Tue May 14 09:47:50 2024 +0200 +++ b/TODO Thu May 16 15:31:31 2024 +0200 @@ -195,6 +195,11 @@ https://groups.google.com/d/msg/orthanc-users/xD4d3mpc6ms/srF7E2goAAAJ * Support C-MOVE-CANCEL: https://groups.google.com/d/msg/orthanc-users/KnduYBFd06A/o86cl5SeCAAJ +* Combine StudyDate + StudyTime in C-Find matching (also for the worklist plugin with + ScheduledProcedureStartTime & Date). + We should first filter in SQL by StudyDate only, combine it with StudyTime into a single + DateTime string and filter again in C++. + https://discourse.orthanc-server.org/t/performin-find-within-orthanc-for-time-frames/4704 -------------------- Internationalization