批量处理实体类空行
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-20 14:34:32 +08:00
parent 7524d39213
commit 718ddefe97
163 changed files with 0 additions and 1923 deletions
@@ -1,6 +1,3 @@
namespace IRaCIS.Core.Domain.Models
{
///<summary>
@@ -22,9 +19,6 @@ namespace IRaCIS.Core.Domain.Models
public Subject Subject { get; set; }
#endregion
public string StudyCode { get; set; } = string.Empty;
public int FileCount { get; set; }
@@ -32,26 +26,13 @@ namespace IRaCIS.Core.Domain.Models
public int Code { get; set; }
public Guid TrialId { get; set; }
public Guid SubjectId { get; set; }
public Guid SubjectVisitId { get; set; }
public string BodyPart { get; set; } = string.Empty;
public string Modality { get; set; } = string.Empty;
public DateTime ImageDate { get; set; }
public string Description { get; set; } = string.Empty;
public string VideoName { get; set; } = string.Empty;
public string VideoObjectName { get; set; } = string.Empty;