Uat_Study
he 2022-12-22 11:34:56 +08:00 committed by {872297557@qq.com}
parent 64cffc4dd2
commit e028eeea84
5 changed files with 20 additions and 0 deletions

View File

@ -2230,6 +2230,11 @@
问题类型
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingReportDto.DataSource">
<summary>
数据来源
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingReportDto.LesionType">
<summary>
病灶类型

View File

@ -56,6 +56,12 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public QuestionType? QuestionType { get; set; }
/// <summary>
/// 数据来源
/// </summary>
public DataSources DataSource { get; set; } = DataSources.ManualEntry;
/// <summary>
/// 病灶类型
/// </summary>

View File

@ -145,6 +145,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
QuestionType = x.QuestionType,
LesionType = x.LesionType,
QuestionGenre = x.QuestionGenre,
DataSource = x.DataSource,
DictionaryCode = x.DictionaryCode,
TypeValue = x.TypeValue,
QuestionName = x.QuestionName,
@ -167,6 +168,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
QuestionName = x.QuestionName,
LesionType = x.LesionType,
QuestionGenre = x.QuestionGenre,
DataSource = x.DataSource,
DictionaryCode = x.DictionaryCode,
Type = x.Type,
QuestionType = x.QuestionType,
@ -226,6 +228,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
Type = x.Type,
LesionType = question.LesionType,
TableQuestionType = x.TableQuestionType,
DataSource = x.DataSource,
DictionaryCode = x.DictionaryCode,
QuestionMark = x.QuestionMark,
TypeValue = x.TypeValue,

View File

@ -125,6 +125,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
QuestionType = x.QuestionType,
LesionType = x.LesionType,
QuestionGenre = x.QuestionGenre,
DataSource = x.DataSource,
DictionaryCode = x.DictionaryCode,
TypeValue = x.TypeValue,
QuestionName = x.QuestionName,
@ -146,6 +147,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
QuestionName = x.QuestionName,
LesionType = x.LesionType,
QuestionGenre = x.QuestionGenre,
DataSource = x.DataSource,
DictionaryCode = x.DictionaryCode,
Type = x.Type,
QuestionType = x.QuestionType,
@ -203,6 +205,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
Type = x.Type,
LesionType = question.LesionType,
TableQuestionType = x.TableQuestionType,
DataSource = x.DataSource,
DictionaryCode = x.DictionaryCode,
QuestionMark = x.QuestionMark,
TypeValue = x.TypeValue,

View File

@ -120,6 +120,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
IsShowInDicom = x.IsShowInDicom,
Type = x.Type,
QuestionType = x.QuestionType,
DataSource= x.DataSource,
LesionType = x.LesionType,
QuestionGenre = x.QuestionGenre,
DictionaryCode = x.DictionaryCode,
@ -142,6 +143,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
IsShowInDicom = x.IsShowInDicom,
QuestionName = x.QuestionName,
LesionType = x.LesionType,
DataSource = x.DataSource,
QuestionGenre = x.QuestionGenre,
DictionaryCode = x.DictionaryCode,
Type = x.Type,
@ -198,6 +200,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
QuestionId = x.ReadingQuestionId,
TableQuestionId = x.Id,
Type = x.Type,
DataSource = x.DataSource,
LesionType = question.LesionType,
TableQuestionType = x.TableQuestionType,
DictionaryCode = x.DictionaryCode,