Pārlūkot izejas kodu

No database needed for retrieve

Michael Bauer 13 gadi atpakaļ
vecāks
revīzija
a50e2dcc60
1 mainītis faili ar 0 papildinājumiem un 5 dzēšanām
  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)