添加 IndicationTypeId

This commit is contained in:
he
2024-10-30 09:27:17 +08:00
parent 68b960abec
commit 3a978b561b
7 changed files with 18278 additions and 179 deletions
@@ -17066,6 +17066,11 @@
数据类型
</summary>
</member>
<member name="P:IRaCIS.Application.Contracts.TrialExperienceCommand.IndicationTypeId">
<summary>
适应症类型ID
</summary>
</member>
<member name="P:IRaCIS.Application.Contracts.TrialExperienceCommand.TrialId">
<summary>
项目Id
@@ -8,6 +8,11 @@
/// </summary>
public ExperienceDataType ExperienceDataType { get; set; }
/// <summary>
/// 适应症类型ID
/// </summary>
public Guid IndicationTypeId { get; set; } = Guid.Empty;
/// <summary>
/// 项目Id
/// </summary>
@@ -469,6 +469,7 @@ namespace IRaCIS.Core.Application.Service
PhaseId = trial.PhaseId,
StartTime = DateTime.Now,
IndicationEnum = trial.IndicationEnum,
IndicationTypeId= trial.IndicationTypeId,
ExperienceDataType = dataType,
TrialId = trial.Id,
VisitReadingCount = 0,