This commit is contained in:
he
2024-07-30 11:19:17 +08:00
parent 4f5d89732d
commit e36dd04d3e
2 changed files with 6 additions and 1 deletions
@@ -79,6 +79,10 @@ namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
public int InstanceNumber { get; set; }
public Guid? StudyId { get; set; }
public Guid? SeriesId { get; set; }
[JsonIgnore]
public int ShowOrder { get; set; }
[JsonIgnore]