Uat_Study
he 2022-07-18 10:33:11 +08:00
parent bd46ba2604
commit a24625f304
1 changed files with 5 additions and 7 deletions

View File

@ -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>();