comparison Core/DicomFormat/DicomTag.h @ 441:9d876ea52df4

thanks
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 16 May 2013 15:45:38 +0200
parents aa50783f9550
children e0cfb413c86b
comparison
equal deleted inserted replaced
440:23e5b35e3c5c 441:9d876ea52df4
105 // The following is used for "modify" operations 105 // The following is used for "modify" operations
106 static const DicomTag DICOM_TAG_SOP_CLASS_UID(0x0008, 0x0016); 106 static const DicomTag DICOM_TAG_SOP_CLASS_UID(0x0008, 0x0016);
107 static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_CLASS_UID(0x0002, 0x0002); 107 static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_CLASS_UID(0x0002, 0x0002);
108 static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_INSTANCE_UID(0x0002, 0x0003); 108 static const DicomTag DICOM_TAG_MEDIA_STORAGE_SOP_INSTANCE_UID(0x0002, 0x0003);
109 109
110 // DICOM tags used for MRI (thanks to Will Ryder) 110 // DICOM tags used for fMRI (thanks to Will Ryder)
111 static const DicomTag DICOM_TAG_NUMBER_OF_TEMPORAL_POSITIONS(0x0020, 0x0105); 111 static const DicomTag DICOM_TAG_NUMBER_OF_TEMPORAL_POSITIONS(0x0020, 0x0105);
112 static const DicomTag DICOM_TAG_TEMPORAL_POSITION_IDENTIFIER(0x0020, 0x0100); 112 static const DicomTag DICOM_TAG_TEMPORAL_POSITION_IDENTIFIER(0x0020, 0x0100);
113 } 113 }