From 4f2dc949a59817ed3c85d3408b2221ea9cd7c9a9 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 12 Aug 2025 17:02:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9F=E5=88=9D=E5=A7=8B=E6=8B=89?= =?UTF-8?q?=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Visit/PatientService.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Visit/PatientService.cs b/IRaCIS.Core.Application/Service/Visit/PatientService.cs index 3573c78c3..6df85a131 100644 --- a/IRaCIS.Core.Application/Service/Visit/PatientService.cs +++ b/IRaCIS.Core.Application/Service/Visit/PatientService.cs @@ -3410,17 +3410,17 @@ namespace IRaCIS.Application.Services cmoveRequest.OnResponseReceived += responseDelegate; #region 测试私有tag 传输信息 - //// 声明私有Creator + // 声明私有Creator //var privateCreator = new DicomTag(0x9999, 0x0010); //cmoveRequest.Dataset.Add(new DicomLongString(privateCreator, "HIR")); - //// 添加私有Tag,元素号 >= 0x1000 + // 添加私有Tag,元素号 >= 0x1000 //var privateTag = new DicomTag(0x9999, 0x1001); - //var groupIdsJson = (new List { "KTGroup1", "KTGroup2" }).ToJson(); + ////var groupIdsJson = (new List { "KTGroup1", "KTGroup2" }).ToJson(); var groupIdsJson = (new List { "KTGroup1", "KTGroup2" }).ToJsonStr(); - cmoveRequest.Dataset.Add(DicomTag.PatientName, groupIdsJson); + //cmoveRequest.Dataset.Add(new DicomLongString(privateTag, groupIdsJson)); #endregion