修改一版
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user