# HG changeset patch # User Alain Mazy # Date 1661784716 -7200 # Node ID ede7f06983b33dd049c6fd8366990f514b8cbf8e # Parent a4640d90e201af69b2087f251bf2d58b84d6c5b6 todo /rendered diff -r a4640d90e201 -r ede7f06983b3 TODO --- 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