整体肿瘤评估导表修改
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-23 14:58:40 +08:00
parent fc36cbcb75
commit 76792a127f
5 changed files with 45 additions and 15 deletions
@@ -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