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.SiteId = subject.SiteId;
t.IsEnrollmentConfirm = t.IsBaseLine ? IsEnrollementQualificationConfirm : false;
t.Id = NewId.NextGuid();
readingClinicals.AddRange(
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>
public int? DigitPlaces { get; set; } = 2;
public int? DigitPlaces { get; set; } = 1;
/// <summary>
/// 评估结果
@ -141,7 +141,7 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// 阅片是否显示受试者信息
/// </summary>
public bool IsReadingShowSubjectInfo { get; set; } = false;
public bool IsReadingShowSubjectInfo { get; set; } = true;
/// <summary>
/// IR阅片页面是否可以查看既往任务结果