Compare commits
No commits in common. "45da1645e00cb6d5bebdccf6164a6d6ab74651fd" and "0998f047e45a5cce4e5cff0cb0c9d1b778ddbcec" have entirely different histories.
45da1645e0
...
0998f047e4
|
@ -79,7 +79,11 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
/// </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; }
|
||||
|
@ -107,10 +111,6 @@ namespace IRaCIS.Core.Application.Contracts
|
|||
|
||||
public Guid TrialId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 图像格式
|
||||
/// </summary>
|
||||
public List<string> ImageFormatList { get; set; } = new List<string>();
|
||||
|
||||
/// <summary>
|
||||
/// 临床信息传输 1:系统录入2:系统录入+PDF 0:无
|
||||
|
|
Loading…
Reference in New Issue