Parcourir la source

Prefer CMOVE operation in query/retrieve

Michael Bauer il y a 13 ans
Parent
commit
6db4e7bb18
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      Libs/DICOM/Core/ctkDICOMQuery.cpp

+ 1 - 1
Libs/DICOM/Core/ctkDICOMQuery.cpp

@@ -109,7 +109,7 @@ ctkDICOMQueryPrivate::ctkDICOMQueryPrivate()
   this->Query = new DcmDataset();
   this->Port = 0;
   this->Canceled = false;
-  this->PreferCGET = true;
+  this->PreferCGET = false;
 }
 
 //------------------------------------------------------------------------------