Uat_Study
parent
e09ad5b35f
commit
217fef2338
|
@ -119,6 +119,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
GroupName = x.GroupName,
|
GroupName = x.GroupName,
|
||||||
IsShowInDicom = x.IsShowInDicom,
|
IsShowInDicom = x.IsShowInDicom,
|
||||||
Type = x.Type,
|
Type = x.Type,
|
||||||
|
|
||||||
QuestionType = x.QuestionType,
|
QuestionType = x.QuestionType,
|
||||||
DataSource= x.DataSource,
|
DataSource= x.DataSource,
|
||||||
LesionType = x.LesionType,
|
LesionType = x.LesionType,
|
||||||
|
@ -209,6 +210,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
RowIndex = row.RowIndex,
|
RowIndex = row.RowIndex,
|
||||||
ShowOrder = x.ShowOrder,
|
ShowOrder = x.ShowOrder,
|
||||||
ValueType = x.ValueType,
|
ValueType = x.ValueType,
|
||||||
|
CustomUnit=x.CustomUnit,
|
||||||
Unit = x.Unit,
|
Unit = x.Unit,
|
||||||
ReportLayType = ReportLayType.TableQuestion,
|
ReportLayType = ReportLayType.TableQuestion,
|
||||||
}).ToList();
|
}).ToList();
|
||||||
|
|
Loading…
Reference in New Issue