修改一版
parent
3eaa1c110b
commit
6ab05309c6
|
@ -260,6 +260,7 @@ namespace IRaCIS.Application.Services
|
|||
{
|
||||
QuestionMark.MajorAxis,
|
||||
QuestionMark.ShortAxis,
|
||||
QuestionMark.State,
|
||||
};
|
||||
|
||||
var tableAnswers = copyTableAnswers.Select(x => new ReadingTableQuestionAnswer
|
||||
|
|
|
@ -255,6 +255,26 @@ namespace IRaCIS.Core.Domain.Share
|
|||
/// 自增Id
|
||||
/// </summary>
|
||||
AutoId=3,
|
||||
|
||||
/// <summary>
|
||||
/// 病灶名称
|
||||
/// </summary>
|
||||
Lesion = 4,
|
||||
|
||||
/// <summary>
|
||||
/// 所在器官
|
||||
/// </summary>
|
||||
Organ = 5,
|
||||
|
||||
/// <summary>
|
||||
/// 所在位置
|
||||
/// </summary>
|
||||
Location = 6,
|
||||
|
||||
/// <summary>
|
||||
/// 状态
|
||||
/// </summary>
|
||||
State = 7,
|
||||
}
|
||||
|
||||
public enum QuestionType
|
||||
|
|
Loading…
Reference in New Issue