Explorar o 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 %!s(int64=14) %!d(string=hai) anos
pai
achega
bb9afb15b0
Modificáronse 1 ficheiros con 1 adicións e 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;