Uat_Study
parent
729c85619b
commit
05e95519e9
|
@ -44,6 +44,7 @@
|
||||||
<None Remove="Resources\en-US.json" />
|
<None Remove="Resources\en-US.json" />
|
||||||
<None Remove="Resources\zh-CN.json" />
|
<None Remove="Resources\zh-CN.json" />
|
||||||
<None Remove="Service\Allocation\TaskConsistentRuleService.cs~RF1603d47.TMP" />
|
<None Remove="Service\Allocation\TaskConsistentRuleService.cs~RF1603d47.TMP" />
|
||||||
|
<None Remove="Service\Reading\ReadingImageTask\ReadingJudgeTaskService.cs~RF198afd23.TMP" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6013,6 +6013,11 @@
|
||||||
IR阅片是否显示既往结果
|
IR阅片是否显示既往结果
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.IsGlobalReading">
|
||||||
|
<summary>
|
||||||
|
全局阅片
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.ReadingTool">
|
<member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.ReadingTool">
|
||||||
<summary>
|
<summary>
|
||||||
阅片工具
|
阅片工具
|
||||||
|
@ -6258,11 +6263,6 @@
|
||||||
全局阅片
|
全局阅片
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
<member name="P:IRaCIS.Core.Application.Contracts.SetGlobalReadingInfoInDto.IsGlobalReading">
|
|
||||||
<summary>
|
|
||||||
全局阅片
|
|
||||||
</summary>
|
|
||||||
</member>
|
|
||||||
<member name="P:IRaCIS.Core.Application.Contracts.SetTrialReadingCriterionInDto.FormType">
|
<member name="P:IRaCIS.Core.Application.Contracts.SetTrialReadingCriterionInDto.FormType">
|
||||||
<summary>
|
<summary>
|
||||||
表单类型
|
表单类型
|
||||||
|
|
|
@ -316,7 +316,7 @@ namespace IRaCIS.Application.Services
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="visitTaskId"></param>
|
/// <param name="visitTaskId"></param>
|
||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
private async Task TriggerJudgeQuestion(Guid visitTaskId)
|
public async Task TriggerJudgeQuestion(Guid visitTaskId)
|
||||||
{
|
{
|
||||||
List<Guid> visitTaskids = new List<Guid>();
|
List<Guid> visitTaskids = new List<Guid>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue