修改
This commit is contained in:
@@ -334,11 +334,24 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
/// </summary>
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
public bool IsSystemCriterion
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.ReadingQuestionCriterionSystemId != null;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 阅片平台
|
||||
/// </summary>
|
||||
public int ImagePlatform { get; set; } = 1;
|
||||
|
||||
/// <summary>
|
||||
/// 系统标准ID
|
||||
/// </summary>
|
||||
public Guid? ReadingQuestionCriterionSystemId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 阅片模式
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user