소스 검색

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;