From cefea4547241af4877d590ea370c9b965ae6081c Mon Sep 17 00:00:00 2001 From: weiwei Date: Fri, 2 Sep 2016 20:08:28 +0800 Subject: [PATCH] change default port of dimse server to 11119 --- config/dcm4cheeDIMSE.json | 2 +- config/medkenOrthanc.json | 2 +- config/orthancDIMSE.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/dcm4cheeDIMSE.json b/config/dcm4cheeDIMSE.json index 450bf189a..5727ef832 100644 --- a/config/dcm4cheeDIMSE.json +++ b/config/dcm4cheeDIMSE.json @@ -28,7 +28,7 @@ }, { "host": "0.0.0.0", - "port": 11112, + "port": 11119, "aeTitle": "DCM4CHEE", "default": true, "server": true diff --git a/config/medkenOrthanc.json b/config/medkenOrthanc.json index 7b335dddf..f80d1ef9e 100644 --- a/config/medkenOrthanc.json +++ b/config/medkenOrthanc.json @@ -27,7 +27,7 @@ }, { "host": "0.0.0.0", - "port": 11112, + "port": 11119, "aeTitle": "OHIFDCM", "default": true, "server": true diff --git a/config/orthancDIMSE.json b/config/orthancDIMSE.json index 55e0cdd0b..895e46155 100644 --- a/config/orthancDIMSE.json +++ b/config/orthancDIMSE.json @@ -28,7 +28,7 @@ }, { "host": "0.0.0.0", - "port": 11112, + "port": 11119, "aeTitle": "OHIFDCM", "default": true, "server": true