清理检查字段
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 13:49:37 +08:00
parent b90f5f2d85
commit 7fc2de5eb3
6 changed files with 11 additions and 49 deletions
-6
View File
@@ -12,8 +12,6 @@
public TaskStudy TaskStudy { get; set; }
#endregion
public Guid SeqId { get; set; }
public Guid StudyId { get; set; }
public Guid SeriesId { get; set; }
@@ -26,8 +24,6 @@
public int ImageRows { get; set; }
public int ImageColumns { get; set; }
public int SliceLocation { get; set; }
public string SliceThickness { get; set; } = string.Empty;
public int NumberOfFrames { get; set; }
public string PixelSpacing { get; set; } = string.Empty;
@@ -37,14 +33,12 @@
public string WindowCenter { get; set; } = string.Empty;
public string WindowWidth { get; set; } = string.Empty;
public Guid TrialId { get; set; }
public Guid SubjectId { get; set; }
public Guid VisitTaskId { get; set; }
public bool Anonymize { get; set; }
public string Path { get; set; } = string.Empty;
public string HtmlPath { get; set; } = string.Empty;
public long? FileSize { get; set; }