Uat_Study
he 2022-11-07 17:46:14 +08:00
parent 6570406834
commit 3a9d1a4d83
2 changed files with 6 additions and 1 deletions

View File

@ -2377,6 +2377,11 @@
类型值
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.GlobalQuestionInfo.ValueType">
<summary>
数值类型
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Service.Reading.Dto.GlobalQuestionInfo.Type">
<summary>
类型

View File

@ -971,7 +971,7 @@ namespace IRaCIS.Core.Application.Contracts
public List<Guid> ClinicalDataTrialSetIds { get; set; } = new List<Guid>();
public int ConfigTrialProcessInfoConfirm { get; set; }
public bool IsTrialProcessConfirmed { get; set; }