序列返回窗宽床位

This commit is contained in:
2023-02-08 11:04:34 +08:00
parent 8c6145ddf1
commit a4eebf60cc
3 changed files with 9 additions and 2 deletions
@@ -36,6 +36,10 @@
public List<Guid> InstanceList { get; set; } = new List<Guid>();
public List<string> InstancePathList { get; set; } = new List<string>();
//存放在instance 上面
public string WindowCenter { get; set; } = string.Empty;
public string WindowWidth { get; set; } = string.Empty;
}
public class DicomSeriesWithLabelDTO : DicomSeriesDTO