comparison Core/DicomFormat/DicomTag.h @ 1279:7f3a65e84d4b

More flexible /modify and /anonymize for single instance
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Feb 2015 16:14:29 +0100
parents 6164f7200c43
children 6e7e5ed91c2d
comparison
equal deleted inserted replaced
1278:7aa0630a958e 1279:7f3a65e84d4b
107 static const DicomTag DICOM_TAG_CARDIAC_NUMBER_OF_IMAGES(0x0018, 0x1090); 107 static const DicomTag DICOM_TAG_CARDIAC_NUMBER_OF_IMAGES(0x0018, 0x1090);
108 static const DicomTag DICOM_TAG_IMAGES_IN_ACQUISITION(0x0020, 0x1002); 108 static const DicomTag DICOM_TAG_IMAGES_IN_ACQUISITION(0x0020, 0x1002);
109 109
110 static const DicomTag DICOM_TAG_PATIENT_NAME(0x0010, 0x0010); 110 static const DicomTag DICOM_TAG_PATIENT_NAME(0x0010, 0x0010);
111 111
112 // The following is used for "modify" operations 112 // The following is used for "modify/anonymize" operations
113 static const DicomTag DICOM_TAG_SOP_CLASS_UID(0x0008, 0x0016); 113 static const DicomTag DICOM_TAG_SOP_CLASS_UID(0x0008, 0x0016);
114 static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_CLASS_UID(0x0002, 0x0002); 114 static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_CLASS_UID(0x0002, 0x0002);
115 static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_INSTANCE_UID(0x0002, 0x0003); 115 static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_INSTANCE_UID(0x0002, 0x0003);
116 static const DicomTag DICOM_TAG_DEIDENTIFICATION_METHOD(0x0012, 0x0063);
116 117
117 // DICOM tags used for fMRI (thanks to Will Ryder) 118 // DICOM tags used for fMRI (thanks to Will Ryder)
118 static const DicomTag DICOM_TAG_NUMBER_OF_TEMPORAL_POSITIONS(0x0020, 0x0105); 119 static const DicomTag DICOM_TAG_NUMBER_OF_TEMPORAL_POSITIONS(0x0020, 0x0105);
119 static const DicomTag DICOM_TAG_TEMPORAL_POSITION_IDENTIFIER(0x0020, 0x0100); 120 static const DicomTag DICOM_TAG_TEMPORAL_POSITION_IDENTIFIER(0x0020, 0x0100);
120 121