增加搜索条件

This commit is contained in:
2022-11-17 17:00:54 +08:00
parent 33eaf1420a
commit d331fda704
3 changed files with 38 additions and 1 deletions
@@ -97,6 +97,12 @@ namespace IRaCIS.Core.Application.ViewModel
public bool? IsUrgent { get; set; }
public Guid? DoctorUserId { get; set; }
public TaskState? TaskState { get; set; }
public MedicalReviewAuditState? AuditState { get; set; }
public ReadingCategory? ReadingCategory { get; set; }
public ReadingTaskState? ReadingTaskState { get; set; }