comparison Core/DicomFormat/DicomMap.cpp @ 41:c1097a676eca

better naming for preview images
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 31 Aug 2012 11:45:48 +0200
parents 2cefaf5b3c2e
children a15e90e5d6fc
comparison
equal deleted inserted replaced
40:a08b085190e1 41:c1097a676eca
63 DicomTag(0x0018, 0x0015), // BodyPartExamined 63 DicomTag(0x0018, 0x0015), // BodyPartExamined
64 DicomTag(0x0018, 0x0024), // SequenceName 64 DicomTag(0x0018, 0x0024), // SequenceName
65 DicomTag(0x0018, 0x1030), // ProtocolName 65 DicomTag(0x0018, 0x1030), // ProtocolName
66 DicomTag(0x0020, 0x000e), // SeriesInstanceUID 66 DicomTag(0x0020, 0x000e), // SeriesInstanceUID
67 DicomTag(0x0020, 0x0011), // SeriesNumber 67 DicomTag(0x0020, 0x0011), // SeriesNumber
68 DicomTag(0x0020, 0x1002), // ImagesInAcquisition
68 DicomTag(0x0054, 0x0081) // NumberOfSlices 69 DicomTag(0x0054, 0x0081) // NumberOfSlices
69 }; 70 };
70 71
71 static DicomTag instanceTags[] = 72 static DicomTag instanceTags[] =
72 { 73 {