This commit is contained in:
2022-11-22 10:58:08 +08:00
parent 5f32cebc8d
commit 26796b180d
6 changed files with 77 additions and 9 deletions
@@ -308,17 +308,21 @@ namespace IRaCIS.Core.Application.Contracts
public string TrialSiteCode { get; set; } = string.Empty;
public CriterionType CriterionType { get; set; }
public ReadingMethod ReadingType { get; set; }
///// <summary>
///// 任务展示访视 读片任务显示是否顺序
///// </summary>
//public bool IsReadingTaskViewInOrder { get; set; } = true;
}
public class ReadingPeriodOrVisitInfo
{
public Guid SubjectVisitId { get; set; }
//核查状态
@@ -351,6 +355,7 @@ namespace IRaCIS.Core.Application.Contracts
[DictionaryTranslateAttribute("Subject_Visit_Status")]
public SubjectStatus SubjectStatus { get; set; }
public string TrialReadingCriterionName { get; set; }
public DateTime? FirstGiveMedicineTime { get; set; }
@@ -358,10 +363,6 @@ namespace IRaCIS.Core.Application.Contracts
public string ModuleName { get; set; }
public string TrialReadingCriterionName { get; set; }
public string DeadlineVisitName { get; set; }
@@ -369,6 +370,9 @@ namespace IRaCIS.Core.Application.Contracts
public DateTime? LatestScanDate { get; set; }
}
public class UnionStudyExportDTO