新增配置,加字段,修改查询、编辑接口
parent
1bd796cd94
commit
b8dd85c88f
|
@ -155,6 +155,11 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; }
|
public ReadingTaskViewMethod ReadingTaskViewEnum { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
public bool IsMedicalReview { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -302,6 +307,10 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
public bool IsPDProgressView { get; set; }
|
public bool IsPDProgressView { get; set; }
|
||||||
|
|
||||||
|
public UserTypeEnum? EnrollConfirmDefaultUserType { get; set; }
|
||||||
|
|
||||||
|
public UserTypeEnum? PDProgressDefaultUserType { get; set; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -1017,6 +1026,13 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
public List<string> ClinicalDataSetNames { get; set; } = new List<string>();
|
public List<string> ClinicalDataSetNames { get; set; } = new List<string>();
|
||||||
|
|
||||||
|
|
||||||
|
public bool IsMedicalReview { get; set; }
|
||||||
|
|
||||||
|
public UserTypeEnum? EnrollConfirmDefaultUserType { get; set; }
|
||||||
|
|
||||||
|
public UserTypeEnum? PDProgressDefaultUserType { get; set; }
|
||||||
|
|
||||||
|
|
||||||
//public bool IsTrialStart { get; set; } = false;
|
//public bool IsTrialStart { get; set; } = false;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -361,6 +361,10 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
|
|
||||||
public bool IsMedicalReview { get; set; }
|
public bool IsMedicalReview { get; set; }
|
||||||
|
|
||||||
|
public UserTypeEnum? EnrollConfirmDefaultUserType { get; set; }
|
||||||
|
|
||||||
|
public UserTypeEnum? PDProgressDefaultUserType { get; set; }
|
||||||
|
|
||||||
#region 邮件配置
|
#region 邮件配置
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 发件箱账号
|
/// 发件箱账号
|
||||||
|
|
Loading…
Reference in New Issue