Mercurial > hg > orthanc-dicomweb
view TODO @ 525:a4c93eea9403
Refactored the way WADO-RS locate resources
author | Alain Mazy <am@osimis.io> |
---|---|
date | Wed, 29 Jun 2022 10:22:25 +0200 |
parents | f32d11e0555d |
children | 389445feb3a0 |
line wrap: on
line source
* 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."