修改一版

This commit is contained in:
he
2022-06-06 19:35:10 +08:00
parent 46b5846d0c
commit f4d666b316
4 changed files with 100 additions and 13 deletions
@@ -14,7 +14,31 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid? SubjectId { get; set; }
/// <summary>
/// 项目中心Code
/// </summary>
public string? TrialSiteCode { get; set; }
/// <summary>
/// 受试者Code
/// </summary>
public string? SubjectCode { get; set; }
/// <summary>
/// 模块类型
/// </summary>
public ModuleTypeEnum? ModuleType { get; set; }
/// <summary>
/// 状态
/// </summary>
public ReadModuleEnum? Status { get; set; }
/// <summary>
/// 任务名称
/// </summary>
public string? Name { get; set; }
}
public class GetSubjectReadVisitsOutDto
@@ -229,6 +253,11 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public string SiteCode { get; set; }
/// <summary>
/// 项目中心Id
/// </summary>
public string TrialSiteCode { get; set; }
/// <summary>
/// 是否为末次访视
/// </summary>
@@ -306,7 +335,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public string SubjectCode { get; set; }
public string SiteCode { get; set; }
public string TrialSiteCode { get; set; }
public Guid SiteId { get; set; }