comparison OrthancServer/OrthancFindRequestHandler.cpp @ 1856:36ab170733d6

Made eFilm version explicit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 01 Dec 2015 16:57:03 +0100
parents b7d3d3b182cf
children 4e7c318a3f69
comparison
equal deleted inserted replaced
1855:aa95aea0a352 1856:36ab170733d6
94 const DicomTag& tag, 94 const DicomTag& tag,
95 ModalityManufacturer manufacturer) 95 ModalityManufacturer manufacturer)
96 { 96 {
97 switch (manufacturer) 97 switch (manufacturer)
98 { 98 {
99 case ModalityManufacturer_Efilm: 99 case ModalityManufacturer_EFilm2:
100 // Following Denis Nesterov's mail on 2015-11-30 100 // Following Denis Nesterov's mail on 2015-11-30
101 if (tag == DicomTag(0x0008, 0x0000) || // "GenericGroupLength" 101 if (tag == DicomTag(0x0008, 0x0000) || // "GenericGroupLength"
102 tag == DicomTag(0x0010, 0x0000) || // "GenericGroupLength" 102 tag == DicomTag(0x0010, 0x0000) || // "GenericGroupLength"
103 tag == DicomTag(0x0020, 0x0000)) // "GenericGroupLength" 103 tag == DicomTag(0x0020, 0x0000)) // "GenericGroupLength"
104 { 104 {