From 3695c5d5966fffd05fa3cfe736f8e937b903d612 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 12 Aug 2025 16:33:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=AD=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/Service/Visit/PatientService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Visit/PatientService.cs b/IRaCIS.Core.Application/Service/Visit/PatientService.cs index 59babfbee..3573c78c3 100644 --- a/IRaCIS.Core.Application/Service/Visit/PatientService.cs +++ b/IRaCIS.Core.Application/Service/Visit/PatientService.cs @@ -3418,9 +3418,9 @@ namespace IRaCIS.Application.Services //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(DicomTag.PatientName, groupIdsJson); #endregion