Merge branch 'Test.IRC' of http://192.168.3.69:2000/XCKJ/irc-netcore-api into Test.IRC
This commit is contained in:
@@ -288,7 +288,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public string TrialStatusStr { get; set; }
|
||||
|
||||
|
||||
#region PM
|
||||
public int? ExpetiedTaskCount { get; set; }
|
||||
|
||||
|
||||
@@ -299,6 +299,9 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public int? PendingResponseCount { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
public bool IsIQCHaveToBeDone { get; set; }
|
||||
public bool IsCRCHaveToBeDone { get; set; }
|
||||
|
||||
|
||||
@@ -1283,25 +1283,6 @@ namespace IRaCIS.Core.Application
|
||||
}
|
||||
|
||||
|
||||
#region 废弃
|
||||
#region 上传影像
|
||||
|
||||
#endregion
|
||||
|
||||
#region QC
|
||||
|
||||
#endregion
|
||||
|
||||
#region 一致性核查
|
||||
|
||||
#endregion
|
||||
|
||||
#region 阅片
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
|
||||
@@ -548,7 +548,6 @@ namespace IRaCIS.Application.Services
|
||||
|
||||
await _repository.BatchDeleteAsync<VisitTaskReReading>(t => t.OriginalReReadingTask.TrialId == trialId);
|
||||
await _repository.BatchDeleteAsync<VisitTask>(t => t.TrialId == trialId);
|
||||
await _repository.BatchDeleteAsync<TrialAttachment>(t => t.TrialId == trialId);
|
||||
await _repository.BatchDeleteAsync<TrialStateChange>(t => t.TrialId == trialId) ;
|
||||
|
||||
return ResponseOutput.Ok();
|
||||
|
||||
Reference in New Issue
Block a user