单复审IQC 用户Id
parent
744da9e088
commit
883c6b2f3c
|
@ -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">
|
||||||
|
|
|
@ -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; }
|
||||||
|
|
Loading…
Reference in New Issue