增加影像重传导表
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-29 17:25:38 +08:00
parent 8e2477c19d
commit 62789f4cd8
5 changed files with 61 additions and 5 deletions
@@ -1775,12 +1775,15 @@ namespace IRaCIS.Core.Application.Contracts
public DateTime? AuditTime { get; set; }
public Guid SubjectVisitId { get; set; }
[DictionaryTranslateAttribute("ImageBackApplyEnum")]
public ImageBackApplyEnum ApplyUserRole { get; set; }
[DictionaryTranslateAttribute("ImageBackApplyEnum")]
public ImageBackStateEnum ImageBackState { get; set; }
public DateTime? SubmitTime { get; set; }
[DictionaryTranslateAttribute("YesOrNo")]
public bool IsUrgent { get; set; }
public string VisitName { get; set; } = string.Empty;
@@ -1789,8 +1792,8 @@ namespace IRaCIS.Core.Application.Contracts
public DateTime? LatestScanDate { get; set; }
public decimal VisitNum { get; set; }
[DictionaryTranslateAttribute("Subject_Visit_Status")]
public SubjectStatus SubjectStatus { get; set; }
public string SubjectCode { get; set; } = String.Empty;
public String TrialSiteCode { get; set; } = String.Empty;