临床数据修改
This commit is contained in:
@@ -66,6 +66,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// </summary>
|
||||
public string Path { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 英文模板文件名称
|
||||
/// </summary>
|
||||
public string EnFileName { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 英文文件路径
|
||||
/// </summary>
|
||||
public string EnPath { get; set; } = string.Empty;
|
||||
|
||||
|
||||
public List<Guid> TrialCriterionIdList { get; set; }
|
||||
|
||||
@@ -139,6 +149,17 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string Path { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 英文模板文件名称
|
||||
/// </summary>
|
||||
public string EnFileName { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// 英文文件路径
|
||||
/// </summary>
|
||||
public string EnPath { get; set; } = string.Empty;
|
||||
|
||||
|
||||
//public List<Guid> SystemCriterionIdList { get; set; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user