还原初始拉取
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2025-08-12 17:02:26 +08:00
parent 3695c5d596
commit 4f2dc949a5
1 changed files with 4 additions and 4 deletions

View File

@ -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<string> { "KTGroup1", "KTGroup2" }).ToJson();
////var groupIdsJson = (new List<string> { "KTGroup1", "KTGroup2" }).ToJson();
var groupIdsJson = (new List<string> { "KTGroup1", "KTGroup2" }).ToJsonStr();
cmoveRequest.Dataset.Add(DicomTag.PatientName, groupIdsJson);
//cmoveRequest.Dataset.Add(new DicomLongString(privateTag, groupIdsJson));
#endregion