changeset 3552:5abca33b2d01

tags for DICOMDIR
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 26 Oct 2019 18:50:54 +0200
parents 173c7f363d8f
children 1a2d0316e8ec
files Core/DicomFormat/DicomTag.h
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);
 }