diff --git a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs index 7c2c16e8..bc957e8f 100644 --- a/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Allocation/DTO/VisitTaskViewModel.cs @@ -44,7 +44,6 @@ namespace IRaCIS.Core.Application.ViewModel public DateTime? AllocateTime { get; set; } public Guid SubjectId { get; set; } - public bool IsUrgent { get; set; } public Arm ArmEnum { get; set; } public Guid? DoctorUserId { get; set; }