# HG changeset patch # User Alain Mazy # Date 1657622790 -7200 # Node ID 507cac0984f7f69a73f577b4a07ac13c06cef811 # Parent 5a69d2f840888831a18008d28a9bd336f43bc5b9 todo diff -r 5a69d2f84088 -r 507cac0984f7 TODO --- 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