Преглед изворни кода

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 пре 14 година
родитељ
комит
bb9afb15b0
1 измењених фајлова са 1 додато и 1 уклоњено
  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;