修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user