diff --git a/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs b/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs index 909c4e0a0..4888481e3 100644 --- a/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs +++ b/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs @@ -22,7 +22,6 @@ namespace IRaCIS.Application.Contracts public string? Modality { get; set; } - public List? ModalitiesInStudyList { get; set; } public string? AccessionNumber { get; set; } @@ -41,6 +40,7 @@ namespace IRaCIS.Application.Contracts [NotDefault] public Guid PacsDicomAEId { get; set; } + public List? ModalitiesInStudyList { get; set; } } public class SCUCmoveCommand