修改一版

This commit is contained in:
he
2022-09-26 14:42:57 +08:00
parent 64df53602e
commit 71a73ff536
4 changed files with 64 additions and 11 deletions
@@ -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