裁判任务分配页面

This commit is contained in:
2022-06-21 09:02:42 +08:00
parent e2ee5412be
commit ce988d44d7
4 changed files with 54 additions and 69 deletions
@@ -24,11 +24,12 @@ namespace IRaCIS.Core.Application.ViewModel
public DateTime UpdateTime { get; set; }
public Guid UpdateUserId { get; set; }
}
public class DoctorVisitTaskStatView: TaskAllocationRuleView
{
//该医生已经应用的 Subject数量
public int? SelfApplyedSubjectCount { get; set; }
@@ -74,11 +75,6 @@ namespace IRaCIS.Core.Application.ViewModel
//总任务数
public int? TotalTaskCount { get; set; }
}
@@ -86,33 +82,13 @@ namespace IRaCIS.Core.Application.ViewModel
public class AllocateInfo
{
public int? TotalTaskCount { get; set; }
public int? SelfTaskCount { get; set; }
public int PlanReadingRatio { get; set; }
public Guid DoctorUserId { get; set; }
//public List<int> ArmList { get; set; } = new List<int>();
//public double? TargetCount => TotalTaskCount * PlanReadingRatio * 0.01;
//public double? Diff => TargetCount - SelfTaskCount;
}
///<summary>TaskAllocationRuleQuery 列表查询参数模型</summary>
public class TaskAllocationRuleQuery
{
[NotDefault]
public Guid TrialId { get; set; }
public bool? IsJudgeDoctor { get; set; }
public bool IsJudgeDoctor { get; set; }
}
///<summary> TaskAllocationRuleAddOrEdit 列表查询参数模型</summary>