comparison Core/DicomFormat/DicomMap.cpp @ 53:293038baf8f1

access to multi-frame images
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 10 Sep 2012 15:17:02 +0200
parents a15e90e5d6fc
children c996319e90bc
comparison
equal deleted inserted replaced
52:e0cac5540668 53:293038baf8f1
74 DicomTag(0x0008, 0x0012), // InstanceCreationDate 74 DicomTag(0x0008, 0x0012), // InstanceCreationDate
75 DicomTag(0x0008, 0x0013), // InstanceCreationTime 75 DicomTag(0x0008, 0x0013), // InstanceCreationTime
76 DicomTag(0x0008, 0x0018), // SOPInstanceUID 76 DicomTag(0x0008, 0x0018), // SOPInstanceUID
77 DicomTag(0x0020, 0x0012), // AcquisitionNumber 77 DicomTag(0x0020, 0x0012), // AcquisitionNumber
78 DicomTag(0x0020, 0x0013), // InstanceNumber 78 DicomTag(0x0020, 0x0013), // InstanceNumber
79 DicomTag(0x0028, 0x0008), // NumberOfFrames
79 DicomTag(0x0054, 0x1330) // ImageIndex 80 DicomTag(0x0054, 0x1330) // ImageIndex
80 }; 81 };
81 82
82 83
83 84