comparison Core/DicomFormat/DicomMap.cpp @ 1755:39c37a994b2f db-changes

handling of DICOM_TAG_MODALITIES_IN_STUDY
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Oct 2015 12:02:15 +0100
parents 99f4a05f39fa
children 5d8134e54c03
comparison
equal deleted inserted replaced
1754:3a4f7dc00f49 1755:39c37a994b2f
67 static DicomTag seriesTags[] = 67 static DicomTag seriesTags[] =
68 { 68 {
69 //DicomTag(0x0010, 0x1080), // MilitaryRank 69 //DicomTag(0x0010, 0x1080), // MilitaryRank
70 DicomTag(0x0008, 0x0021), // SeriesDate 70 DicomTag(0x0008, 0x0021), // SeriesDate
71 DicomTag(0x0008, 0x0031), // SeriesTime 71 DicomTag(0x0008, 0x0031), // SeriesTime
72 DicomTag(0x0008, 0x0060), // Modality 72 DICOM_TAG_MODALITY,
73 DicomTag(0x0008, 0x0070), // Manufacturer 73 DicomTag(0x0008, 0x0070), // Manufacturer
74 DicomTag(0x0008, 0x1010), // StationName 74 DicomTag(0x0008, 0x1010), // StationName
75 DICOM_TAG_SERIES_DESCRIPTION, 75 DICOM_TAG_SERIES_DESCRIPTION,
76 DicomTag(0x0018, 0x0015), // BodyPartExamined 76 DicomTag(0x0018, 0x0015), // BodyPartExamined
77 DicomTag(0x0018, 0x0024), // SequenceName 77 DicomTag(0x0018, 0x0024), // SequenceName