后处理非dicom检查bug
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-10 14:25:25 +08:00
parent 36acbc1df8
commit f6bcff7e13
10 changed files with 205 additions and 74 deletions
@@ -25,6 +25,12 @@ namespace IRaCIS.Core.Test.CodeFirstTest.MSSQL
public int ImageCount { get; set; }
public long ImageSize { get; set; }
#region
public List<TestNew> TestNewList { get; set; }
#endregion
}
public enum ImageType
@@ -33,8 +39,10 @@ namespace IRaCIS.Core.Test.CodeFirstTest.MSSQL
NoneDIcom = 2
};
public class TestNew: BaseFullAuditEntity
public class TestNew : BaseFullAuditEntity
{
public Guid TrialImageDownloadId { get; set; }
[StringLength(100)]
public string TestName { get; set; }
}