comparison 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
comparison
equal deleted inserted replaced
2803:579acc5e5412 2804:d88970f1ffbf
195 (*it == DicomTag(0x0020, 0x0012) || /* AccessionNumber, from General Image module */ 195 (*it == DicomTag(0x0020, 0x0012) || /* AccessionNumber, from General Image module */
196 *it == DicomTag(0x0054, 0x1330) || /* ImageIndex, from PET Image module */ 196 *it == DicomTag(0x0054, 0x1330) || /* ImageIndex, from PET Image module */
197 *it == DicomTag(0x0020, 0x0100) || /* TemporalPositionIdentifier, from MR Image module */ 197 *it == DicomTag(0x0020, 0x0100) || /* TemporalPositionIdentifier, from MR Image module */
198 *it == DicomTag(0x0028, 0x0008) || /* NumberOfFrames, from Multi-frame module attributes, related to Image */ 198 *it == DicomTag(0x0028, 0x0008) || /* NumberOfFrames, from Multi-frame module attributes, related to Image */
199 *it == DicomTag(0x0020, 0x0032) || /* ImagePositionPatient, from Image Plan module, related to Image */ 199 *it == DicomTag(0x0020, 0x0032) || /* ImagePositionPatient, from Image Plan module, related to Image */
200 *it == DicomTag(0x0020, 0x0037) || /* ImageOrientationPatient, from Image Plane Module (Orthanc 1.4.2) */
200 *it == DicomTag(0x0020, 0x4000))) /* ImageComments, from General Image module */ 201 *it == DicomTag(0x0020, 0x4000))) /* ImageComments, from General Image module */
201 { 202 {
202 ok = true; 203 ok = true;
203 } 204 }
204 205