加测量值枚举

IRC_NewDev
he 2024-09-06 14:58:01 +08:00
parent 68be1d8583
commit 19220a1cbd
1 changed files with 6 additions and 1 deletions

View File

@ -2609,6 +2609,11 @@ public enum PET5PSScore
/// 保存脾脏评估 /// 保存脾脏评估
/// </summary> /// </summary>
SplenicEvaluation = 7, SplenicEvaluation = 7,
/// <summary>
/// 测量值
/// </summary>
MeasuredValue =8,
} }
/// <summary> /// <summary>