Mercurial > hg > orthanc-book
changeset 1062:48bbf394483e
extra dicom tags warning
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Thu, 18 Apr 2024 13:02:00 +0200 |
parents | 7c6b752c2e30 |
children | 54ec4337e2bd |
files | Sphinx/source/faq/main-dicom-tags.rst |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/main-dicom-tags.rst Mon Apr 15 10:45:32 2024 +0200 +++ b/Sphinx/source/faq/main-dicom-tags.rst Thu Apr 18 13:02:00 2024 +0200 @@ -133,6 +133,12 @@ the search but will use the ``StudyDescription`` recorded at ``Series`` level when returning the responses. +*Note:* You should only include tags from the same or from a higher level: +E.g. Storing ``StudyDescription`` at ``Series`` level is possible since +all series are supposed to share the same ``StudyDescription``. But, adding +``SeriesDescription`` at ``Study`` level will lead to unpredictible results. +Orthanc will **not** check that the tags levels are adequate. + Warnings ========