Uat_Study
he 2022-11-18 15:50:23 +08:00
parent 8e29769df4
commit ad2499a23e
1 changed files with 4 additions and 0 deletions

View File

@ -421,6 +421,10 @@ namespace IRaCIS.Core.Application.Contracts
}
}
/// <summary>
/// eCRF报告是否显示在图像页面
/// </summary>
public bool IseCRFShowInDicomReading { get; set; } = false;
public bool IsClinicalReading { get; set; }