comparison Core/DicomFormat/DicomTag.h @ 2222:21713ce8717b

Fix handling of Move Originator AET and ID in C-MOVE SCP
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 13 Dec 2016 14:34:33 +0100
parents c4b3259c8bce
children a3a65de1840f
comparison
equal deleted inserted replaced
2221:e7beca979562 2222:21713ce8717b
126 // DICOM tags used for fMRI (thanks to Will Ryder) 126 // DICOM tags used for fMRI (thanks to Will Ryder)
127 static const DicomTag DICOM_TAG_NUMBER_OF_TEMPORAL_POSITIONS(0x0020, 0x0105); 127 static const DicomTag DICOM_TAG_NUMBER_OF_TEMPORAL_POSITIONS(0x0020, 0x0105);
128 static const DicomTag DICOM_TAG_TEMPORAL_POSITION_IDENTIFIER(0x0020, 0x0100); 128 static const DicomTag DICOM_TAG_TEMPORAL_POSITION_IDENTIFIER(0x0020, 0x0100);
129 129
130 // Tags for C-FIND and C-MOVE 130 // Tags for C-FIND and C-MOVE
131 static const DicomTag DICOM_TAG_MESSAGE_ID(0x0000, 0x0110);
131 static const DicomTag DICOM_TAG_SPECIFIC_CHARACTER_SET(0x0008, 0x0005); 132 static const DicomTag DICOM_TAG_SPECIFIC_CHARACTER_SET(0x0008, 0x0005);
132 static const DicomTag DICOM_TAG_QUERY_RETRIEVE_LEVEL(0x0008, 0x0052); 133 static const DicomTag DICOM_TAG_QUERY_RETRIEVE_LEVEL(0x0008, 0x0052);
133 static const DicomTag DICOM_TAG_MODALITIES_IN_STUDY(0x0008, 0x0061); 134 static const DicomTag DICOM_TAG_MODALITIES_IN_STUDY(0x0008, 0x0061);
134 135
135 // Tags for images 136 // Tags for images