修改配置字段更新位置
continuous-integration/drone/push Build is running
Details
continuous-integration/drone/push Build is running
Details
parent
11a439a48f
commit
1141cc20e9
|
|
@ -98,6 +98,12 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
public bool IsOpenLostVistRead { get; set; } = true;
|
public bool IsOpenLostVistRead { get; set; } = true;
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 影像质控风险控制
|
||||||
|
/// </summary>
|
||||||
|
public bool? IsImageQualityControl { get; set; }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public class ConfigTrialProcessInfoVerificationInDto
|
public class ConfigTrialProcessInfoVerificationInDto
|
||||||
|
|
@ -119,11 +125,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
public List<Guid> TrialCriterionIds { get; set; } = new List<Guid>();
|
public List<Guid> TrialCriterionIds { get; set; } = new List<Guid>();
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 影像质控风险控制
|
|
||||||
/// </summary>
|
|
||||||
public bool? IsImageQualityControl { get; set; }
|
|
||||||
|
|
||||||
public Guid TrialId { get; set; }
|
public Guid TrialId { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue