diff Core/DicomFormat/DicomTag.h @ 1755:39c37a994b2f db-changes

handling of DICOM_TAG_MODALITIES_IN_STUDY
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Oct 2015 12:02:15 +0100
parents a7c05bbfaf6a
children 1065401501fb
line wrap: on
line diff
--- a/Core/DicomFormat/DicomTag.h	Wed Oct 28 11:31:58 2015 +0100
+++ b/Core/DicomFormat/DicomTag.h	Wed Oct 28 12:02:15 2015 +0100
@@ -109,6 +109,7 @@
 
   static const DicomTag DICOM_TAG_STUDY_DESCRIPTION(0x0008, 0x1030);
   static const DicomTag DICOM_TAG_SERIES_DESCRIPTION(0x0008, 0x103e);
+  static const DicomTag DICOM_TAG_MODALITY(0x0008, 0x0060);
 
   // The following is used for "modify/anonymize" operations
   static const DicomTag DICOM_TAG_SOP_CLASS_UID(0x0008, 0x0016);