修改
This commit is contained in:
@@ -52,11 +52,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
/// </summary>
|
||||
public string OutEnrollmentVisitName { get; set; } = "EOT";
|
||||
|
||||
/// <summary>
|
||||
/// 临床信息传输 1:系统录入2:系统录入+PDF 0:无
|
||||
/// </summary>
|
||||
public int ClinicalInformationTransmissionEnum { get; set; } = 1;
|
||||
|
||||
public bool IsSubjectSexView { get; set; } = false;
|
||||
|
||||
|
||||
@@ -87,9 +82,12 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 临床信息传输 1:系统录入2:系统录入+PDF 0:无
|
||||
/// </summary>
|
||||
public int ClinicalInformationTransmissionEnum { get; set; } = 1;
|
||||
|
||||
|
||||
public List<Guid> ClinicalDataTrialSetIds { get; set; } = new List<Guid>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user