Uat_Study
parent
bd46ba2604
commit
a24625f304
|
@ -52,11 +52,6 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string OutEnrollmentVisitName { get; set; } = "EOT";
|
public string OutEnrollmentVisitName { get; set; } = "EOT";
|
||||||
|
|
||||||
/// <summary>
|
|
||||||
/// 临床信息传输 1:系统录入2:系统录入+PDF 0:无
|
|
||||||
/// </summary>
|
|
||||||
public int ClinicalInformationTransmissionEnum { get; set; } = 1;
|
|
||||||
|
|
||||||
public bool IsSubjectSexView { get; set; } = false;
|
public bool IsSubjectSexView { get; set; } = false;
|
||||||
|
|
||||||
|
|
||||||
|
@ -87,9 +82,12 @@ namespace IRaCIS.Core.Application.Contracts
|
||||||
|
|
||||||
public Guid TrialId { get; set; }
|
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>();
|
public List<Guid> ClinicalDataTrialSetIds { get; set; } = new List<Guid>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue