Uat_Study
he 2022-12-19 16:17:15 +08:00 committed by {872297557@qq.com}
parent 9666547028
commit 2af138e55c
2 changed files with 4 additions and 4 deletions

View File

@ -7061,9 +7061,9 @@
eCRF报告是否显示在图像页面
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Contracts.SetCriterionReadingInfoInDto.IsGlobalTask">
<member name="P:IRaCIS.Core.Application.Contracts.SetCriterionReadingInfoInDto.IsReadingPeriod">
<summary>
是否有全局阅片任务
是否有阅片期
</summary>
</member>
<member name="P:IRaCIS.Core.Application.Contracts.SetCriterionReadingInfoInDto.DigitPlaces">

View File

@ -338,9 +338,9 @@ namespace IRaCIS.Core.Application.Contracts
public Guid TrialId { get; set; }
/// <summary>
/// 是否有全局阅片任务
/// 是否有阅片期
/// </summary>
public bool IsGlobalTask { get; set; } = true;
public bool IsReadingPeriod { get; set; } = true;
public bool IsSystemCriterion
{