@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user