修改临床数据
This commit is contained in:
@@ -61,7 +61,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string Path { get; set; }
|
||||
|
||||
|
||||
public List<Guid> TrialCriterionIdList { get; set; }
|
||||
//public List<Guid> TrialCriterionIdList { get; set; }
|
||||
|
||||
public string CriterionEnumListStr { get; set; } = String.Empty;
|
||||
|
||||
public List<int> CriterionEnumList { get; set; }
|
||||
}
|
||||
|
||||
public class ClinicalDataSystemSetAddOrEdit
|
||||
@@ -111,7 +115,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string Path { get; set; }
|
||||
|
||||
|
||||
public List<Guid> SystemCriterionIdList { get; set; }
|
||||
//public List<Guid> SystemCriterionIdList { get; set; }
|
||||
|
||||
|
||||
public string CriterionEnumListStr { get; set; } = String.Empty;
|
||||
|
||||
public List<int> CriterionEnumList { get; set; }
|
||||
|
||||
|
||||
}
|
||||
@@ -120,7 +129,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public class ClinicalDataTrialSetView: ClinicalDataTrialSetAddOrEdit
|
||||
{
|
||||
public List<string> TrialCriterionNameList { get; set; }
|
||||
//public List<string> TrialCriterionNameList { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
@@ -164,7 +173,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public class ClinicalDataSystemSetView : ClinicalDataSystemSetAddOrEdit
|
||||
{
|
||||
|
||||
public List<string> SystemCriterionNameList { get; set; }
|
||||
//public List<string> SystemCriterionNameList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 创建时间
|
||||
|
||||
Reference in New Issue
Block a user