This commit is contained in:
he
2023-03-24 17:06:13 +08:00
parent c9f7a2b3f7
commit 44af846e11
2 changed files with 105 additions and 1 deletions
+31 -1
View File
@@ -648,7 +648,17 @@ namespace IRaCIS.Core.Domain.Share
/// <summary>
/// 消失
/// </summary>
Loss = 3
Loss = 3,
/// <summary>
/// 显著增大(iUPD
/// </summary>
IUPD = 4,
/// <summary>
/// 进一步增大(iCPD
/// </summary>
ICPD = 5
}
@@ -906,6 +916,26 @@ namespace IRaCIS.Core.Domain.Share
/// </summary>
BaselineLesions=4,
/// <summary>
/// 新靶病灶
/// </summary>
NewTargetLesion = 5,
/// <summary>
/// 新非靶病灶
/// </summary>
NewNonTargetLesion = 6,
/// <summary>
/// 其它既往新病灶
/// </summary>
OtherPreviousNewLesion = 7,
/// <summary>
/// 触发iRECSIT后的新病灶
/// </summary>
TriggeringIRECSIT = 8
}