S-79
This commit is contained in:
@@ -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; }
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user