diff OrthancServer/DicomProtocol/DicomUserConnection.cpp @ 681:3bdb5db8e839 query-retrieve

generalization of query/retrieve
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 24 Jan 2014 17:40:45 +0100
parents b8383ac0b227
children 67e6400fca03
line wrap: on
line diff
--- a/OrthancServer/DicomProtocol/DicomUserConnection.cpp	Fri Jan 24 15:35:39 2014 +0100
+++ b/OrthancServer/DicomProtocol/DicomUserConnection.cpp	Fri Jan 24 17:40:45 2014 +0100
@@ -340,12 +340,10 @@
         // This is a particular case for ClearCanvas, thanks to Peter Somlo <peter.somlo@gmail.com>.
         // https://groups.google.com/d/msg/orthanc-users/j-6C3MAVwiw/iolB9hclom8J
         // http://www.clearcanvas.ca/Home/Community/OldForums/tabid/526/aff/11/aft/14670/afv/topic/Default.aspx
-        printf("CLEAR CANVAS\n");
         DU_putStringDOElement(dataset.get(), DcmTagKey(0x0008, 0x0052), "IMAGE");
       }
       else
       {
-        printf("GENERIC\n");
         DU_putStringDOElement(dataset.get(), DcmTagKey(0x0008, 0x0052), "INSTANCE");
       }