修改一版
This commit is contained in:
@@ -506,6 +506,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
public Guid VisitTaskId { get; set; }
|
||||
|
||||
public GlobalAnswerType GlobalAnswerType { get; set; }
|
||||
|
||||
public string Answer { get; set; }
|
||||
}
|
||||
|
||||
@@ -517,6 +519,8 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public string QuestionName { get; set; }
|
||||
|
||||
public string Answer { get; set; }
|
||||
|
||||
|
||||
}
|
||||
|
||||
public class OncologyVisitTaskInfo
|
||||
@@ -656,7 +660,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public List<GlobalQuestionInfo> AfterQuestionList { get; set; }
|
||||
}
|
||||
|
||||
public class GetGlobalQuestionType
|
||||
{
|
||||
public GlobalAnswerType GlobalAnswerType { get; set; }
|
||||
|
||||
public string QuestionName { get; set; }
|
||||
}
|
||||
public class GlobalQuestionInfo
|
||||
{
|
||||
public Guid? QuestionId { get; set; }
|
||||
@@ -694,6 +703,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// 类型
|
||||
/// </summary>
|
||||
public string Type { get; set; }
|
||||
|
||||
|
||||
public GlobalAnswerType GlobalAnswerType { get; set; }
|
||||
}
|
||||
|
||||
public class GetReadingImgOutDto
|
||||
|
||||
Reference in New Issue
Block a user