@@ -865,13 +865,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public string OverallTumorEvaluationResult { get; set; }
|
||||
|
||||
|
||||
#region old 废弃
|
||||
|
||||
//public Guid? JudgeResultTaskId { get; set; }
|
||||
|
||||
//[DictionaryTranslateAttribute("YesOrNo")]
|
||||
//public bool IsGenerateJudge => JudgeResultTaskId != null;
|
||||
#endregion
|
||||
|
||||
|
||||
public Arm? JudgeArmEnum { get; set; }
|
||||
@@ -882,8 +875,20 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public bool IsGenerateJudge { get; set; }
|
||||
|
||||
|
||||
[JsonIgnore]
|
||||
|
||||
public List<GlobalAnswerInfo> GlobalTaskAnswerList { get; set; }
|
||||
|
||||
}
|
||||
|
||||
public class GlobalAnswerInfo
|
||||
{
|
||||
public decimal GlobalTaskVisitNum { get; set; }
|
||||
public Guid VisitTaskId { get; set; }
|
||||
|
||||
public string Answer { get; set; }
|
||||
|
||||
}
|
||||
|
||||
|
||||
public class RECIST1Point1EvaluationOfTumorEfficacyExport : OverallTumorEvaluationExport
|
||||
|
||||
Reference in New Issue
Block a user