修改一版
This commit is contained in:
@@ -39,6 +39,16 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
/// 上传方式
|
||||
/// </summary>
|
||||
public ClinicalUploadType ClinicalUploadType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否启用
|
||||
/// </summary>
|
||||
public bool IsEnable { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 是否勾选
|
||||
/// </summary>
|
||||
public bool IsCheck { get; set; }
|
||||
}
|
||||
|
||||
public class ClinicalDataView : ClinicalData
|
||||
@@ -139,6 +149,26 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
|
||||
}
|
||||
|
||||
|
||||
public class SetClinicalDataCheckIndto
|
||||
{
|
||||
/// <summary>
|
||||
/// 项目ID
|
||||
/// </summary>
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
List<>
|
||||
|
||||
/// <summary>
|
||||
/// 勾选的ID
|
||||
/// </summary>
|
||||
public List<Guid> CheckIds { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 启用的ID
|
||||
/// </summary>
|
||||
public List<Guid> EnableIds { get; set; }
|
||||
}
|
||||
public class AddTrialClinicalDataSetInDto
|
||||
{
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user