Explorar el Código

Make the default storage port different than the default query port

Making these different allows the creation of a local instance
of dcmqrscp (running on the same host) that is able to support
query/retrieve with the ctkDICOM code without requiring any changes
on the part of the user.  Without this change, it would be trying to
reuse the same ports.
Steve Pieper hace 14 años
padre
commit
bb9afb15b0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Libs/DICOM/Widgets/ctkDICOMServerNodeWidget.cpp

+ 1 - 1
Libs/DICOM/Widgets/ctkDICOMServerNodeWidget.cpp

@@ -184,7 +184,7 @@ void ctkDICOMServerNodeWidget::readSettings()
       settings.value("ServerNodeCount").toInt() == 0)
     {
     d->StorageAETitle->setText("CTKSTORE");
-    d->StoragePort->setText("11112");
+    d->StoragePort->setText("11113");
     d->CallingAETitle->setText("FINDSCU");
 
     QMap<QString, QVariant> defaultServerNode;