This commit is contained in:
he
2022-11-09 14:28:07 +08:00
parent f1768d5bd9
commit 4b50216206
2 changed files with 35 additions and 30 deletions
@@ -192,7 +192,7 @@ namespace IRaCIS.Core.Application.Contracts
public int SeriesCount { get; set; }
public int InstanceCount { get; set; }
public bool IsDicom { get; set; } = true;
public List<DicomSeriesDTO> SeriesList { get; set; } = new List<DicomSeriesDTO>();
}