This commit is contained in:
he
2023-03-04 22:00:36 +08:00
parent 6baae40a38
commit d154123b71
5 changed files with 21 additions and 15 deletions
@@ -55,7 +55,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public bool SODPercentLess30 { get; set; }
/// <summary>
/// SOD 百分比 整体访视期间最低点SOD相比增加
/// SOD 百分比 整体访视期间SOD最低点SOD相比增加20%
/// </summary>
public bool LowPercentLess20 { get; set; }
@@ -85,7 +85,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public string LastTargetLesionEvaluate { get; set; }
/// <summary>
/// 当前访视点非淋巴结病灶长径>0
/// 当前访视点非淋巴结病灶至少一个非淋巴结靶病灶的长径>0
/// </summary>
public bool CurrentMajoreBigger0 { get; set; }
@@ -389,6 +389,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public ClinicalDataTable ClinicalTableData { get; set; }
public List<TrialClinicalDataSetCriterion> TrialClinicalDataSetCriteriaList { get; set; }
}