This commit is contained in:
he
2023-07-18 16:01:55 +08:00
parent 09e0187a7d
commit 47a4403cbe
3 changed files with 34 additions and 12 deletions
@@ -222,6 +222,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid ReadModuleId { get; set; }
/// <summary>
/// 临床数据是否完整
/// </summary>
public bool? IsClinicalDataComplete { get; set; }
/// <summary>
/// 临床数据是否盲化
/// </summary>
public bool? IsClinicalDataBlind { get; set; }
public bool IsConfirm { get; set; }
}