裁判任务分配页面
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user