dicom 影像返回路径

Uat_Study
hang 2023-05-18 09:46:50 +08:00
parent e000b7ea6d
commit 2fe9e88c52
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@
//存放在instance 上面
public string WindowCenter { get; set; } = string.Empty;
public string WindowWidth { get; set; } = string.Empty;
public string IamgeResizePath { get; set; }
}
public class DicomSeriesWithLabelDTO : DicomSeriesDTO