Uat_Study
parent
9666547028
commit
2af138e55c
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue