changeset 538:ede7f06983b3

todo /rendered
author Alain Mazy <am@osimis.io>
date Mon, 29 Aug 2022 16:51:56 +0200
parents a4640d90e201
children a214f8d87ee1
files TODO
diffstat 1 files changed, 2 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Tue Aug 09 17:25:49 2022 +0200
+++ b/TODO	Mon Aug 29 16:51:56 2022 +0200
@@ -1,8 +1,5 @@
 * 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
+* /rendered at study level shall return all instances, not only one (https://groups.google.com/g/orthanc-users/c/uFWanYhV8Fs/m/ezi1iXCXCAAJ)
+  Check /rendered at series level too.
\ No newline at end of file