Uat_Study
parent
54bbfcfab2
commit
f9d73b08ab
|
@ -792,7 +792,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 全局阅片显示类型
|
/// 全局阅片显示类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
|
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 问题类型
|
/// 问题类型
|
||||||
|
|
|
@ -618,7 +618,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 全局阅片显示类型
|
/// 全局阅片显示类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
|
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 默认值
|
/// 默认值
|
||||||
|
@ -792,7 +792,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 全局阅片显示类型
|
/// 全局阅片显示类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
|
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
@ -1115,7 +1115,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 全局阅片显示类型
|
/// 全局阅片显示类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
|
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 默认值
|
/// 默认值
|
||||||
|
@ -1259,7 +1259,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 全局阅片显示类型
|
/// 全局阅片显示类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
|
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 默认值
|
/// 默认值
|
||||||
|
|
|
@ -143,7 +143,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 全局阅片显示类型
|
/// 全局阅片显示类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
|
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 默认值
|
/// 默认值
|
||||||
|
|
|
@ -80,7 +80,7 @@ namespace IRaCIS.Core.Domain.Models
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 全局阅片显示类型
|
/// 全局阅片显示类型
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.AllShow;
|
public GlobalReadingShowType GlobalReadingShowType { get; set; } = GlobalReadingShowType.NotShow;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 备注
|
/// 备注
|
||||||
|
|
Loading…
Reference in New Issue