# HG changeset patch # User Alain Mazy # Date 1715866291 -7200 # Node ID 72dcf3a8d7d526e95c8f290801a0b675a0533590 # Parent 790335c997136233bf8c0fc966f1787adc9be4b5 todo: Combine StudyDate + StudyTime in C-Find matching diff -r 790335c99713 -r 72dcf3a8d7d5 TODO --- 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