屏蔽本地测试代码
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
9f060c900f
commit
57515b2ecf
|
|
@ -563,13 +563,13 @@ namespace IRaCIS.Core.SCP.Service
|
||||||
|
|
||||||
|
|
||||||
#region 本地测试
|
#region 本地测试
|
||||||
// --- 保存到本地文件测试 ---
|
//// --- 保存到本地文件测试 ---
|
||||||
var localPath = @"D:\TestDicom-5.dcm";
|
//var localPath = @"D:\TestDicom-5.dcm";
|
||||||
using (var fs = new FileStream(localPath, FileMode.Create, FileAccess.Write))
|
//using (var fs = new FileStream(localPath, FileMode.Create, FileAccess.Write))
|
||||||
{
|
//{
|
||||||
ms.CopyTo(fs);
|
// ms.CopyTo(fs);
|
||||||
}
|
//}
|
||||||
return new DicomCStoreResponse(request, DicomStatus.Success);
|
//return new DicomCStoreResponse(request, DicomStatus.Success);
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue