diff OrthancServer/OrthancFindRequestHandler.cpp @ 2335:174c3616ab6d

code review
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 17 Jul 2017 10:25:25 +0200
parents 5b7556568fa4
children 7284093111b0
line wrap: on
line diff
--- a/OrthancServer/OrthancFindRequestHandler.cpp	Sat Jul 15 13:13:00 2017 +0200
+++ b/OrthancServer/OrthancFindRequestHandler.cpp	Mon Jul 17 10:25:25 2017 +0200
@@ -451,7 +451,9 @@
                                                  const DicomTag& tag,
                                                  ModalityManufacturer manufacturer)
   {
-    // wathever the manufacturer, remote the GenericGroupLength tags (http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_7.2.html)
+    // Whatever the manufacturer, remove the GenericGroupLength tags
+    // http://dicom.nema.org/medical/dicom/current/output/chtml/part05/sect_7.2.html
+    // https://bitbucket.org/sjodogne/orthanc/issues/31/
     if (tag.GetGroup() == 0x0000)
     {
       return false;