diff 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
line wrap: on
line diff
--- a/UnitTestsSources/DicomMapTests.cpp	Tue Dec 01 13:41:48 2015 +0100
+++ b/UnitTestsSources/DicomMapTests.cpp	Tue Dec 01 14:02:35 2015 +0100
@@ -183,7 +183,9 @@
          *it == DicomTag(0x0020, 0x1002) ||  /* ImagesInAcquisition, from General Image Module (SIMPLIFICATION => Series) */
          *it == DicomTag(0x0054, 0x0081) ||  /* NumberOfSlices, from PET Series module */
          *it == DicomTag(0x0054, 0x0101) ||  /* NumberOfTimeSlices, from PET Series module */
-         *it == DicomTag(0x0054, 0x1000)))   /* SeriesType, from PET Series module */
+         *it == DicomTag(0x0054, 0x1000) ||  /* SeriesType, from PET Series module */
+         *it == DicomTag(0x0018, 0x1400) ||  /* AcquisitionDeviceProcessingDescription, from CR/X-Ray/DX/WholeSlideMicro Image (SIMPLIFICATION => Series) */
+         *it == DicomTag(0x0018, 0x0010)))   /* ContrastBolusAgent, from Contrast/Bolus module (SIMPLIFICATION => Series) */
     {
       ok = true;
     }