comparison Core/DicomFormat/DicomMap.cpp @ 1716:2ca7888f8600 db-changes

refactoring DicomIdentifiers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 17 Oct 2015 12:16:27 +0200
parents e8a7512a1e40
children ec66a16aa398
comparison
equal deleted inserted replaced
1715:c3baf74e443f 1716:2ca7888f8600
55 55
56 static DicomTag studyTags[] = 56 static DicomTag studyTags[] =
57 { 57 {
58 //DicomTag(0x0010, 0x1020), // PatientSize 58 //DicomTag(0x0010, 0x1020), // PatientSize
59 //DicomTag(0x0010, 0x1030) // PatientWeight 59 //DicomTag(0x0010, 0x1030) // PatientWeight
60 DicomTag(0x0008, 0x0020), // StudyDate 60 DICOM_TAG_STUDY_DATE,
61 DicomTag(0x0008, 0x0030), // StudyTime 61 DicomTag(0x0008, 0x0030), // StudyTime
62 DicomTag(0x0008, 0x1030), // StudyDescription
63 DicomTag(0x0020, 0x0010), // StudyID 62 DicomTag(0x0020, 0x0010), // StudyID
63 DICOM_TAG_STUDY_DESCRIPTION,
64 DICOM_TAG_ACCESSION_NUMBER, 64 DICOM_TAG_ACCESSION_NUMBER,
65 DICOM_TAG_STUDY_INSTANCE_UID 65 DICOM_TAG_STUDY_INSTANCE_UID
66 }; 66 };
67 67
68 static DicomTag seriesTags[] = 68 static DicomTag seriesTags[] =
71 DicomTag(0x0008, 0x0021), // SeriesDate 71 DicomTag(0x0008, 0x0021), // SeriesDate
72 DicomTag(0x0008, 0x0031), // SeriesTime 72 DicomTag(0x0008, 0x0031), // SeriesTime
73 DicomTag(0x0008, 0x0060), // Modality 73 DicomTag(0x0008, 0x0060), // Modality
74 DicomTag(0x0008, 0x0070), // Manufacturer 74 DicomTag(0x0008, 0x0070), // Manufacturer
75 DicomTag(0x0008, 0x1010), // StationName 75 DicomTag(0x0008, 0x1010), // StationName
76 DicomTag(0x0008, 0x103e), // SeriesDescription 76 DICOM_TAG_SERIES_DESCRIPTION,
77 DicomTag(0x0018, 0x0015), // BodyPartExamined 77 DicomTag(0x0018, 0x0015), // BodyPartExamined
78 DicomTag(0x0018, 0x0024), // SequenceName 78 DicomTag(0x0018, 0x0024), // SequenceName
79 DicomTag(0x0018, 0x1030), // ProtocolName 79 DicomTag(0x0018, 0x1030), // ProtocolName
80 DicomTag(0x0020, 0x0011), // SeriesNumber 80 DicomTag(0x0020, 0x0011), // SeriesNumber
81 DICOM_TAG_CARDIAC_NUMBER_OF_IMAGES, 81 DICOM_TAG_CARDIAC_NUMBER_OF_IMAGES,