Uat_Study
parent
c8ce49a383
commit
c41b6b2eb3
|
@ -251,7 +251,8 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
RowIndex = rowoindex,
|
RowIndex = rowoindex,
|
||||||
BlindName = rowinfo != null ? rowinfo.BlindName : string.Empty,
|
BlindName = rowinfo != null ? rowinfo.BlindName : string.Empty,
|
||||||
ReportLayType = ReportLayType.Lesions,
|
ReportLayType = ReportLayType.Lesions,
|
||||||
ReportMark = rowinfo.ReportMark
|
ReportMark = rowinfo != null ? rowinfo.ReportMark : string.Empty,
|
||||||
|
|
||||||
}) ;
|
}) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue