diff OrthancServer/OrthancFindRequestHandler.cpp @ 1332:f2033e228864

author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Mar 2015 14:34:40 +0200
parents 77e129ba64e4
children 911a1ad5ebe8
line wrap: on
line diff
--- a/OrthancServer/OrthancFindRequestHandler.cpp	Thu Mar 12 10:47:32 2015 +0100
+++ b/OrthancServer/OrthancFindRequestHandler.cpp	Mon Mar 30 14:34:40 2015 +0200
@@ -204,8 +204,9 @@
 
     for (size_t i = 0; i < query.GetSize(); i++)
     {
-      if (query.GetElement(i).GetTag() != DICOM_TAG_QUERY_RETRIEVE_LEVEL &&
-          query.GetElement(i).GetTag() != DICOM_TAG_SPECIFIC_CHARACTER_SET)
+      // Fix issue 30 (QR response missing "Query/Retrieve Level" (008,0052))
+      /*if (query.GetElement(i).GetTag() != DICOM_TAG_QUERY_RETRIEVE_LEVEL &&
+        query.GetElement(i).GetTag() != DICOM_TAG_SPECIFIC_CHARACTER_SET)*/
       {
         std::string tag = query.GetElement(i).GetTag().Format();
         std::string value;