Mercurial > hg > orthanc
changeset 3556:87940f7156e0
DICOM_TAG_REFERENCED_FILE_ID
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 31 Oct 2019 14:00:39 +0100 |
parents | 99cd59fe8c5c |
children | 4d809b2e1141 |
files | Core/DicomFormat/DicomTag.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/DicomFormat/DicomTag.h Wed Oct 30 11:55:42 2019 +0100 +++ b/Core/DicomFormat/DicomTag.h Thu Oct 31 14:00:39 2019 +0100 @@ -235,4 +235,5 @@ 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); + static const DicomTag DICOM_TAG_REFERENCED_FILE_ID(0x0004, 0x1500); }