comparison OrthancServer/Sources/OrthancFindRequestHandler.cpp @ 5432:59e3b6f8c5be

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 18:16:31 +0100
parents 3a61fd50f804
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5431:4be5f117aa0d 5432:59e3b6f8c5be
171 const DicomTag& tag, 171 const DicomTag& tag,
172 ModalityManufacturer manufacturer) 172 ModalityManufacturer manufacturer)
173 { 173 {
174 // Whatever the manufacturer, remove the GenericGroupLength tags 174 // Whatever the manufacturer, remove the GenericGroupLength tags
175 // http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_7.2.html 175 // http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_7.2.html
176 // https://bugs.orthanc-server.com/show_bug.cgi?id=31 176 // https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=31
177 if (tag.GetElement() == 0x0000) 177 if (tag.GetElement() == 0x0000)
178 { 178 {
179 return false; 179 return false;
180 } 180 }
181 181