Uat_Study
parent
cf00e51559
commit
8e8fb1cc8c
|
@ -2090,7 +2090,7 @@ namespace IRaCIS.Core.Application.Service.ReadingCalculate
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
NewTargetLesionAssessment? result = null;
|
NewTargetLesionAssessment? result = NewTargetLesionAssessment.ND;
|
||||||
|
|
||||||
// if(所有新靶病灶消失或一直不存在任何新靶病灶)
|
// if(所有新靶病灶消失或一直不存在任何新靶病灶)
|
||||||
if(data.NotExistsNewTargetLesion||data.AllVanish)
|
if(data.NotExistsNewTargetLesion||data.AllVanish)
|
||||||
|
|
Loading…
Reference in New Issue