changeset 535:507cac0984f7

todo
author Alain Mazy <am@osimis.io>
date Tue, 12 Jul 2022 12:46:30 +0200
parents 5a69d2f84088
children ff823e1c3140
files TODO
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Thu Jun 30 18:28:58 2022 +0200
+++ b/TODO	Tue Jul 12 12:46:30 2022 +0200
@@ -1,2 +1,8 @@
 * Implement capabilities: https://www.dicomstandard.org/using/dicomweb/capabilities/
   from https://groups.google.com/d/msgid/orthanc-users/c60227f2-c6da-4fd9-9b03-3ce9bf7d1af5n%40googlegroups.com?utm_medium=email&utm_source=footer
+
+* When SeriesMetadataMode == MainDicomTags:
+  check if the calls to /studies/.../series/metadata is not doing twice the same sub-calls:
+    call to /series/.../instances -> returns all main dicom tags for all instances
+    call to /instances/...?full -> returns all main dicom tags for all instances
+  We might speed it up by a factor of 2
\ No newline at end of file