diff --git a/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs b/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs index 5628b98cc..c498eb29c 100644 --- a/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs +++ b/IRaCIS.Core.Application/Service/QC/DTO/QCListViewModel.cs @@ -495,7 +495,7 @@ namespace IRaCIS.Core.Application.Contracts public string IP { get; set; } = String.Empty; - + [DictionaryTranslateAttribute("YesOrNo")] public bool IsDicomReUpload { get; set; }