diff --git a/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs b/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs index 6de924f22..1b87c8d1c 100644 --- a/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs +++ b/IRaCIS.Core.Application/Service/Visit/DTO/SCUClientViewModel.cs @@ -64,7 +64,7 @@ namespace IRaCIS.Application.Contracts public Guid? SCPStudyId { get; set; } - public List HospitalGroupList { get; set; } + public List HospitalGroupList { get; set; } = new List(); public List CurrentUserHospitalGroupList { get; set; } = new List();