AssessmentAlgorithm/Lugano/评估算法/靶病灶分裂主病灶的疾病进展状态.cs

20 lines
618 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 < LDi20mm && PPD 50 && (PPDLDi 5 mm || PPDSDi5 mm) )
{
// 疾病进展
}
else if( LDi>20 mm && PPD 50 (PPDLDi 10 mm || PPDSDiSdi 10 mm))
{
// 疾病进展
}
else if
(
if()
{
// 改为存在
}
)