修改参数位置
continuous-integration/drone/push Build is passing Details

Test_HIR_Net8
hang 2024-12-20 13:55:02 +08:00
parent d852de4a5b
commit c187b5fb94
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,6 @@ namespace IRaCIS.Application.Contracts
public string? Modality { get; set; } public string? Modality { get; set; }
public List<string>? ModalitiesInStudyList { get; set; }
public string? AccessionNumber { get; set; } public string? AccessionNumber { get; set; }
@ -41,6 +40,7 @@ namespace IRaCIS.Application.Contracts
[NotDefault] [NotDefault]
public Guid PacsDicomAEId { get; set; } public Guid PacsDicomAEId { get; set; }
public List<string>? ModalitiesInStudyList { get; set; }
} }
public class SCUCmoveCommand public class SCUCmoveCommand