diff --git a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs index 380468ea2..dfbf4d49e 100644 --- a/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs +++ b/IRaCIS.Core.Application/Service/Doctor/DTO/DoctorModel.cs @@ -648,6 +648,10 @@ namespace IRaCIS.Application.Contracts public bool ActivelyReading { get; set; } public string AdminComment { get; set; } = String.Empty; public bool InHoliday { get; set; } + + public bool IsVirtual { get; set; } + + public string BlindName { get; set; } = String.Empty; } #endregion