修改一版

This commit is contained in:
he
2022-06-13 09:06:41 +08:00
parent 09454c553c
commit c1576d58aa
4 changed files with 34 additions and 3 deletions
@@ -35,10 +35,21 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid ClinicalDataTrialSetId { get; set; }
/// <summary>
/// 临床数据类型Id
/// 是否是访视
/// </summary>
public bool IsVisit { get; set; }
/// <summary>
/// 是否盲化
/// </summary>
public bool IsBlind { get; set; }
/// <summary>
/// 是否完整
/// </summary>
public bool IsComplete { get; set; }
/// <summary>
/// 要删除的对象
/// </summary>