修改配置文件
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 DocumentFormat.OpenXml.Bibliography;
|
||||
using FellowOakDicom;
|
||||
using FellowOakDicom.Network;
|
||||
using FellowOakDicom.Network.Client;
|
||||
|
|
@ -82,7 +83,10 @@ namespace IRaCIS.Core.API.HostService
|
|||
|
||||
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)
|
||||
|
|
|
|||
|
|
@ -59,7 +59,7 @@
|
|||
"ThirdSearchPacsAE": "ThirdCalledPacsAE",
|
||||
"ThirdCallningAE": "ThirdCallningAE",
|
||||
"CalledAEList": [
|
||||
"HIRSCU",
|
||||
"HIRSCUAE",
|
||||
"HIRSCPAE"
|
||||
],
|
||||
"ServerPort": 11112
|
||||
|
|
|
|||
Loading…
Reference in New Issue