修改生成任务,手动生成的,提交访视的时候,不处理

This commit is contained in:
2023-03-22 13:39:57 +08:00
parent ef923e7be0
commit 3bcf88ffe3
4 changed files with 18 additions and 7 deletions
@@ -29,7 +29,7 @@ namespace IRaCIS.Core.Application.ViewModel
public bool? IsGeneratedTask { get; set; }
public decimal VisitNum { get; set; }
public string VisitName { get; set; }
public DateTime? EarliestScanDate { get; set; }
public DateTime? LatestScanDate { get; set; }
@@ -75,7 +75,7 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid SubjectId { get; set; }
public List<Guid> SubjectVisitIdList { get; set; }
public List<Guid> SubjectVisitIdList { get; set; }=new List<Guid>();
}
public class VisitStudyAndSeriesQuery
@@ -111,6 +111,8 @@ namespace IRaCIS.Core.Application.ViewModel
public string TaskCode { get; set; }
public decimal VisitTaskNum { get; set; }
public string TaskName { get; set; }
public string TaskBlindName { get; set; }