This commit is contained in:
he
2022-11-08 11:09:49 +08:00
parent 030703019e
commit fbc2c6bd28
6 changed files with 85 additions and 3 deletions
@@ -697,6 +697,12 @@ namespace IRaCIS.Core.Application.Contracts
}
}
/// <summary>
/// 是否必须全局阅片
/// </summary>
public bool IsMustGlobalReading { get; set; } = false;
/// <summary>
/// 修约小数点
/// </summary>
@@ -392,8 +392,7 @@ namespace IRaCIS.Core.Application
result.TrialCriterionId = trialCriterion.Id;
result.FormType = trialCriterion.FormType;
result.IsFromSystem = trialCriterion.ReadingQuestionCriterionSystemId != null;
result.IsMustGlobalReading = trialCriterion.IsMustGlobalReading;
result.IsSystemCriterion = trialCriterion.ReadingQuestionCriterionSystemId != null;
};