diff --git a/IRaCIS.Core.Application/Service/Allocation/DTO/TaskMedicalReviewViewModel.cs b/IRaCIS.Core.Application/Service/Allocation/DTO/TaskMedicalReviewViewModel.cs index d5e5607bd..c4ac98efd 100644 --- a/IRaCIS.Core.Application/Service/Allocation/DTO/TaskMedicalReviewViewModel.cs +++ b/IRaCIS.Core.Application/Service/Allocation/DTO/TaskMedicalReviewViewModel.cs @@ -24,6 +24,9 @@ namespace IRaCIS.Core.Application.ViewModel public AuditAdvice AuditAdviceEnum { get; set; } + public bool IsHaveQuestion { get; set; } + + public UserSimpleInfo DoctorUser { get; set; }