diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs index e7c9853c9..d7b872980 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingMedicalReviewDto.cs @@ -191,8 +191,6 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public bool IsCopyOrigenalForms { get; set; } - public RequestReReadingType RequestReReadingType { get; set; } - public string RequestReReadingReason { get; set; } = string.Empty; diff --git a/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs b/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs index 441d20230..17902abbb 100644 --- a/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs +++ b/IRaCIS.Core.Application/Service/Reading/ReadingMedicalReviewService.cs @@ -370,7 +370,7 @@ namespace IRaCIS.Core.Application.Service { IsCopyOrigenalForms = inDto.IsCopyOrigenalForms, RequestReReadingReason = inDto.RequestReReadingReason, - RequestReReadingType = inDto.RequestReReadingType, + RequestReReadingType = RequestReReadingType.DocotorApply, TrialId = inDto.TrialId, TaskIdList = new List() {