Mercurial > hg > orthanc-stone
changeset 2059:f7cbc58ff44d deep-learning
integration mainline->deep-learning
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 24 Apr 2023 17:10:41 +0200 |
parents | c0627145b441 (current diff) 70b79788c2f3 (diff) |
children | 86e0e92a2e0d |
files | |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Mon Apr 24 17:09:23 2023 +0200 +++ b/TODO Mon Apr 24 17:10:41 2023 +0200 @@ -57,7 +57,12 @@ * Replace calls to /studies/.../series/.../metadata by calls to /instances?StudyInstanceUID=...&SeriesInstanceUID=...&includefield=...&includefield=... - to benefit from ExtraMainDicomTags stored in DB and avoid reading from disk. + to benefit from ExtraMainDicomTags stored in DB and avoid reading from disk when not necessary. + This way, we request only the tags that the viewer is going to use. + The /metadata requests all tags and therefore will read from the storage unless you have + specified "DicomWeb.SeriesMetadata": "MainDicomTags"; this is an acceptable workaround + for now but the first approach is cleaner and removes dependencies between the DicomWeb config + and stone. It might also be more efficient on other backends as well. -------- Wishlist