diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index dfa71b95..5005a479 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -3325,6 +3325,16 @@ 评估结果 + + + 肿瘤学结果 + + + + + 肿瘤学原因 + + 排序 @@ -3851,6 +3861,11 @@ 修约小数点 + + + eCRF报告是否显示在图像页面 + + 标准 @@ -4656,6 +4671,11 @@ 是否启用 + + + eCRF报告是否显示在图像页面 + + 标准类型 @@ -6721,131 +6741,16 @@ 创建用户ID - - - 排序 - - 分页名称 - - - 问题名称 - - - - - 类型 - - - - - 父问题触发 - - 父问题名称 - - - 是否是必须 - - - - - 是否显示 - - - - - 类型值 - - - - - 单位 - - - - - 自定义单位 - - - - - 是否启用 - - - - - 是否是裁判问题 - - - - - 备注 - - - - - 分组 - - - - - 答案分组 - - - - - 答案组合 - - - - - 裁判类型 - - - - - 关联Value - - - - - 病灶类型 - - - - - 最大问题数 - - - - - 是否显示在Dicom阅片中 - - - - - 序号标记 - - - - - 自定义计算标记 - - - - - 自定义计算标记 - - 问题名称 @@ -8812,6 +8717,13 @@ + + + 获取问题计算关系 + + + + 获取项目标准的其他问题(项目) @@ -8851,7 +8763,7 @@ 新增修改想想项目表格问题 - + diff --git a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs index a125c3e8..d57ee4ba 100644 --- a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs +++ b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingQuestionTrial.cs @@ -234,8 +234,8 @@ namespace IRaCIS.Core.Domain.Models public List ReadingTableQuestionTrialList { get; set; } - [JsonIgnore] - + + [NotMapped] public List ParentTriggerValueList { get @@ -253,8 +253,8 @@ namespace IRaCIS.Core.Domain.Models } - [JsonIgnore] - + + [NotMapped] public List RelevanceValueList { get @@ -272,8 +272,8 @@ namespace IRaCIS.Core.Domain.Models } - [JsonIgnore] + [NotMapped] public List CalculateQuestionList { get diff --git a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingTableQuestionTrial.cs b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingTableQuestionTrial.cs index 975c78f6..38967d77 100644 --- a/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingTableQuestionTrial.cs +++ b/IRaCIS.Core.Domain/Reading/ReadingCriterionQuestion/ReadingTableQuestionTrial.cs @@ -183,8 +183,8 @@ namespace IRaCIS.Core.Domain.Models [ForeignKey("ReadingQuestionId")] public ReadingQuestionTrial ReadingQuestionTrial { get; set; } - [JsonIgnore] + [NotMapped] public List ParentTriggerValueList { get @@ -202,8 +202,8 @@ namespace IRaCIS.Core.Domain.Models } - [JsonIgnore] - + + [NotMapped] public List RelevanceValueList { get @@ -221,8 +221,8 @@ namespace IRaCIS.Core.Domain.Models } - [JsonIgnore] - + + [NotMapped] public List CalculateQuestionList { get