屏蔽本地测试代码
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 本地测试
|
||||
// --- 保存到本地文件测试 ---
|
||||
var localPath = @"D:\TestDicom-5.dcm";
|
||||
using (var fs = new FileStream(localPath, FileMode.Create, FileAccess.Write))
|
||||
{
|
||||
ms.CopyTo(fs);
|
||||
}
|
||||
return new DicomCStoreResponse(request, DicomStatus.Success);
|
||||
//// --- 保存到本地文件测试 ---
|
||||
//var localPath = @"D:\TestDicom-5.dcm";
|
||||
//using (var fs = new FileStream(localPath, FileMode.Create, FileAccess.Write))
|
||||
//{
|
||||
// ms.CopyTo(fs);
|
||||
//}
|
||||
//return new DicomCStoreResponse(request, DicomStatus.Success);
|
||||
|
||||
#endregion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue