阅片跟踪列表
This commit is contained in:
@@ -24,34 +24,49 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
public DateTime UpdateTime { get; set; }
|
||||
public Guid UpdateUserId { get; set; }
|
||||
|
||||
//总任务数
|
||||
public int? TotalTaskCount { get; set; }
|
||||
|
||||
//已经应用的任务总数
|
||||
public int? ApplyedTotalTaskCount { get; set; }
|
||||
|
||||
|
||||
//该医生未应用的任务数
|
||||
public int? WaitApplySelfTaskCount { get; set; }
|
||||
|
||||
|
||||
|
||||
//该医生已经应用的 Subject数量
|
||||
public int? SelfApplyedSubjectCount { get; set; }
|
||||
|
||||
//该医生已经分配Subject数量
|
||||
public int? SelfSubjectCount { get; set; }
|
||||
|
||||
|
||||
//该医生未应用Subject 数量 不是两者相减 跟批量勾选有关系
|
||||
public int? WaitApplySelfSubjectCount { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
//该医生已应用的任务数
|
||||
public int? SelfTaskCount { get; set; }
|
||||
|
||||
//已经分配该医生Subject数量
|
||||
public int? SelfSubjectCount { get; set; }
|
||||
//已分配但是未读片签名的数量
|
||||
public int? SelfUndoTaskCount { get; set; }
|
||||
|
||||
public int? SelfApplyedSubjectCount { get; set; }
|
||||
//该医生未应用的任务数
|
||||
public int? WaitApplySelfTaskCount { get; set; }
|
||||
|
||||
//已应用 的Subject 数
|
||||
|
||||
|
||||
//总共已应用 的Subject 数
|
||||
public int? ApplyedTotalSubjectCount { get; set; }
|
||||
|
||||
//系统 Subject数
|
||||
public int? TotalSubjectCount { get; set; }
|
||||
|
||||
//已分配但是未处理的任务量
|
||||
public int? SelfUndoTaskCount { get; set; }
|
||||
//总任务数
|
||||
public int? TotalTaskCount { get; set; }
|
||||
|
||||
//总共 已经应用的任务总数
|
||||
public int? ApplyedTotalTaskCount { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user