This commit is contained in:
he
2023-05-26 11:25:58 +08:00
parent 33c55db206
commit 5f1a25c2ec
3 changed files with 88 additions and 29 deletions
@@ -105,6 +105,11 @@ namespace IRaCIS.Core.Application.ViewModel
/// </summary>
public bool BaseLineLessThan30 { get; set; }
/// <summary>
/// 非靶病灶中淋巴结病灶全部消失
/// </summary>
public bool NoTargetLymphLoss { get; set; }
}
/// <summary>
@@ -187,6 +192,16 @@ namespace IRaCIS.Core.Application.ViewModel
/// 至少有一个新靶病无法评估
/// </summary>
public bool ExixtsUnevaluableState { get; set; }
/// <summary>
/// 当有“存在”状态的淋巴结新靶病灶
/// </summary>
public bool ExixtsLymphTarget { get; set; }
/// <summary>
/// 当有“存在”或“太小”状态的非淋巴结新靶病灶
/// </summary>
public bool ExixtsOrLessNoLymphTarget{ get; set; }
}
/// <summary>