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

9 lines
208 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 && PPD 50 )
{
// 疾病进展
}