changeset 526:389445feb3a0

removed TODO that is actually already covered: https://hg.orthanc-server.com/orthanc-tests/rev/18f2d55182fd
author Alain Mazy <am@osimis.io>
date Wed, 29 Jun 2022 11:26:18 +0200
parents a4c93eea9403
children 18b241a9f8ac
files TODO
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Wed Jun 29 10:22:25 2022 +0200
+++ b/TODO	Wed Jun 29 11:26:18 2022 +0200
@@ -1,7 +1,2 @@
 * 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
-
-* From Sylvain:
-  curl http://localhost:8044/dicom-web/instances?StudyInstanceUID=1.2.3.4 shall return not only the instance tags but also the study level tags.
-  See section 10.6.3.3.3 "Instance Resources" in https://dicom.nema.org/medical/dicom/current/output/html/part18.html:
-  "If the Target Resource is All Instances, then include all Study level Attributes specified in Section 10.6.3.3.1."