comparison OrthancServer/Sources/OrthancFindRequestHandler.cpp @ 4476:c1f36fd13730

migrate remaining links to issues in bitbucket to mercurial server
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 26 Jan 2021 18:25:52 +0100
parents 6831de40acd9
children 8efeaba1b7f9
comparison
equal deleted inserted replaced
4475:a24d2126efd2 4476:c1f36fd13730
436 const DicomTag& tag, 436 const DicomTag& tag,
437 ModalityManufacturer manufacturer) 437 ModalityManufacturer manufacturer)
438 { 438 {
439 // Whatever the manufacturer, remove the GenericGroupLength tags 439 // Whatever the manufacturer, remove the GenericGroupLength tags
440 // http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_7.2.html 440 // http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_7.2.html
441 // https://bitbucket.org/sjodogne/orthanc/issues/31/ 441 // https://bugs.orthanc-server.com/show_bug.cgi?id=31
442 if (tag.GetElement() == 0x0000) 442 if (tag.GetElement() == 0x0000)
443 { 443 {
444 return false; 444 return false;
445 } 445 }
446 446