@@ -1073,6 +1073,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
[Comment("SPM 参与重阅审批")]
|
||||
public bool IsSPMJoinReReadingApproval { get; set; }
|
||||
|
||||
public bool IsExternalViewTrialChart { get; set; }
|
||||
}
|
||||
|
||||
public class TrialConfigDTO : BasicTrialConfig
|
||||
@@ -1089,6 +1091,8 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
[Comment("SPM 参与重阅审批")]
|
||||
public bool IsSPMJoinReReadingApproval { get; set; }
|
||||
|
||||
public bool IsExternalViewTrialChart { get; set; }
|
||||
|
||||
public List<string> ImageFormatList { get; set; }
|
||||
|
||||
public List<Guid> TrialCriterionIds { get; set; } = new List<Guid>();
|
||||
|
||||
Reference in New Issue
Block a user