x
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user