diff UnitTestsSources/DicomMapTests.cpp @ 2804:d88970f1ffbf

fix ordering of non-parallel slices + /tools/reconstruct
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 29 Aug 2018 13:24:28 +0200
parents 878b59270859
children 61fdb06e389a
line wrap: on
line diff
--- a/UnitTestsSources/DicomMapTests.cpp	Tue Aug 28 15:14:33 2018 +0200
+++ b/UnitTestsSources/DicomMapTests.cpp	Wed Aug 29 13:24:28 2018 +0200
@@ -197,6 +197,7 @@
          *it == DicomTag(0x0020, 0x0100) ||  /* TemporalPositionIdentifier, from MR Image module */
          *it == DicomTag(0x0028, 0x0008) ||  /* NumberOfFrames, from Multi-frame module attributes, related to Image */
          *it == DicomTag(0x0020, 0x0032) ||  /* ImagePositionPatient, from Image Plan module, related to Image */
+         *it == DicomTag(0x0020, 0x0037) ||  /* ImageOrientationPatient, from Image Plane Module (Orthanc 1.4.2) */
          *it == DicomTag(0x0020, 0x4000)))   /* ImageComments, from General Image module */
     {
       ok = true;