Test.EIImageViewer
parent
37aed2fb1c
commit
c2c553e032
|
@ -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()
|
||||
|
|
|
@ -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阅片页面是否可以查看既往任务结果
|
||||
|
|
Loading…
Reference in New Issue