소스 검색

No database needed for retrieve

Michael Bauer 13 년 전
부모
커밋
a50e2dcc60
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      Libs/DICOM/Core/ctkDICOMRetrieve.cpp

+ 0 - 5
Libs/DICOM/Core/ctkDICOMRetrieve.cpp

@@ -216,11 +216,6 @@ bool ctkDICOMRetrievePrivate::initializeSCU( const QString& studyInstanceUID,
                                          const RetrieveType retrieveType,
                                          DcmDataset *retrieveParameters)
 {
-  if ( !this->Database )
-    {
-    logger.error ( "No Database for retrieve transaction" );
-    return false;
-    }
 
   // If we like to query another server than before, be sure to disconnect first
   if (this->SCU.isConnected() && this->ConnectionParamsChanged)