修改
This commit is contained in:
@@ -146,6 +146,27 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
/// 器官类型
|
||||
/// </summary>
|
||||
public OrganType OrganType { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 部位 英文
|
||||
/// </summary>
|
||||
public string PartEN { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// TULOC 英文
|
||||
/// </summary>
|
||||
public string TULOCEN { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 位置 英文
|
||||
/// </summary>
|
||||
public string TULATEN { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
public class GetTrialSelectOrganListInDto
|
||||
@@ -230,6 +251,25 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
/// </summary>
|
||||
public IsLymph IsLymphNodes { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 部位 英文
|
||||
/// </summary>
|
||||
public string PartEN { get; set; } = string.Empty;
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// TULOC 英文
|
||||
/// </summary>
|
||||
public string TULOCEN { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 位置 英文
|
||||
/// </summary>
|
||||
public string TULATEN { get; set; } = string.Empty;
|
||||
|
||||
}
|
||||
|
||||
///<summary>OrganInfoQuery 列表查询参数模型</summary>
|
||||
@@ -290,6 +330,27 @@ namespace IRaCIS.Core.Application.ViewModel
|
||||
|
||||
public DateTime CreateTime { get; set; }
|
||||
public Guid CreateUserId { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 部位 英文
|
||||
/// </summary>
|
||||
public string PartEN { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// TULOC 英文
|
||||
/// </summary>
|
||||
public string TULOCEN { get; set; } = string.Empty;
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 位置 英文
|
||||
/// </summary>
|
||||
public string TULATEN { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -268,6 +268,9 @@ namespace IRaCIS.Core.Application.Service
|
||||
IsCanEditPosition=data.IsCanEditPosition,
|
||||
IsEnable = trialData.IsEnable,
|
||||
OrganType = data.OrganType,
|
||||
PartEN=data.PartEN,
|
||||
TULATEN=data.TULATEN,
|
||||
TULOCEN=data.TULOCEN,
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user