From 57515b2ecfe5bc60d9e54c66b93bec855676e021 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 22 Dec 2025 17:52:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=8F=E8=94=BD=E6=9C=AC=E5=9C=B0=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRC.Core.SCP/Service/CStoreSCPService.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/IRC.Core.SCP/Service/CStoreSCPService.cs b/IRC.Core.SCP/Service/CStoreSCPService.cs index 33b2192a4..c4b72b89e 100644 --- a/IRC.Core.SCP/Service/CStoreSCPService.cs +++ b/IRC.Core.SCP/Service/CStoreSCPService.cs @@ -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