comparison UnitTestsSources/DicomMapTests.cpp @ 1850:68854412c7bc

new main dicomtags: AcquisitionDeviceProcessingDescription and ContrastBolusAgent
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Dec 2015 14:02:35 +0100
parents 6394a2f8f1e1
children b1291df2f780
comparison
equal deleted inserted replaced
1849:6394a2f8f1e1 1850:68854412c7bc
181 *it == DicomTag(0x0020, 0x0037) || /* ImageOrientationPatient, from Image Plane Module (SIMPLIFICATION => Series) */ 181 *it == DicomTag(0x0020, 0x0037) || /* ImageOrientationPatient, from Image Plane Module (SIMPLIFICATION => Series) */
182 *it == DicomTag(0x0020, 0x0105) || /* NumberOfTemporalPositions, from MR Image Module (SIMPLIFICATION => Series) */ 182 *it == DicomTag(0x0020, 0x0105) || /* NumberOfTemporalPositions, from MR Image Module (SIMPLIFICATION => Series) */
183 *it == DicomTag(0x0020, 0x1002) || /* ImagesInAcquisition, from General Image Module (SIMPLIFICATION => Series) */ 183 *it == DicomTag(0x0020, 0x1002) || /* ImagesInAcquisition, from General Image Module (SIMPLIFICATION => Series) */
184 *it == DicomTag(0x0054, 0x0081) || /* NumberOfSlices, from PET Series module */ 184 *it == DicomTag(0x0054, 0x0081) || /* NumberOfSlices, from PET Series module */
185 *it == DicomTag(0x0054, 0x0101) || /* NumberOfTimeSlices, from PET Series module */ 185 *it == DicomTag(0x0054, 0x0101) || /* NumberOfTimeSlices, from PET Series module */
186 *it == DicomTag(0x0054, 0x1000))) /* SeriesType, from PET Series module */ 186 *it == DicomTag(0x0054, 0x1000) || /* SeriesType, from PET Series module */
187 *it == DicomTag(0x0018, 0x1400) || /* AcquisitionDeviceProcessingDescription, from CR/X-Ray/DX/WholeSlideMicro Image (SIMPLIFICATION => Series) */
188 *it == DicomTag(0x0018, 0x0010))) /* ContrastBolusAgent, from Contrast/Bolus module (SIMPLIFICATION => Series) */
187 { 189 {
188 ok = true; 190 ok = true;
189 } 191 }
190 192
191 // Exceptions for the Instance level 193 // Exceptions for the Instance level