修改影像时间为可空

This commit is contained in:
2022-04-19 11:41:03 +08:00
parent 1d8eb3e33b
commit 16a38b4e4d
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ namespace IRaCIS.Core.Domain.Models
public string SeriesInstanceUid { get; set; }
public string SopInstanceUid { get; set; }
public int InstanceNumber { get; set; }
public DateTime InstanceTime { get; set; }
public DateTime? InstanceTime { get; set; }
public bool CPIStatus { get; set; }
public int ImageRows { get; set; }
public int ImageColumns { get; set; }