代码提交
This commit is contained in:
@@ -360,10 +360,12 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
/// </summary>
|
||||
public bool IsUrgent { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 阅片平台
|
||||
/// </summary>
|
||||
public int ImagePlatform { get; set; } = 1;
|
||||
public bool IsSystemSetOncology { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// 阅片平台
|
||||
/// </summary>
|
||||
public int ImagePlatform { get; set; } = 1;
|
||||
|
||||
/// <summary>
|
||||
/// 修约小数点
|
||||
|
||||
@@ -321,7 +321,8 @@ namespace IRaCIS.Core.Application
|
||||
await _readingQuestionCriterionTrialRepository.BatchUpdateNoTrackingAsync(x => x.Id == inDto.TrialReadingCriterionId, x => new ReadingQuestionCriterionTrial()
|
||||
{
|
||||
IsOncologyReading = systemCriterion.IsOncologyReading,
|
||||
IseCRFShowInDicomReading = systemCriterion.IseCRFShowInDicomReading,
|
||||
IsSystemSetOncology = systemCriterion.IsOncologyReading,
|
||||
IseCRFShowInDicomReading = systemCriterion.IseCRFShowInDicomReading,
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user