导表移动位置
This commit is contained in:
@@ -587,7 +587,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
}
|
||||
|
||||
|
||||
public class SelftAnalysisExport
|
||||
public class AnalysisExortCommon
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string TaskName { get; set; }
|
||||
@@ -596,12 +596,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public decimal VisitTaskNum { get; set; }
|
||||
public bool? IsSelfAnalysis { get; set; }
|
||||
|
||||
//自身一致性分析任务特有
|
||||
|
||||
[DictionaryTranslateAttribute("YesOrNo")]
|
||||
public bool? IsAnalysisDiffToOriginalData { get; set; }
|
||||
|
||||
|
||||
public string TrialReadingCriterionName { get; set; }
|
||||
|
||||
public CriterionType CriterionType { get; set; }
|
||||
@@ -614,12 +608,12 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public Arm ArmEnum { get; set; }
|
||||
public string UserName { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public bool IsBaseline { get; set; }
|
||||
|
||||
|
||||
[DictionaryTranslateAttribute("ExistDisease", nameof(SelftAnalysisExport.IsBaseline),"true")]
|
||||
[DictionaryTranslateAttribute("ExistDisease", nameof(SelftAnalysisExport.IsBaseline), "true")]
|
||||
[DictionaryTranslateAttribute("OverallAssessment", nameof(SelftAnalysisExport.IsBaseline), "false")]
|
||||
public string EvaluateResult { get; set; }
|
||||
|
||||
@@ -628,6 +622,21 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
public string AgainEvaluateResult { get; set; } = String.Empty;
|
||||
}
|
||||
|
||||
public class GroupAnalysisExport: AnalysisExortCommon
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class SelftAnalysisExport: AnalysisExortCommon
|
||||
{
|
||||
//自身一致性分析任务特有
|
||||
|
||||
[DictionaryTranslateAttribute("YesOrNo")]
|
||||
public bool? IsAnalysisDiffToOriginalData { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class OverallTumorEvaluationExport
|
||||
{
|
||||
public String TrialSiteCode { get; set; } = String.Empty;
|
||||
@@ -695,7 +704,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
//病灶编号
|
||||
public string LessionCode { get; set; }
|
||||
|
||||
|
||||
|
||||
[DictionaryTranslateAttribute("LesionType")]
|
||||
//病灶类型
|
||||
public string LessionType { get; set; }
|
||||
@@ -725,7 +734,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
//短径
|
||||
public string ShortDiameter { get; set; }
|
||||
|
||||
[DictionaryTranslateAttribute("TargetState")]
|
||||
[DictionaryTranslateAttribute("TargetState")]
|
||||
//病灶状态
|
||||
public string LessionState { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user