增加最晚最早拍片日期

This commit is contained in:
2022-04-11 16:14:33 +08:00
parent be623e9b83
commit fa924736a8
2 changed files with 3 additions and 1 deletions
@@ -312,7 +312,9 @@ namespace IRaCIS.Core.Application.Contracts.DTO
public int SubjectAge { get; set; }
public string SubjectSex { get; set; } = String.Empty;
public DateTime? EarliestScanDate { get; set; }
public DateTime? LatestScanDate { get; set; }
public decimal VisitNum { get; set; }
public string VisitName { get; set; } = string.Empty;
//public DateTime? SVSTDTC { get; set; }