AssessmentAlgorithm/Lugano/评估算法/普通靶病灶的疾病进展状态 - 前端.cs

14 lines
500 B
C#
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

// LDi LDi= 当前病灶的长径
// LDi LDi= 当前病灶的短径
// PPD PPD= 当前病灶的PPD
if( 15mm < LDi 20mm && PPD 50 && (PPDLDi 5 mm || PPDSDi5 mm) )
{
// 疾病进展
}
else if( LDi>20 mm && PPD 50 (PPDLDi 10 mm || PPDSDiSdi 10 mm))
{
// 疾病进展
}