Mercurial > hg > orthanc
changeset 5559:462b8f8a619c
todo private tags in ExtraMainDicomTags
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Mon, 22 Apr 2024 10:39:33 +0200 |
parents | c1ed59a5bdc2 |
children | c80dbbae3f60 |
files | TODO |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO Fri Apr 19 11:27:39 2024 +0200 +++ b/TODO Mon Apr 22 10:39:33 2024 +0200 @@ -64,7 +64,9 @@ from the DB. That would allow 2 orthancs in a swarm to realize when the other Orthanc has updated the file: https://discourse.orthanc-server.org/t/instances-id-content-api-results-are-different-in-docker-swarm-replicas-of-orthanc/4582 - +* Allow saving PrivateTags in ExtraMainDicomTags. + Note: they can actually be stored but they then appear as "Unknown Tag & Data" in the responses. + If we try to add the PrivateCreator in the ExtraMainDicomTags, then, the DICOMWeb plugin fails to initialize because the private tags are not known. ============================ Documentation (Orthanc Book)