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