Test.EIImageViewer
he 2023-03-03 10:14:29 +08:00
parent 37aed2fb1c
commit c2c553e032
2 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ namespace IRaCIS.Core.Application.Triggers
t.TrialId = subject.TrialId; t.TrialId = subject.TrialId;
t.SiteId = subject.SiteId; t.SiteId = subject.SiteId;
t.IsEnrollmentConfirm = t.IsBaseLine ? IsEnrollementQualificationConfirm : false; t.IsEnrollmentConfirm = t.IsBaseLine ? IsEnrollementQualificationConfirm : false;
t.Id = NewId.NextGuid();
readingClinicals.AddRange( readingClinicals.AddRange(
cRCClinicalDatas.WhereIf(!t.IsBaseLine, x => x.ClinicalDataLevel == ClinicalLevel.SubjectVisit).Select(x => new ReadingClinicalData() cRCClinicalDatas.WhereIf(!t.IsBaseLine, x => x.ClinicalDataLevel == ClinicalLevel.SubjectVisit).Select(x => new ReadingClinicalData()

View File

@ -75,7 +75,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary> /// <summary>
/// 修约小数点 /// 修约小数点
/// </summary> /// </summary>
public int? DigitPlaces { get; set; } = 2; public int? DigitPlaces { get; set; } = 1;
/// <summary> /// <summary>
/// 评估结果 /// 评估结果
@ -141,7 +141,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary> /// <summary>
/// 阅片是否显示受试者信息 /// 阅片是否显示受试者信息
/// </summary> /// </summary>
public bool IsReadingShowSubjectInfo { get; set; } = false; public bool IsReadingShowSubjectInfo { get; set; } = true;
/// <summary> /// <summary>
/// IR阅片页面是否可以查看既往任务结果 /// IR阅片页面是否可以查看既往任务结果