检查 返回配置字段

This commit is contained in:
2025-02-27 13:05:09 +08:00
parent a9c7c79fb5
commit 47755bc2aa
3 changed files with 13 additions and 3 deletions
@@ -161,6 +161,13 @@ namespace IRaCIS.Core.Application.Contracts
[Comment("阅片任务产生之前 采集影像")]
public CollectImagesType CollectImagesEnum { get; set; }
public List<StudyName> StudyNameList { get; set; }
public List<string> ImageFormatList { get; set; }
public bool IsShowStudyName { get; set; } = false;
}