res 同步病灶调整
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
43c0885e0a
commit
f83819d0c9
|
@ -884,7 +884,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
item.QuestionId = rowinfo.QuestionId;
|
item.QuestionId = rowinfo.QuestionId;
|
||||||
|
|
||||||
|
|
||||||
if (portalOrgan != null && rowinfo.OriginalId == portalOrgan.Id)
|
if (portalOrgan != null && rowinfo.OrganInfoId == portalOrgan.Id)
|
||||||
{
|
{
|
||||||
var IslymphNode = recistTableAnswers.Where(x => x.RowId == item.RowId && x.QuestionMark == QuestionMark.IsLymph).Select(x => x.Answer).FirstIsNullReturnEmpty().EqEnum(YesOrNoOrNa.Yes);
|
var IslymphNode = recistTableAnswers.Where(x => x.RowId == item.RowId && x.QuestionMark == QuestionMark.IsLymph).Select(x => x.Answer).FirstIsNullReturnEmpty().EqEnum(YesOrNoOrNa.Yes);
|
||||||
var minorAxis = recistTableAnswers.Where(x => x.RowId == item.RowId && x.QuestionMark == QuestionMark.ShortAxis).Select(x => x.Answer).FirstIsNullReturnEmpty().IsNullOrEmptyReturn0();
|
var minorAxis = recistTableAnswers.Where(x => x.RowId == item.RowId && x.QuestionMark == QuestionMark.ShortAxis).Select(x => x.Answer).FirstIsNullReturnEmpty().IsNullOrEmptyReturn0();
|
||||||
|
|
Loading…
Reference in New Issue