修改配置文件
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3407f2f00d
commit
064e3836ca
|
|
@ -1,4 +1,5 @@
|
||||||
using AutoMapper.Execution;
|
using AutoMapper.Execution;
|
||||||
|
using DocumentFormat.OpenXml.Bibliography;
|
||||||
using FellowOakDicom;
|
using FellowOakDicom;
|
||||||
using FellowOakDicom.Network;
|
using FellowOakDicom.Network;
|
||||||
using FellowOakDicom.Network.Client;
|
using FellowOakDicom.Network.Client;
|
||||||
|
|
@ -82,7 +83,10 @@ namespace IRaCIS.Core.API.HostService
|
||||||
|
|
||||||
public void OnConnectionClosed(Exception exception)
|
public void OnConnectionClosed(Exception exception)
|
||||||
{
|
{
|
||||||
throw new NotImplementedException();
|
if (exception != null)
|
||||||
|
{
|
||||||
|
Logger.LogError($"Closed, exception is {exception.Message}");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnReceiveAbort(DicomAbortSource source, DicomAbortReason reason)
|
public void OnReceiveAbort(DicomAbortSource source, DicomAbortReason reason)
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
"ThirdSearchPacsAE": "ThirdCalledPacsAE",
|
"ThirdSearchPacsAE": "ThirdCalledPacsAE",
|
||||||
"ThirdCallningAE": "ThirdCallningAE",
|
"ThirdCallningAE": "ThirdCallningAE",
|
||||||
"CalledAEList": [
|
"CalledAEList": [
|
||||||
"HIRSCU",
|
"HIRSCUAE",
|
||||||
"HIRSCPAE"
|
"HIRSCPAE"
|
||||||
],
|
],
|
||||||
"ServerPort": 11112
|
"ServerPort": 11112
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue