Mercurial > hg > orthanc-dicomweb
view TODO @ 521:81b2ef960209
TODO
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 14 Jun 2022 07:00:13 +0200 |
parents | 21aa3075cd76 |
children | b89d1dd8bdd1 |
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 * use the same DicomMap as the core of Orthanc (wrt ExtraMainDicomTags) from https://groups.google.com/g/orthanc-users/c/-ZKW9967DW4/m/9T3bwHeCAAAJ command to test: curl -H "Accept: application/json" http://localhost:8044/dicom-web/studies/1.2.840.113619.2.404.3.2831156996.875.1599094730.441/series/1.2.840.113619.2.404.3.2831156996.875.1599094730.453.5/metadata * handle same SeriesInstanceUID in different studies: from https://groups.google.com/g/orthanc-users/c/nSBcMP_ri4o/m/sQxqKa72BAAJ We can indeed solve the issue by calling tools/find instead of tools/lookup in the LocateSeries method