diff --git a/IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs b/IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs index 2023bf62b..4e9572ded 100644 --- a/IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs +++ b/IRaCIS.Core.Application/Service/Visit/DTO/PatientViewModel.cs @@ -1029,7 +1029,7 @@ namespace IRaCIS.Application.Contracts } - public string DownloadJsonStr { get; set; } + public string DownloadListStr { get; set; } }