添加字段

This commit is contained in:
he
2023-09-15 15:59:28 +08:00
parent f96025ae38
commit 67f137927d
3 changed files with 51 additions and 1 deletions
@@ -56,7 +56,29 @@ namespace IRaCIS.Core.Domain.Models
/// </summary>
public Guid? StudyId { get; set; }
public bool IsCanEditPosition { get; set; } = false;
/// <summary>
/// InstanceId
/// </summary>
public Guid? OtherInstanceId { get; set; }
/// <summary>
/// SeriesId
/// </summary>
public Guid? OtherSeriesId { get; set; }
/// <summary>
/// StudyId
/// </summary>
public Guid? OtherStudyId { get; set; }
public string? OtherMarkTool { get; set; }
public string? OtherPicturePath { get; set; }
public int? OtherNumberOfFrames { get; set; }
public bool IsCanEditPosition { get; set; } = false;
/// <summary>