单复审IQC 用户Id

Uat_Study
{872297557@qq.com} 2022-12-20 09:32:22 +08:00
parent 744da9e088
commit 883c6b2f3c
2 changed files with 4 additions and 2 deletions

View File

@ -6811,9 +6811,9 @@
项目ID 项目ID
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.IsGlobalTask"> <member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.IsReadingPeriod">
<summary> <summary>
是否有全局阅片任务 是否有阅片期
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.ImagePlatform"> <member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.ImagePlatform">

View File

@ -1093,6 +1093,8 @@ namespace IRaCIS.Core.Application.Contracts
public bool IsTake { get; set; } public bool IsTake { get; set; }
public Guid? CurrentActionUserId { get; set; } public Guid? CurrentActionUserId { get; set; }
public Guid? PreliminaryAuditUserId { get; set; } public Guid? PreliminaryAuditUserId { get; set; }
public Guid? ReviewAuditUserId { get; set; }
public DateTime? CurrentActionUserExpireTime { get; set; } public DateTime? CurrentActionUserExpireTime { get; set; }
public SubmitStateEnum SubmitState { get; set; } public SubmitStateEnum SubmitState { get; set; }