diff --git a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs index bae63ea99..07e19f60e 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs @@ -668,6 +668,7 @@ namespace IRaCIS.Application.Contracts public string BlindName { get; set; } = String.Empty; public string BlindNameCN { get; set; } = string.Empty; + public string BlindPublications { get; set; } } diff --git a/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs b/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs index f79e50dc1..48351bd5a 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DoctorService.cs @@ -440,6 +440,8 @@ namespace IRaCIS.Application.Services ActivelyReading = auditResumeParam.ActivelyReading, IsVirtual=auditResumeParam.IsVirtual, BlindName=auditResumeParam.BlindName, + BlindNameCN = auditResumeParam.BlindNameCN, + BlindPublications = auditResumeParam.BlindPublications, AuditTime = DateTime.Now, AuditUserId = userId });