Uat_Study
he 2022-10-19 15:59:22 +08:00
parent 729c85619b
commit 05e95519e9
3 changed files with 7 additions and 6 deletions

View File

@ -44,6 +44,7 @@
<None Remove="Resources\en-US.json" />
<None Remove="Resources\zh-CN.json" />
<None Remove="Service\Allocation\TaskConsistentRuleService.cs~RF1603d47.TMP" />
<None Remove="Service\Reading\ReadingImageTask\ReadingJudgeTaskService.cs~RF198afd23.TMP" />
</ItemGroup>

View File

@ -6013,6 +6013,11 @@
IR阅片是否显示既往结果
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.IsGlobalReading">
<summary>
全局阅片
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Contracts.GetTrialReadingInfoOutDto.ReadingTool">
<summary>
阅片工具
@ -6258,11 +6263,6 @@
全局阅片
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Contracts.SetGlobalReadingInfoInDto.IsGlobalReading">
<summary>
全局阅片
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Contracts.SetTrialReadingCriterionInDto.FormType">
<summary>
表单类型

View File

@ -316,7 +316,7 @@ namespace IRaCIS.Application.Services
/// </summary>
/// <param name="visitTaskId"></param>
/// <returns></returns>
private async Task TriggerJudgeQuestion(Guid visitTaskId)
public async Task TriggerJudgeQuestion(Guid visitTaskId)
{
List<Guid> visitTaskids = new List<Guid>();