Uat_Study
parent
fe046d8842
commit
c220338260
|
@ -1930,6 +1930,11 @@
|
|||
问题类型
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingReportDto.LesionType">
|
||||
<summary>
|
||||
病灶类型
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.ReadingReportDto.Type">
|
||||
<summary>
|
||||
类型
|
||||
|
|
|
@ -461,7 +461,7 @@ namespace IRaCIS.Application.Services
|
|||
QuestionId = x.ReadingQuestionId,
|
||||
TableQuestionId = x.Id,
|
||||
Type = x.Type,
|
||||
LesionType = x.ReadingQuestionTrial.LesionType,
|
||||
LesionType = question.LesionType,
|
||||
TableQuestionType = x.TableQuestionType,
|
||||
DictionaryCode = x.DictionaryCode,
|
||||
QuestionMark = x.QuestionMark,
|
||||
|
|
Loading…
Reference in New Issue