Procházet zdrojové kódy

No database needed for retrieve

Michael Bauer před 13 roky
rodič
revize
a50e2dcc60
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  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)