关键序列修改
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2024-07-02 09:33:42 +08:00
parent 2354ee9174
commit 709529da87
2 changed files with 36 additions and 7 deletions
@@ -52,6 +52,19 @@ namespace IRaCIS.Core.Application.Contracts.Dicom.DTO
public string ImageResizePath { get; set; }
}
public class StudyInstanceInfo
{
public int ShowOrder { get; set; }
public decimal RowIndex { get; set; }
public Guid? SeriesId { get; set; }
public Guid? StudyId { get; set; }
public Guid? InstanceId { get; set; }
}
public class InstanceBasicInfo
{
public Guid Id { get; set; }