浏览代码

Prefer CMOVE operation in query/retrieve

Michael Bauer 13 年之前
父节点
当前提交
6db4e7bb18
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;
 }
 
 //------------------------------------------------------------------------------