返回配置字段
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
b77d2d9160
commit
6e7545be65
|
@ -113,7 +113,7 @@ namespace IRaCIS.Core.SCP.Service
|
|||
var _trialSiteDicomAERepository = _serviceProvider.GetService<IRepository<TrialSiteDicomAE>>();
|
||||
|
||||
|
||||
var findTrialSiteAE = _trialSiteDicomAERepository.Where(t=>t.CallingAE==association.CallingAE ).FirstOrDefault();
|
||||
var findTrialSiteAE = _trialSiteDicomAERepository.Where(t=>t.CallingAE==association.CallingAE).FirstOrDefault();
|
||||
|
||||
if (findTrialSiteAE!=null)
|
||||
{
|
||||
|
|
|
@ -224,6 +224,10 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
public TrialQCProcess QCProcessEnum { get; set; } = TrialQCProcess.DoubleAudit;
|
||||
|
||||
public bool IsImageConsistencyVerification { get; set; } = true;
|
||||
|
||||
public bool IsPACSConnect { get; set; }
|
||||
|
||||
public bool IsTrialPACSConfirmed { get; set; }
|
||||
}
|
||||
|
||||
public class TrialTaskConfigView : TrialTaskConfig
|
||||
|
|
Loading…
Reference in New Issue