diff Core/DicomFormat/DicomTag.h @ 303:c76a35a85c69

ready for anonymization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 18 Dec 2012 19:01:01 +0100
parents 4d7469f72a0b
children bdd72233b105
line wrap: on
line diff
--- a/Core/DicomFormat/DicomTag.h	Tue Dec 18 17:29:30 2012 +0100
+++ b/Core/DicomFormat/DicomTag.h	Tue Dec 18 19:01:01 2012 +0100
@@ -100,4 +100,9 @@
   static const DicomTag DICOM_TAG_IMAGES_IN_ACQUISITION(0x0020, 0x1002);
 
   static const DicomTag DICOM_TAG_PATIENT_NAME(0x0010, 0x0010);
+
+  // The following is used for "modify" operations
+  static const DicomTag DICOM_TAG_SOP_CLASS_UID(0x0008, 0x0016);
+  static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_CLASS_UID(0x0002, 0x0002);
+  static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_INSTANCE_UID(0x0002, 0x0003);
 }