# HG changeset patch # User Sebastien Jodogne # Date 1572108654 -7200 # Node ID 5abca33b2d01da9d2bb7f0b5d097eec269cf35bb # Parent 173c7f363d8fda6ce3ac882ca854951ad95f15de tags for DICOMDIR diff -r 173c7f363d8f -r 5abca33b2d01 Core/DicomFormat/DicomTag.h --- a/Core/DicomFormat/DicomTag.h Sat Oct 26 15:59:59 2019 +0200 +++ b/Core/DicomFormat/DicomTag.h Sat Oct 26 18:50:54 2019 +0200 @@ -229,4 +229,9 @@ static const DicomTag DICOM_TAG_REFERENCED_FRAME_OF_REFERENCE_SEQUENCE(0x3006, 0x0010); static const DicomTag DICOM_TAG_RT_REFERENCED_STUDY_SEQUENCE(0x3006, 0x0012); static const DicomTag DICOM_TAG_RT_REFERENCED_SERIES_SEQUENCE(0x3006, 0x0014); + + // Tags for DICOMDIR + 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); }