修改一版

This commit is contained in:
he
2022-11-09 11:40:59 +08:00
parent 506a66cbfb
commit ec14e515e0
3 changed files with 44 additions and 8 deletions
@@ -2,6 +2,9 @@
{
public class DicomSeriesDTO
{
public bool IsDicom { get; set; } = true;
public Guid Id { get; set; }
public Guid StudyId { get; set; }
public string StudyInstanceUid { get; set; } = String.Empty;
@@ -11,6 +14,8 @@
public string Modality { get; set; } = String.Empty;
public string Description { get; set; }=String.Empty;
public int InstanceCount { get; set; }
public string NoneDicomFileFirstFile { get; set; } = String.Empty;
public string SliceThickness { get; set; } = String.Empty;
public Guid TrialId { get; set; }