修改项目字段

Uat_Study
hang 2022-04-14 14:14:36 +08:00
parent 477a7e06a0
commit 873d4af8da
3 changed files with 8 additions and 3 deletions

View File

@ -178,6 +178,11 @@
访视计划ID 访视计划ID
</summary> </summary>
</member> </member>
<member name="P:IRaCIS.Core.Application.Service.Inspection.DTO.DataInspectionAddDTO.GeneralId">
<summary>
通用ID
</summary>
</member>
<member name="T:IRaCIS.Core.Application.Service.Inspection.DTO.InsBasicTrialConfig"> <member name="T:IRaCIS.Core.Application.Service.Inspection.DTO.InsBasicTrialConfig">
<summary> <summary>
配置 基础逻辑信息 配置 基础逻辑信息

View File

@ -22,7 +22,7 @@ namespace IRaCIS.Application.Contracts
public Guid? SponsorId { get; set; } = Guid.Empty; public Guid? SponsorId { get; set; } = Guid.Empty;
public Guid? ReviewModeId { get; set; } = Guid.Empty; public Guid? ReviewModeId { get; set; } = Guid.Empty;
public string Note { get; set; } = string.Empty; public string Note { get; set; } = string.Empty;
public string TurnaroundTime { get; set; } = string.Empty; public string ProjectCycle { get; set; } = string.Empty;
public int ExpectedPatients { get; set; } public int ExpectedPatients { get; set; }
public decimal TimePointsPerPatient { get; set; } public decimal TimePointsPerPatient { get; set; }
public int? GRRReviewers { get; set; } public int? GRRReviewers { get; set; }

View File

@ -91,7 +91,7 @@ namespace IRaCIS.Core.Domain.Models
[StringLength(500)] [StringLength(500)]
public string TurnaroundTime { get; set; } = string.Empty; public string ProjectCycle { get; set; } = string.Empty;
public int ExpectedPatients { get; set; } public int ExpectedPatients { get; set; }