查询返回检查名称
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-02-27 11:33:31 +08:00
parent a9c7c79fb5
commit 553a8d392f
5 changed files with 26 additions and 1 deletions
@@ -69,6 +69,23 @@ namespace IRaCIS.Core.Application.Contracts
public List<string> ModalityList { get; set; } = new List<string>();
/// <summary>
/// 是否显示检查名称
/// </summary>
public bool IsShowStudyName { get; set; } = false;
/// <summary>
/// 检查名称列表
/// </summary>
public List<StudyName> StudyNameList { get; set; }
/// <summary>
/// 图像格式
/// </summary>
[StringLength(2000)]
public List<string> ImageFormatList { get; set; } = new List<string>();
public List<TrialObjectNameConfig> TrialObjectNameList { get; set; }