changeset 521:81b2ef960209

TODO
author Alain Mazy <am@osimis.io>
date Tue, 14 Jun 2022 07:00:13 +0200
parents 21aa3075cd76
children b89d1dd8bdd1
files TODO
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Fri Jun 10 08:49:42 2022 +0200
+++ b/TODO	Tue Jun 14 07:00:13 2022 +0200
@@ -4,4 +4,9 @@
 * 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
\ No newline at end of file
+  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
+