Mercurial > hg > orthanc
changeset 3553:1a2d0316e8ec
new tag
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sat, 26 Oct 2019 19:37:52 +0200 |
parents | 5abca33b2d01 |
children | 8fe89c2ea593 |
files | Core/DicomFormat/DicomTag.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/DicomFormat/DicomTag.h Sat Oct 26 18:50:54 2019 +0200 +++ b/Core/DicomFormat/DicomTag.h Sat Oct 26 19:37:52 2019 +0200 @@ -234,4 +234,5 @@ static const DicomTag DICOM_TAG_DIRECTORY_RECORD_TYPE(0x0004, 0x1430); static const DicomTag DICOM_TAG_OFFSET_OF_THE_NEXT_DIRECTORY_RECORD(0x0004, 0x1400); static const DicomTag DICOM_TAG_OFFSET_OF_REFERENCED_LOWER_LEVEL_DIRECTORY_ENTITY(0x0004, 0x1420); + static const DicomTag DICOM_TAG_REFERENCED_SOP_INSTANCE_UID_IN_FILE(0x0004, 0x1511); }