Uat_Study
parent
e0753389f0
commit
527faa02d1
|
@ -3806,6 +3806,11 @@
|
|||
全局阅片
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.ArbitrationRule">
|
||||
<summary>
|
||||
仲裁规则
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.ReadingType">
|
||||
<summary>
|
||||
阅片模式
|
||||
|
@ -3941,6 +3946,11 @@
|
|||
阅片是否显示既往结果
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Contracts.SetTrialReadingInfoInDto.ArbitrationRule">
|
||||
<summary>
|
||||
仲裁规则
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:IRaCIS.Core.Application.Contracts.TrialConfigDTO.QCProcessEnum">
|
||||
<summary>
|
||||
QC流程 0 不审,1 单审,2双审
|
||||
|
|
|
@ -421,9 +421,7 @@ namespace IRaCIS.Core.Application.Service
|
|||
TaskAllocationState = TaskAllocationState.Allocated,
|
||||
AllocateTime = DateTime.Now,
|
||||
|
||||
BlindTrialSiteCode=task.BlindTrialSiteCode,
|
||||
BlindSubjectCode=task.BlindSubjectCode,
|
||||
ConsistentAnalysisOriginalTaskId= null,
|
||||
|
||||
|
||||
IsSelfAnalysis= false,
|
||||
|
||||
|
|
Loading…
Reference in New Issue